Skip to content

Commit

Permalink
Update dev, drop Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 17, 2023
1 parent b82e28a commit f29b8e7
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 356 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## master

Changes:

- Drop support for Node 16 (EOL 11 Sep 2023)


## 7.2.2 Aug 17, 2023

Changes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"test:wasm-crypto:rust": "cd packages/wasm-crypto && RUST_BACKTRACE=full cargo test --release -- --test-threads=1 --nocapture"
},
"devDependencies": {
"@polkadot/dev": "^0.76.29",
"@polkadot/dev": "^0.77.1",
"@polkadot/util": "^12.5.1",
"@types/node": "^20.8.4",
"@types/node": "^20.9.1",
"fflate": "^0.8.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "A bridge layer between JS and Wasm",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-bridge#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-asmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "Asm.js content for wasm-crypto",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto-asmjs#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "Init handlers for wasm-crypto",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto-init#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "Wasm content for wasm-crypto",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto-wasm#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "A wasm interface layer for use by @polkadot/util-crypto",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-crypto#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bugs": "https://github.com/polkadot-js/wasm/issues",
"description": "Utilities used exclusively inside Wasm decoding",
"engines": {
"node": ">=16"
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/wasm/tree/master/packages/wasm-util#readme",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit f29b8e7

Please sign in to comment.