Skip to content

Commit

Permalink
10.1.2 (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 29, 2022
1 parent 6c30e32 commit ca6f157
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## master
## 10.1.2 Jul 29, 2022

Changes:

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": "10.1.2-1-x",
"version": "10.1.2",
"versions": {
"git": "10.1.2-1-x",
"npm": "10.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
Expand All @@ -25,7 +25,7 @@
"@ledgerhq/hw-transport": "^6.27.2",
"@ledgerhq/hw-transport-webhid": "^6.27.2",
"@ledgerhq/hw-transport-webusb": "^6.27.2",
"@polkadot/util": "10.1.2-1-x"
"@polkadot/util": "10.1.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.27.3"
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 @@ -19,13 +19,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@ledgerhq/hw-transport": "^6.27.2",
"@polkadot/hw-ledger-transports": "10.1.2-1-x",
"@polkadot/util": "10.1.2-1-x",
"@polkadot/hw-ledger-transports": "10.1.2",
"@polkadot/util": "10.1.2",
"@zondax/ledger-substrate": "^0.33.0"
}
}
10 changes: 5 additions & 5 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "10.1.2-1-x",
"@polkadot/util-crypto": "10.1.2-1-x"
"@polkadot/util": "10.1.2",
"@polkadot/util-crypto": "10.1.2"
},
"peerDependencies": {
"@polkadot/util": "10.1.2-1-x",
"@polkadot/util-crypto": "10.1.2-1-x"
"@polkadot/util": "10.1.2",
"@polkadot/util-crypto": "10.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "10.1.2-1-x",
"@polkadot/util": "10.1.2",
"@substrate/ss58-registry": "^1.25.0"
},
"devDependencies": {
"@polkadot/hw-ledger": "10.1.2-1-x"
"@polkadot/hw-ledger": "10.1.2"
}
}
12 changes: 6 additions & 6 deletions packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": {
"crypto": false,
"stream": false
Expand All @@ -32,11 +32,11 @@
"@babel/runtime": "^7.18.9",
"@noble/hashes": "1.1.2",
"@noble/secp256k1": "1.6.3",
"@polkadot/networks": "10.1.2-1-x",
"@polkadot/util": "10.1.2-1-x",
"@polkadot/networks": "10.1.2",
"@polkadot/util": "10.1.2",
"@polkadot/wasm-crypto": "^6.3.1",
"@polkadot/x-bigint": "10.1.2-1-x",
"@polkadot/x-randomvalues": "10.1.2-1-x",
"@polkadot/x-bigint": "10.1.2",
"@polkadot/x-randomvalues": "10.1.2",
"@scure/base": "1.1.1",
"ed2curve": "^0.3.0",
"tweetnacl": "^1.0.3"
Expand All @@ -45,6 +45,6 @@
"@types/ed2curve": "^0.2.2"
},
"peerDependencies": {
"@polkadot/util": "10.1.2-1-x"
"@polkadot/util": "10.1.2"
}
}
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-bigint": "10.1.2-1-x",
"@polkadot/x-global": "10.1.2-1-x",
"@polkadot/x-textdecoder": "10.1.2-1-x",
"@polkadot/x-textencoder": "10.1.2-1-x",
"@polkadot/x-bigint": "10.1.2",
"@polkadot/x-global": "10.1.2",
"@polkadot/x-textdecoder": "10.1.2",
"@polkadot/x-textencoder": "10.1.2",
"@types/bn.js": "^5.1.0",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@polkadot/x-randomvalues": "10.1.2-1-x"
"@polkadot/x-randomvalues": "10.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"./shim.cjs"
],
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x"
"@polkadot/x-global": "10.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "10.1.2-1-x",
"@polkadot/util": "10.1.2",
"buffer-es6": "^4.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x",
"@polkadot/x-global": "10.1.2",
"@types/node-fetch": "^2.6.2",
"node-fetch": "^3.2.9"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x"
"@polkadot/x-global": "10.1.2"
},
"devDependencies": {
"@types/react-native": "^0.69.3"
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 @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x"
"@polkadot/x-global": "10.1.2"
},
"denoDependencies": {
"util": "[email protected]/node/util.ts"
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 @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x"
"@polkadot/x-global": "10.1.2"
},
"denoDependencies": {
"util": "[email protected]/node/util.ts"
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 @@ -17,13 +17,13 @@
},
"sideEffects": false,
"type": "module",
"version": "10.1.2-1-x",
"version": "10.1.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/x-global": "10.1.2-1-x",
"@polkadot/x-global": "10.1.2",
"@types/websocket": "^1.0.5",
"websocket": "^1.0.34"
}
Expand Down
Loading

0 comments on commit ca6f157

Please sign in to comment.