Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.3.1 #548

Merged
merged 1 commit into from
Nov 17, 2023
Merged

7.3.1 #548

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## master
## 7.3.1 Nov 17, 2023

Changes:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"versions": {
"git": "7.2.3-9-x",
"npm": "7.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.2.3-9-x",
"@polkadot/wasm-util": "7.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
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 @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"main": "index.js",
"dependencies": {
"tslib": "^2.6.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/wasm-crypto-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"browser": "wasm.js",
"main": "wasm.js",
"react-native": "asm.js",
"dependencies": {
"@polkadot/wasm-bridge": "7.2.3-9-x",
"@polkadot/wasm-crypto-asmjs": "7.2.3-9-x",
"@polkadot/wasm-crypto-wasm": "7.2.3-9-x",
"@polkadot/wasm-util": "7.2.3-9-x",
"@polkadot/wasm-bridge": "7.3.0",
"@polkadot/wasm-crypto-asmjs": "7.3.0",
"@polkadot/wasm-crypto-wasm": "7.3.0",
"@polkadot/wasm-util": "7.3.0",
"tslib": "^2.6.2"
},
"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 @@ -15,10 +15,10 @@
},
"sideEffects": false,
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.2.3-9-x",
"@polkadot/wasm-util": "7.3.0",
"tslib": "^2.6.2"
},
"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 @@ -26,14 +26,14 @@
"./initWasmAsm.cjs"
],
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-bridge": "7.2.3-9-x",
"@polkadot/wasm-crypto-asmjs": "7.2.3-9-x",
"@polkadot/wasm-crypto-init": "7.2.3-9-x",
"@polkadot/wasm-crypto-wasm": "7.2.3-9-x",
"@polkadot/wasm-util": "7.2.3-9-x",
"@polkadot/wasm-bridge": "7.3.0",
"@polkadot/wasm-crypto-asmjs": "7.3.0",
"@polkadot/wasm-crypto-init": "7.3.0",
"@polkadot/wasm-crypto-wasm": "7.3.0",
"@polkadot/wasm-util": "7.3.0",
"tslib": "^2.6.2"
},
"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 @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "7.2.3-9-x",
"version": "7.3.0",
"main": "index.js",
"dependencies": {
"tslib": "^2.6.2"
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,12 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/wasm-bridge@7.2.3-9-x, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
"@polkadot/wasm-bridge@7.3.0, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
dependencies:
"@polkadot/util": ^12.5.1
"@polkadot/wasm-util": 7.2.3-9-x
"@polkadot/wasm-util": 7.3.0
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
Expand All @@ -489,7 +489,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-asmjs@7.2.3-9-x, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
"@polkadot/wasm-crypto-asmjs@7.3.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 @@ -500,15 +500,15 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-init@7.2.3-9-x, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
"@polkadot/wasm-crypto-init@7.3.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": ^12.5.1
"@polkadot/wasm-bridge": 7.2.3-9-x
"@polkadot/wasm-crypto-asmjs": 7.2.3-9-x
"@polkadot/wasm-crypto-wasm": 7.2.3-9-x
"@polkadot/wasm-util": 7.2.3-9-x
"@polkadot/wasm-bridge": 7.3.0
"@polkadot/wasm-crypto-asmjs": 7.3.0
"@polkadot/wasm-crypto-wasm": 7.3.0
"@polkadot/wasm-util": 7.3.0
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
Expand All @@ -517,12 +517,12 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-wasm@7.2.3-9-x, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
"@polkadot/wasm-crypto-wasm@7.3.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": ^12.5.1
"@polkadot/wasm-util": 7.2.3-9-x
"@polkadot/wasm-util": 7.3.0
tslib: ^2.6.2
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -534,11 +534,11 @@ __metadata:
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
dependencies:
"@polkadot/util": ^12.5.1
"@polkadot/wasm-bridge": 7.2.3-9-x
"@polkadot/wasm-crypto-asmjs": 7.2.3-9-x
"@polkadot/wasm-crypto-init": 7.2.3-9-x
"@polkadot/wasm-crypto-wasm": 7.2.3-9-x
"@polkadot/wasm-util": 7.2.3-9-x
"@polkadot/wasm-bridge": 7.3.0
"@polkadot/wasm-crypto-asmjs": 7.3.0
"@polkadot/wasm-crypto-init": 7.3.0
"@polkadot/wasm-crypto-wasm": 7.3.0
"@polkadot/wasm-util": 7.3.0
"@polkadot/x-randomvalues": ^12.5.1
tslib: ^2.6.2
peerDependencies:
Expand All @@ -547,7 +547,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-util@7.2.3-9-x, @polkadot/wasm-util@workspace:packages/wasm-util":
"@polkadot/wasm-util@7.3.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
Loading