Skip to content

Commit 40357ad

Browse files
authored
chore(*): replace BrowserFs for ZenFs (#134)
Update the project to use ZenFs instead of BrowserFs, as BrowserFs is now deprecated. #127
1 parent 6396d26 commit 40357ad

File tree

2 files changed

+99
-39
lines changed

2 files changed

+99
-39
lines changed

package-lock.json

Lines changed: 97 additions & 37 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@types/long": "^4.0.2",
2020
"@types/node-int64": "^0.4.32",
2121
"@types/thrift": "^0.10.17",
22+
"@zenfs/core": "^0.14.0",
2223
"brotli-wasm": "^3.0.0",
2324
"browserify-zlib": "^0.2.0",
2425
"bson": "6.7.0",
@@ -42,7 +43,6 @@
4243
"@types/varint": "^6.0.3",
4344
"assert": "^2.1.0",
4445
"aws-sdk-client-mock": "^4.0.0",
45-
"browserfs": "^1.4.3",
4646
"buffer": "^6.0.3",
4747
"chai": "4.4.1",
4848
"core-js": "^3.37.1",
@@ -83,7 +83,7 @@
8383
"browser": {
8484
"assert": "assert",
8585
"events": "events",
86-
"fs": "browserfs",
86+
"fs": "@zenfs/core",
8787
"path": "path-browserify",
8888
"stream": "readable-stream",
8989
"thrift": "./node_modules/thrift/lib/nodejs/lib/thrift/browser.js",

0 commit comments

Comments
 (0)