Skip to content

Commit d3e6fac

Browse files
authored
Merge pull request #929 from thewtex/package-zstd
package zstd
2 parents 83f3d7d + d45eb61 commit d3e6fac

File tree

6 files changed

+18
-12
lines changed

6 files changed

+18
-12
lines changed

packages/compare-images/typescript/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "cypress";
22

33
export default defineConfig({
44
e2e: {
5-
defaultCommandTimeout: 5000,
5+
defaultCommandTimeout: 8000,
66
setupNodeEvents(on, config) {
77
// implement node event listeners here
88
},

packages/compare-images/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"author": "",
4141
"license": "Apache-2.0",
4242
"dependencies": {
43-
"itk-wasm": "^1.0.0-b.130"
43+
"itk-wasm": "^1.0.0-b.136"
4444
},
4545
"devDependencies": {
4646
"@rollup/plugin-commonjs": "^24.0.0",
@@ -69,4 +69,4 @@
6969
"type": "git",
7070
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
7171
}
72-
}
72+
}

packages/compress-stringify/typescript/package-lock.json

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

packages/compress-stringify/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"author": "",
4040
"license": "Apache-2.0",
4141
"dependencies": {
42-
"itk-wasm": "^1.0.0-b.130"
42+
"itk-wasm": "^1.0.0-b.136"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^24.0.0",
@@ -67,4 +67,4 @@
6767
"type": "git",
6868
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
6969
}
70-
}
70+
}

packages/dicom/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"author": "",
4040
"license": "Apache-2.0",
4141
"dependencies": {
42-
"itk-wasm": "^1.0.0-b.130"
42+
"itk-wasm": "^1.0.0-b.136"
4343
},
4444
"devDependencies": {
4545
"@rollup/plugin-commonjs": "^24.0.0",
@@ -68,4 +68,4 @@
6868
"type": "git",
6969
"url": "https://github.com/InsightSoftwareConsortium/itk-wasm"
7070
}
71-
}
71+
}

src/bindgen/typescript/resources/template.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"author": "",
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"itk-wasm": "^1.0.0-b.130"
35+
"itk-wasm": "^1.0.0-b.136"
3636
},
3737
"devDependencies": {
3838
"@rollup/plugin-commonjs": "^24.0.0",

0 commit comments

Comments
 (0)