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.4.1 #572

Merged
merged 2 commits into from
Oct 21, 2024
Merged

7.4.1 #572

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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 7.4.1 Oct 20, 2024

- Bump dev deps to 0.81.2
- Bump TS
- Ensure CJS is exported correctly
- Bump yarn
- Add missing sideEffect declarations
- Set Deno build in CI to 1.42.x


## 7.3.2 Dec 6, 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.3.3-16-x",
"version": "7.4.1",
"versions": {
"git": "7.3.3-16-x",
"npm": "7.3.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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.3.3-16-x",
"@polkadot/wasm-util": "7.4.1",
"tslib": "^2.7.0"
},
"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 @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"main": "index.js",
"dependencies": {
"tslib": "^2.7.0"
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 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"browser": "wasm.js",
"main": "wasm.js",
"react-native": "asm.js",
"dependencies": {
"@polkadot/wasm-bridge": "7.3.3-16-x",
"@polkadot/wasm-crypto-asmjs": "7.3.3-16-x",
"@polkadot/wasm-crypto-wasm": "7.3.3-16-x",
"@polkadot/wasm-util": "7.3.3-16-x",
"@polkadot/wasm-bridge": "7.4.1",
"@polkadot/wasm-crypto-asmjs": "7.4.1",
"@polkadot/wasm-crypto-wasm": "7.4.1",
"@polkadot/wasm-util": "7.4.1",
"tslib": "^2.7.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 @@ -18,10 +18,10 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-util": "7.3.3-16-x",
"@polkadot/wasm-util": "7.4.1",
"tslib": "^2.7.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 @@ -26,14 +26,14 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"main": "index.js",
"dependencies": {
"@polkadot/wasm-bridge": "7.3.3-16-x",
"@polkadot/wasm-crypto-asmjs": "7.3.3-16-x",
"@polkadot/wasm-crypto-init": "7.3.3-16-x",
"@polkadot/wasm-crypto-wasm": "7.3.3-16-x",
"@polkadot/wasm-util": "7.3.3-16-x",
"@polkadot/wasm-bridge": "7.4.1",
"@polkadot/wasm-crypto-asmjs": "7.4.1",
"@polkadot/wasm-crypto-init": "7.4.1",
"@polkadot/wasm-crypto-wasm": "7.4.1",
"@polkadot/wasm-util": "7.4.1",
"tslib": "^2.7.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 @@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "7.3.3-16-x",
"version": "7.4.1",
"main": "index.js",
"dependencies": {
"tslib": "^2.7.0"
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@npm:7.3.3-16-x, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
"@polkadot/wasm-bridge@npm:7.4.1, @polkadot/wasm-bridge@workspace:packages/wasm-bridge":
version: 0.0.0-use.local
resolution: "@polkadot/wasm-bridge@workspace:packages/wasm-bridge"
dependencies:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/wasm-util": "npm:7.3.3-16-x"
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/x-randomvalues": "npm:^13.1.1"
tslib: "npm:^2.7.0"
peerDependencies:
Expand All @@ -489,7 +489,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-asmjs@npm:7.3.3-16-x, @polkadot/wasm-crypto-asmjs@workspace:packages/wasm-crypto-asmjs":
"@polkadot/wasm-crypto-asmjs@npm:7.4.1, @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@npm:7.3.3-16-x, @polkadot/wasm-crypto-init@workspace:packages/wasm-crypto-init":
"@polkadot/wasm-crypto-init@npm:7.4.1, @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": "npm:^13.1.1"
"@polkadot/wasm-bridge": "npm:7.3.3-16-x"
"@polkadot/wasm-crypto-asmjs": "npm:7.3.3-16-x"
"@polkadot/wasm-crypto-wasm": "npm:7.3.3-16-x"
"@polkadot/wasm-util": "npm:7.3.3-16-x"
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/x-randomvalues": "npm:^13.1.1"
tslib: "npm:^2.7.0"
peerDependencies:
Expand All @@ -517,12 +517,12 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-crypto-wasm@npm:7.3.3-16-x, @polkadot/wasm-crypto-wasm@workspace:packages/wasm-crypto-wasm":
"@polkadot/wasm-crypto-wasm@npm:7.4.1, @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": "npm:^13.1.1"
"@polkadot/wasm-util": "npm:7.3.3-16-x"
"@polkadot/wasm-util": "npm:7.4.1"
tslib: "npm:^2.7.0"
peerDependencies:
"@polkadot/util": "*"
Expand All @@ -534,11 +534,11 @@ __metadata:
resolution: "@polkadot/wasm-crypto@workspace:packages/wasm-crypto"
dependencies:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/wasm-bridge": "npm:7.3.3-16-x"
"@polkadot/wasm-crypto-asmjs": "npm:7.3.3-16-x"
"@polkadot/wasm-crypto-init": "npm:7.3.3-16-x"
"@polkadot/wasm-crypto-wasm": "npm:7.3.3-16-x"
"@polkadot/wasm-util": "npm:7.3.3-16-x"
"@polkadot/wasm-bridge": "npm:7.4.1"
"@polkadot/wasm-crypto-asmjs": "npm:7.4.1"
"@polkadot/wasm-crypto-init": "npm:7.4.1"
"@polkadot/wasm-crypto-wasm": "npm:7.4.1"
"@polkadot/wasm-util": "npm:7.4.1"
"@polkadot/x-randomvalues": "npm:^13.1.1"
tslib: "npm:^2.7.0"
peerDependencies:
Expand All @@ -547,7 +547,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/wasm-util@npm:7.3.3-16-x, @polkadot/wasm-util@workspace:packages/wasm-util":
"@polkadot/wasm-util@npm:7.4.1, @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