Skip to content

Commit

Permalink
feat: handle null targetServiceAppData (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Oct 21, 2024
1 parent d414599 commit 72818f5
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 @@ -96,7 +96,7 @@
"@auth0/auth0-spa-js": "^2.0.4",
"@azure/msal-browser": "^2.38.0",
"@babel/runtime": "^7.17.9",
"@openziti/ziti-browzer-core": "^0.49.0",
"@openziti/ziti-browzer-core": "^0.50.0",
"bowser": "^2.11.0",
"cookie-interceptor": "^1.0.0",
"core-js": "^3.22.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,10 +1205,10 @@
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"

"@openziti/ziti-browzer-core@^0.49.0":
version "0.49.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.49.0.tgz#290053e27ad6f44821784ad5e3d70f9873a28cca"
integrity sha512-1eHSi5gClmoxdnS4yHvs0FGfQHKKrGjmkPhEMrOEjkrp2crWGEjFRS8cP+F1s3pRAFHBEPMOmU+ffFVSSgCCwA==
"@openziti/ziti-browzer-core@^0.50.0":
version "0.50.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.50.0.tgz#9de686babba6200ba7e8262acd06b90e09764e9c"
integrity sha512-CfdVexI7ibsFKe0kx1z2Eo3t1N6Xp7Td59UuF7k7eBzIGCC27pVrAz+qjQ0/PV4dGrOBGxqaultgNFn/BUhosw==
dependencies:
"@openziti/libcrypto-js" "^0.24.0"
"@openziti/ziti-browzer-edge-client" "^0.7.0"
Expand Down

0 comments on commit 72818f5

Please sign in to comment.