Skip to content

Commit

Permalink
Update kzg-wasm to latest (#3358)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Apr 18, 2024
1 parent 78cebd5 commit c93d510
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"ethereum-cryptography": "^2.1.3"
},
"devDependencies": {
"kzg-wasm": "^0.3.1"
"kzg-wasm": "^0.4.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@polkadot/wasm-crypto": "^7.3.2",
"abstract-level": "^1.0.3",
"body-parser": "^1.19.2",
"kzg-wasm": "^0.3.1",
"kzg-wasm": "^0.4.0",
"chalk": "^4.1.2",
"connect": "^3.7.0",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/minimist": "^1.2.2",
"@types/node-dir": "^0.0.34",
"benchmark": "^2.1.4",
"kzg-wasm": "^0.3.1",
"kzg-wasm": "^0.4.0",
"level": "^8.0.0",
"memory-level": "^1.0.0",
"minimist": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node-dir": "^0.0.34",
"kzg-wasm": "^0.3.1",
"kzg-wasm": "^0.4.0",
"minimist": "^1.2.0",
"node-dir": "^0.1.16"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"ethereum-cryptography": "^2.1.3"
},
"devDependencies": {
"kzg-wasm": "^0.3.1"
"kzg-wasm": "^0.4.0"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit c93d510

Please sign in to comment.