13.4.4 (#1984)
This commit is contained in:
committed by
GitHub
parent
26a762ae2e
commit
d690abea02
@@ -1,12 +1,19 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 13.4.4 Apr 14, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Improve objectSpread function property handling ([#1982](https://github.com/polkadot-js/common/pull/1982))
|
||||
|
||||
|
||||
## 13.4.3 Feb 17, 2025
|
||||
|
||||
Changes:
|
||||
|
||||
- Rollback ws change in x-ws ([#1980](https://github.com/polkadot-js/common/pull/1980))
|
||||
NOTE: this rollbacks changes made in ([#1976](https://github.com/polkadot-js/common/pull/1976)) to ensure websocket usage doesnt break in any downstream libs.
|
||||
|
||||
|
||||
|
||||
## 13.4.2 Feb 17, 2025
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"versions": {
|
||||
"git": "13.4.4-0-x",
|
||||
"npm": "13.4.3"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
@@ -22,7 +22,7 @@
|
||||
"@ledgerhq/hw-transport": "^6.31.4",
|
||||
"@ledgerhq/hw-transport-webhid": "^6.29.4",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.29.4",
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/hw-ledger-transports": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/hw-ledger-transports": "13.4.4",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@zondax/ledger-substrate": "1.0.0",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
|
||||
@@ -18,15 +18,15 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util-crypto": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@polkadot/util-crypto": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util-crypto": "13.4.4-0-x"
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@polkadot/util-crypto": "13.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,14 +15,14 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@substrate/ss58-registry": "^1.51.0",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/hw-ledger": "13.4.4-0-x"
|
||||
"@polkadot/hw-ledger": "13.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -29,16 +29,16 @@
|
||||
"dependencies": {
|
||||
"@noble/curves": "^1.3.0",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@polkadot/networks": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/networks": "13.4.4",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@polkadot/wasm-crypto": "^7.4.1",
|
||||
"@polkadot/wasm-util": "^7.4.1",
|
||||
"@polkadot/x-bigint": "13.4.4-0-x",
|
||||
"@polkadot/x-randomvalues": "13.4.4-0-x",
|
||||
"@polkadot/x-bigint": "13.4.4",
|
||||
"@polkadot/x-randomvalues": "13.4.4",
|
||||
"@scure/base": "^1.1.7",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x"
|
||||
"@polkadot/util": "13.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
"./hex/toU8a": {
|
||||
@@ -35,15 +35,15 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/x-bigint": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-textdecoder": "13.4.4-0-x",
|
||||
"@polkadot/x-textencoder": "13.4.4-0-x",
|
||||
"@polkadot/x-bigint": "13.4.4",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"@polkadot/x-textdecoder": "13.4.4",
|
||||
"@polkadot/x-textencoder": "13.4.4",
|
||||
"@types/bn.js": "^5.1.6",
|
||||
"bn.js": "^5.2.1",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/x-randomvalues": "13.4.4-0-x"
|
||||
"@polkadot/x-randomvalues": "13.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"./shim.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"buffer-es6": "^4.9.3",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"node-fetch": "^3.3.2",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"tslib": "^2.8.0"
|
||||
|
||||
@@ -15,21 +15,21 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@polkadot/wasm-util": "^7.4.1",
|
||||
"@types/react-native": "^0.73.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "13.4.4-0-x",
|
||||
"@polkadot/util": "13.4.4",
|
||||
"@polkadot/wasm-util": "*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"tslib": "^2.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "13.4.4-0-x",
|
||||
"version": "13.4.4",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@polkadot/x-global": "13.4.4-0-x",
|
||||
"@polkadot/x-global": "13.4.4",
|
||||
"tslib": "^2.8.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
|
||||
76
yarn.lock
76
yarn.lock
@@ -1598,7 +1598,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@npm:13.4.4-0-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@npm:13.4.4, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports"
|
||||
dependencies:
|
||||
@@ -1606,7 +1606,7 @@ __metadata:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.5"
|
||||
"@ledgerhq/hw-transport-webhid": "npm:^6.29.4"
|
||||
"@ledgerhq/hw-transport-webusb": "npm:^6.29.4"
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
@@ -1614,12 +1614,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger@npm:13.4.4-0-x, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
"@polkadot/hw-ledger@npm:13.4.4, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
|
||||
dependencies:
|
||||
"@polkadot/hw-ledger-transports": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/hw-ledger-transports": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@zondax/ledger-substrate": "npm:1.0.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
@@ -1629,54 +1629,54 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/util-crypto": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/util-crypto": "npm:13.4.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4-0-x
|
||||
"@polkadot/util-crypto": 13.4.4-0-x
|
||||
"@polkadot/util": 13.4.4
|
||||
"@polkadot/util-crypto": 13.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@npm:13.4.4-0-x, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@npm:13.4.4, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@polkadot/hw-ledger": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/hw-ledger": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@substrate/ss58-registry": "npm:^1.51.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:13.4.4-0-x, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@npm:13.4.4, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util-crypto@workspace:packages/util-crypto"
|
||||
dependencies:
|
||||
"@noble/curves": "npm:^1.3.0"
|
||||
"@noble/hashes": "npm:^1.3.3"
|
||||
"@polkadot/networks": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/networks": "npm:13.4.4"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/wasm-crypto": "npm:^7.4.1"
|
||||
"@polkadot/wasm-util": "npm:^7.4.1"
|
||||
"@polkadot/x-bigint": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-randomvalues": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-bigint": "npm:13.4.4"
|
||||
"@polkadot/x-randomvalues": "npm:13.4.4"
|
||||
"@scure/base": "npm:^1.1.7"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4-0-x
|
||||
"@polkadot/util": 13.4.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@npm:13.4.4-0-x, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@npm:13.4.4, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@polkadot/x-bigint": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-randomvalues": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-textdecoder": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-textencoder": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-bigint": "npm:13.4.4"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@polkadot/x-randomvalues": "npm:13.4.4"
|
||||
"@polkadot/x-textdecoder": "npm:13.4.4"
|
||||
"@polkadot/x-textencoder": "npm:13.4.4"
|
||||
"@types/bn.js": "npm:^5.1.6"
|
||||
bn.js: "npm:^5.2.1"
|
||||
tslib: "npm:^2.8.0"
|
||||
@@ -1763,11 +1763,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@npm:13.4.4-0-x, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
"@polkadot/x-bigint@npm:13.4.4, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-bigint@workspace:packages/x-bigint"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -1776,7 +1776,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
buffer-es6: "npm:^4.9.3"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
@@ -1786,13 +1786,13 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
node-fetch: "npm:^3.3.2"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@npm:13.4.4-0-x, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@npm:13.4.4, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
@@ -1800,35 +1800,35 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@npm:13.4.4-0-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@npm:13.4.4, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues"
|
||||
dependencies:
|
||||
"@polkadot/util": "npm:13.4.4-0-x"
|
||||
"@polkadot/util": "npm:13.4.4"
|
||||
"@polkadot/wasm-util": "npm:^7.4.1"
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@types/react-native": "npm:^0.73.0"
|
||||
tslib: "npm:^2.8.0"
|
||||
peerDependencies:
|
||||
"@polkadot/util": 13.4.4-0-x
|
||||
"@polkadot/util": 13.4.4
|
||||
"@polkadot/wasm-util": "*"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@npm:13.4.4-0-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@npm:13.4.4, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@npm:13.4.4-0-x, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@npm:13.4.4, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
tslib: "npm:^2.8.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -1837,7 +1837,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@polkadot/x-global": "npm:13.4.4-0-x"
|
||||
"@polkadot/x-global": "npm:13.4.4"
|
||||
"@types/ws": "npm:^8.5.12"
|
||||
tslib: "npm:^2.8.0"
|
||||
ws: "npm:^8.18.0"
|
||||
|
||||
Reference in New Issue
Block a user