Skip to content

Commit

Permalink
feat: Load Balancer support (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Nov 20, 2023
1 parent aaf98f8 commit cc55105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\""
},
"dependencies": {
"@openziti/ziti-browzer-sw-workbox-strategies": "^0.40.1",
"@openziti/ziti-browzer-sw-workbox-strategies": "^0.41.0",
"@types/lodash-es": "^4.17.6",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
dependencies:
superagent "^7.1.3"

"@openziti/ziti-browzer-sw-workbox-strategies@^0.40.1":
version "0.40.1"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-sw-workbox-strategies/-/ziti-browzer-sw-workbox-strategies-0.40.1.tgz#0fe68ceb9b09931e13ab666c2f388535409ff878"
integrity sha512-f2VD2Tk8ztIoxoXp64eBoQOqAl8Qp2YQ+xzBN64PJzNRXkWD2EtZvLnovGfLdAuE0eXQfcG2mxp9HC5BOnh7mw==
"@openziti/ziti-browzer-sw-workbox-strategies@^0.41.0":
version "0.41.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-sw-workbox-strategies/-/ziti-browzer-sw-workbox-strategies-0.41.0.tgz#84fb2a65bcbd480e3278257137cd233ce202a4ae"
integrity sha512-vyv41tQoR9aDGnWsGt/MJMfAkhsVbiwd1bC0tbxEkYG2DZ4L0ryKNneluCLYwpZRi/VkRUPRTAuHzAgbMh4YnQ==
dependencies:
"@openziti/ziti-browzer-core" "^0.32.1"
async-mutex "^0.3.2"
Expand Down

0 comments on commit cc55105

Please sign in to comment.