Skip to content

Commit

Permalink
0.71.0: move JWT expiration checking to ZBR (part of HA) (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Sep 11, 2024
1 parent 09786ec commit 9b661cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.70.0",
"version": "0.71.0",
"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.77.0",
"@openziti/ziti-browzer-runtime": "0.78.0",
"@openziti/ziti-browzer-sw": "^0.62.0",
"acme-http-01-standalone": "^3.0.5",
"compare-versions": "^6.0.0-rc.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,10 @@
dependencies:
superagent "^7.1.3"

"@openziti/ziti-browzer-runtime@0.77.0":
version "0.77.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-runtime/-/ziti-browzer-runtime-0.77.0.tgz#bc4f01c160e30d9cfaa7852a3ceab1945c05a3db"
integrity sha512-lqMPzfN76e77P4ZSE4kACCP40tdyaMofQm3GH5x3c67IWYJCumUzQhL1k1+5bbfjDHv3086kV7wZEnfZFDNl9g==
"@openziti/ziti-browzer-runtime@0.78.0":
version "0.78.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-runtime/-/ziti-browzer-runtime-0.78.0.tgz#92259935f58a760bfdf8f2616f47edc35066e0c7"
integrity sha512-O0UJFnDlus+GpohzYhBXymGnhFy0dj6PyAE+ybNYC9Cq/XdzoM4M63lLX0XR5xIbXjDuUra12JX2Qb1w34rB1Q==
dependencies:
"@auth0/auth0-spa-js" "^2.0.4"
"@azure/msal-browser" "^2.38.0"
Expand Down

0 comments on commit 9b661cd

Please sign in to comment.