Skip to content

Commit

Permalink
chore(*): replace BrowserFs for ZenFs (#134)
Browse files Browse the repository at this point in the history
Update the project to use ZenFs instead of BrowserFs, as BrowserFs is
now deprecated.

#127
  • Loading branch information
enddynayn authored Jul 1, 2024
1 parent 6396d26 commit 40357ad
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 39 deletions.
134 changes: 97 additions & 37 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/long": "^4.0.2",
"@types/node-int64": "^0.4.32",
"@types/thrift": "^0.10.17",
"@zenfs/core": "^0.14.0",
"brotli-wasm": "^3.0.0",
"browserify-zlib": "^0.2.0",
"bson": "6.7.0",
Expand All @@ -42,7 +43,6 @@
"@types/varint": "^6.0.3",
"assert": "^2.1.0",
"aws-sdk-client-mock": "^4.0.0",
"browserfs": "^1.4.3",
"buffer": "^6.0.3",
"chai": "4.4.1",
"core-js": "^3.37.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"browser": {
"assert": "assert",
"events": "events",
"fs": "browserfs",
"fs": "@zenfs/core",
"path": "path-browserify",
"stream": "readable-stream",
"thrift": "./node_modules/thrift/lib/nodejs/lib/thrift/browser.js",
Expand Down

0 comments on commit 40357ad

Please sign in to comment.