Skip to content

Commit 0af2484

Browse files
fix: Fix chunked uploads in browser (box/box-codegen#619) (#436)
1 parent 1cb4d5d commit 0af2484

File tree

7 files changed

+135
-125
lines changed

7 files changed

+135
-125
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "f073ce3", "specHash": "544d370", "version": "1.7.0" }
1+
{ "engineHash": "6a4806e", "specHash": "544d370", "version": "1.7.0" }

package-lock.json

Lines changed: 90 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"jose": "^5.2.2",
3333
"tslib": "^2.6.2",
3434
"uuid": "^9.0.0",
35-
"proxy-agent": "^6.4.0"
35+
"proxy-agent": "^6.4.0",
36+
"hash-wasm": "^4.12.0"
3637
},
3738
"devDependencies": {
3839
"@rollup/plugin-commonjs": "^25.0.7",

0 commit comments

Comments
 (0)