Skip to content

Commit

Permalink
7.0.1 (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 4, 2023
1 parent 5023c02 commit 56f98e6
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHANGELOG

## master
## 7.0.1 Mar 4, 2023

Changes:

- Swap TS -> JS compiler to use tsc (from babel)
- Adjust all tests to use `node:test` runner
- Adjust all tests to use `node:test` runner (ESM & CJS variants)


## 6.4.1 Dec 3, 2022
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"versions": {
"git": "6.4.2-36-x",
"npm": "6.4.1"
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 @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.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 @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-crypto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"browser": "wasm.js",
"main": "wasm.js",
"react-native": "asm.js",
"dependencies": {
"@polkadot/wasm-bridge": "6.4.2-36-x",
"@polkadot/wasm-crypto-asmjs": "6.4.2-36-x",
"@polkadot/wasm-crypto-wasm": "6.4.2-36-x",
"@polkadot/wasm-bridge": "7.0.0",
"@polkadot/wasm-crypto-asmjs": "7.0.0",
"@polkadot/wasm-crypto-wasm": "7.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-crypto-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"sideEffects": false,
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "6.4.2-36-x",
"@polkadot/wasm-util": "7.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/wasm-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"./initWasmAsm.cjs"
],
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-bridge": "6.4.2-36-x",
"@polkadot/wasm-crypto-asmjs": "6.4.2-36-x",
"@polkadot/wasm-crypto-init": "6.4.2-36-x",
"@polkadot/wasm-crypto-wasm": "6.4.2-36-x",
"@polkadot/wasm-util": "6.4.2-36-x",
"@polkadot/wasm-bridge": "7.0.0",
"@polkadot/wasm-crypto-asmjs": "7.0.0",
"@polkadot/wasm-crypto-init": "7.0.0",
"@polkadot/wasm-crypto-wasm": "7.0.0",
"@polkadot/wasm-util": "7.0.0",
"tslib": "^2.5.0"
},
"devDependencies": {
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 @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "6.4.2-36-x",
"version": "7.0.0",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.0"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-bridge@6.4.2-36-x, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
"@polkadot/wasm-bridge@7.0.0, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
dependencies:
Expand All @@ -1877,7 +1877,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-asmjs@6.4.2-36-x, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
"@polkadot/wasm-crypto-asmjs@7.0.0, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs"
dependencies:
Expand All @@ -1888,14 +1888,14 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-init@6.4.2-36-x, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
"@polkadot/wasm-crypto-init@7.0.0, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init"
dependencies:
"@polkadot/util": ^10.4.2
"@polkadot/wasm-bridge": 6.4.2-36-x
"@polkadot/wasm-crypto-asmjs": 6.4.2-36-x
"@polkadot/wasm-crypto-wasm": 6.4.2-36-x
"@polkadot/wasm-bridge": 7.0.0
"@polkadot/wasm-crypto-asmjs": 7.0.0
"@polkadot/wasm-crypto-wasm": 7.0.0
"@polkadot/x-randomvalues": ^10.4.2
tslib: ^2.5.0
peerDependencies:
Expand All @@ -1904,12 +1904,12 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-wasm@6.4.2-36-x, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
"@polkadot/wasm-crypto-wasm@7.0.0, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm"
dependencies:
"@polkadot/util": ^10.4.2
"@polkadot/wasm-util": 6.4.2-36-x
"@polkadot/wasm-util": 7.0.0
tslib: ^2.5.0
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -1921,11 +1921,11 @@ __metadata:
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
dependencies:
"@polkadot/util": ^10.4.2
"@polkadot/wasm-bridge": 6.4.2-36-x
"@polkadot/wasm-crypto-asmjs": 6.4.2-36-x
"@polkadot/wasm-crypto-init": 6.4.2-36-x
"@polkadot/wasm-crypto-wasm": 6.4.2-36-x
"@polkadot/wasm-util": 6.4.2-36-x
"@polkadot/wasm-bridge": 7.0.0
"@polkadot/wasm-crypto-asmjs": 7.0.0
"@polkadot/wasm-crypto-init": 7.0.0
"@polkadot/wasm-crypto-wasm": 7.0.0
"@polkadot/wasm-util": 7.0.0
"@polkadot/x-randomvalues": ^10.4.2
tslib: ^2.5.0
peerDependencies:
Expand All @@ -1934,7 +1934,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-util@6.4.2-36-x, @polkadot/wasm-util@workspace:packages/wasm-util":
"@polkadot/wasm-util@7.0.0, @polkadot/wasm-util@workspace:packages/wasm-util":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-util@workspace:packages/wasm-util"
dependencies:
Expand Down

0 comments on commit 56f98e6

Please sign in to comment.