Skip to content

Commit

Permalink
browser-tests: upgrade to @zenfs/core 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Oct 12, 2024
1 parent 5b5fa50 commit 22074a3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions integ/browser-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"devDependencies": {
"@nodelib/fs.walk": "^2.0.0",
"@types/webpack": "^5.28.5",
"@zenfs/core": "1.0.2",
"@zenfs/dom": "0.2.16",
"@zenfs/core": "1.0.5",
"@zenfs/dom": "0.2.17",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"puppeteer": "^23.5.0",
"puppeteer": "^23.5.3",
"ts-loader": "^9.5.1",
"tslib": "^2.7.0",
"type-fest": "^4.26.1",
Expand Down
2 changes: 1 addition & 1 deletion integ/browser-tests/tests/segmented-object/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ window.testZenFS = async (payloadHex): Promise<FetchedInfo> => {
await zenfsConfigure({
mounts: {
"/W": {
backend: WebAccess as any, // https://github.com/zen-fs/dom/issues/18
backend: WebAccess,
handle: root,
},
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"private": true,
"scripts": {
"build": "bash mk/build.sh",
"clang-format": "git ls-files '*.cpp' | xargs clang-format-15 -i -style=file",
"clang-format": "git ls-files '*.cpp' | xargs -r clang-format-15 -i -style=file",
"cover": "bash mk/build.sh cover",
"lint": "bash mk/build.sh lint",
"literate": "bash mk/literate.sh",
"postinstall": "bash mk/bootstrap.sh",
"preinstall": "npx only-allow pnpm",
"shfmt": "git ls-files -- '*.sh' | xargs --no-run-if-empty docker run --rm -u $(id -u):$(id -g) -v $PWD:/mnt -w /mnt mvdan/shfmt:v3 -l -w -s -i=2 -ci",
"shfmt": "git ls-files -- '*.sh' | xargs -r docker run --rm -u $(id -u):$(id -g) -v $PWD:/mnt -w /mnt mvdan/shfmt:v3 -l -w -s -i=2 -ci",
"test": "vitest",
"typedoc": "bash mk/typedoc.sh"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"devDependencies": {
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/wtfnode": "^0.7.3",
"@typescript/lib-dom": "npm:@types/web@0.0.169",
"@typescript/lib-dom": "npm:@types/web@0.0.170",
"@vitest/coverage-v8": "^2.1.2",
"@yoursunny/xo-config": "0.58.0",
"codedown": "^3.2.0",
"tslib": "^2.7.0",
"typedoc": "^0.26.8",
"typedoc": "^0.26.9",
"typescript": "~5.5.4",
"vitest": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/fileserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@ndn/segmented-object": "workspace:*",
"@ndn/tlv": "workspace:*",
"@ndn/util": "workspace:*",
"@zenfs/core": "1.0.2",
"@zenfs/core": "1.0.5",
"mnemonist": "^0.39.8",
"obliterator": "^2.0.4",
"streaming-iterables": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion pkg/ndncert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@ndn/fw": "workspace:^",
"@ndn/repo": "workspace:*",
"@types/b64-lite": "^1.4.2",
"@types/mailparser": "^3.4.4"
"@types/mailparser": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion pkg/segmented-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@ndn/naming-convention2": "workspace:*",
"@ndn/packet": "workspace:*",
"@ndn/util": "workspace:*",
"@zenfs/core": "1.0.2",
"@zenfs/core": "1.0.5",
"it-keepalive": "^1.2.0",
"mnemonist": "^0.39.8",
"obliterator": "^2.0.4",
Expand Down

0 comments on commit 22074a3

Please sign in to comment.