Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ziti-browzer-bootstrapper",
"version": "0.87.2",
"version": "0.87.3",
"compatibleControllerVersion": ">=0.27.9",
"description": "Ziti BrowZer Bootstrapper -- providing Ziti network access into Dark web server",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@openziti/ziti-browzer-edge-client": "^0.6.2",
"@openziti/ziti-browzer-runtime": "^0.112.0",
"@openziti/ziti-browzer-runtime": "^0.113.0",
"@openziti/ziti-browzer-sw": "^0.83.0",
"acme-http-01-standalone": "^3.0.5",
"ajv": "^8.17.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ __metadata:
languageName: node
linkType: hard

"@openziti/ziti-browzer-runtime@npm:^0.112.0":
version: 0.112.0
resolution: "@openziti/ziti-browzer-runtime@npm:0.112.0"
"@openziti/ziti-browzer-runtime@npm:^0.113.0":
version: 0.113.0
resolution: "@openziti/ziti-browzer-runtime@npm:0.113.0"
dependencies:
"@auth0/auth0-spa-js": "npm:^2.0.4"
"@babel/runtime": "npm:^7.17.9"
Expand All @@ -448,7 +448,7 @@ __metadata:
uuid: "npm:^11.1.0"
wasm-feature-detect: "npm:^1.8.0"
workbox-window: "npm:^7.3.0"
checksum: 61bfda8714595417f24756a60ba53f5ac6d1a61464e209a1dedebc22ec868b13beb7055e8770056d61ed178c081a3b710b2b20ce10504e61a52de49526fceb34
checksum: e31a67a51cc7ab8cbc560ccb3ad523b08b09b53242e40ed11fd1da69e7c57f974a099a8d7dc7db52f872d446b981aa6d9af510f1e40d759dc5d4da31d8989ed6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7268,7 +7268,7 @@ __metadata:
resolution: "ziti-browzer-bootstrapper@workspace:."
dependencies:
"@openziti/ziti-browzer-edge-client": "npm:^0.6.2"
"@openziti/ziti-browzer-runtime": "npm:^0.112.0"
"@openziti/ziti-browzer-runtime": "npm:^0.113.0"
"@openziti/ziti-browzer-sw": "npm:^0.83.0"
acme-http-01-standalone: "npm:^3.0.5"
ajv: "npm:^8.17.1"
Expand Down
Loading