Skip to content

Commit

Permalink
11.1.3 (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Apr 1, 2023
1 parent 14d66c3 commit 1295c85
Show file tree
Hide file tree
Showing 17 changed files with 225 additions and 288 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CHANGELOG

## master
## 11.1.3 Apr 1, 2023

Contributed:

- Add Bittensor genesisHash (Thanks to https://github.com/camfairchild)

Changes:

- Allow empty string as valid base32/base58/base64 decoder input (yields empty)
- Allow empty string as valid base32/base58/base64 decoder input
- Add additional/missing `/*#__PURE__*/` annotations
- Upgrade dependencies to latest stable versions

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"versions": {
"git": "11.1.3-4-x",
"npm": "11.1.2"
Expand All @@ -38,10 +38,10 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.25",
"@types/node": "^18.15.9"
"@polkadot/dev": "^0.72.29",
"@types/node": "^18.15.11"
},
"resolutions": {
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.1",
"@ledgerhq/hw-transport-webhid": "^6.27.12",
"@ledgerhq/hw-transport-webusb": "^6.27.12",
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util": "11.1.3",
"tslib": "^2.5.0"
},
"optionalDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"dependencies": {
"@polkadot/hw-ledger-transports": "11.1.3-4-x",
"@polkadot/util": "11.1.3-4-x",
"@polkadot/hw-ledger-transports": "11.1.3",
"@polkadot/util": "11.1.3",
"@zondax/ledger-substrate": "^0.40.6",
"tslib": "^2.5.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util-crypto": "11.1.3-4-x",
"@polkadot/util": "11.1.3",
"@polkadot/util-crypto": "11.1.3",
"tslib": "^2.5.0"
},
"peerDependencies": {
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util-crypto": "11.1.3-4-x"
"@polkadot/util": "11.1.3",
"@polkadot/util-crypto": "11.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util": "11.1.3",
"@substrate/ss58-registry": "^1.39.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "11.1.3-4-x"
"@polkadot/hw-ledger": "11.1.3"
}
}
12 changes: 6 additions & 6 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -29,16 +29,16 @@
"dependencies": {
"@noble/hashes": "1.3.0",
"@noble/secp256k1": "1.7.1",
"@polkadot/networks": "11.1.3-4-x",
"@polkadot/util": "11.1.3-4-x",
"@polkadot/networks": "11.1.3",
"@polkadot/util": "11.1.3",
"@polkadot/wasm-crypto": "^7.0.3",
"@polkadot/x-bigint": "11.1.3-4-x",
"@polkadot/x-randomvalues": "11.1.3-4-x",
"@polkadot/x-bigint": "11.1.3",
"@polkadot/x-randomvalues": "11.1.3",
"@scure/base": "1.1.1",
"tslib": "^2.5.0",
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@polkadot/util": "11.1.3-4-x"
"@polkadot/util": "11.1.3"
}
}
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"exports": {
"./hex/toU8a": {
Expand All @@ -35,15 +35,15 @@
}
},
"dependencies": {
"@polkadot/x-bigint": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-textdecoder": "11.1.3-4-x",
"@polkadot/x-textencoder": "11.1.3-4-x",
"@polkadot/x-bigint": "11.1.3",
"@polkadot/x-global": "11.1.3",
"@polkadot/x-textdecoder": "11.1.3",
"@polkadot/x-textencoder": "11.1.3",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/x-randomvalues": "11.1.3-4-x"
"@polkadot/x-randomvalues": "11.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"./shim.cjs"
],
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"tslib": "^2.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"dependencies": {
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util": "11.1.3",
"buffer-es6": "^4.9.3",
"tslib": "^2.5.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"node-fetch": "^3.3.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2"
"@types/node-fetch": "^2.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "11.1.3-4-x",
"@polkadot/util": "11.1.3",
"@types/react-native": "^0.71.5"
},
"denoDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"tslib": "^2.5.0"
},
"denoDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"tslib": "^2.5.0"
},
"denoDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "11.1.3-4-x",
"version": "11.1.3",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "11.1.3-4-x",
"@polkadot/x-global": "11.1.3",
"tslib": "^2.5.0",
"ws": "^8.13.0"
},
Expand Down
Loading

0 comments on commit 1295c85

Please sign in to comment.