Skip to content

Commit

Permalink
feat: bump js-client. add experimental flag to allow fallback requests
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzo committed Nov 8, 2023
1 parent 563a135 commit 4d74e08
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 10 deletions.
58 changes: 49 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@filecoin-saturn/js-client": "^0.3.5",
"@filecoin-saturn/js-client": "^0.3.6",
"@sentry/browser": "^7.69.0",
"browser-readablestream-to-it": "^1.0.3",
"debug": "^4.3.3",
Expand Down
1 change: 1 addition & 0 deletions src/sw/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class Controller {
logURL: process.env.LOG_INGESTOR_URL,
orchURL: process.env.ORCHESTRATOR_URL,
authURL: process.env.JWT_AUTH_URL,
experimental: true,
clientKey: getClientKey(),
storage: indexedDbStorage()
})
Expand Down

0 comments on commit 4d74e08

Please sign in to comment.