This commit is contained in:
Jaco
2023-03-11 11:23:35 +02:00
committed by GitHub
parent 32086c0fc7
commit b9b1b296a3
10 changed files with 367 additions and 340 deletions
+8
View File
@@ -1,5 +1,13 @@
# CHANGELOG
## 3.0.2 Mar 11, 2023
Changes:
- Use consistent `.js` imports in source files (TS moduleResolution)
- Bump to `@polkadot/util` 11.0.2
## 3.0.1 Mar 5, 2023
Changes:
+5 -5
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"versions": {
"git": "3.0.2-4-x",
"npm": "3.0.1"
@@ -30,13 +30,13 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.71.1",
"@polkadot/x-bundle": "^11.0.1",
"@types/node": "^18.14.6",
"@polkadot/dev": "^0.71.4",
"@polkadot/x-bundle": "^11.0.2",
"@types/node": "^18.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.71.3"
"react-native": "^0.71.4"
},
"resolutions": {
"typescript": "^4.9.5"
+6 -6
View File
@@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.0.1",
"@polkadot/ui-settings": "3.0.2-4-x",
"@polkadot/ui-shared": "3.0.2-4-x",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/keyring": "^11.0.2",
"@polkadot/ui-settings": "3.0.2",
"@polkadot/ui-shared": "3.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.0.2-4-x",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/ui-settings": "3.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.8",
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.0.2-4-x",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/ui-shared": "3.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"react-native-svg": "^12.5.1",
"tslib": "^2.5.0"
},
+5 -5
View File
@@ -16,13 +16,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.0.1",
"@polkadot/ui-settings": "3.0.2-4-x",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/keyring": "^11.0.2",
"@polkadot/ui-settings": "3.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"mkdirp": "^2.1.5",
"rxjs": "^7.8.0",
"store": "^2.0.12",
+3 -3
View File
@@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.0.1",
"@polkadot/util": "^11.0.1",
"@polkadot/networks": "^11.0.2",
"@polkadot/util": "^11.0.2",
"eventemitter3": "^4.0.7",
"store": "^2.0.12",
"tslib": "^2.5.0"
+3 -3
View File
@@ -17,15 +17,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"color": "^3.2.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.0.2-4-x",
"version": "3.0.2",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.0.2-4-x",
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/ui-shared": "3.0.2",
"@polkadot/util": "^11.0.2",
"@polkadot/util-crypto": "^11.0.2",
"jdenticon": "3.2.0",
"tslib": "^2.5.0"
},
+325 -306
View File
File diff suppressed because it is too large Load Diff