This commit is contained in:
Jaco
2023-11-18 10:37:12 +02:00
committed by GitHub
parent 0837376d00
commit 63be1a965b
10 changed files with 932 additions and 1689 deletions
+6 -6
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.6.4-0-x",
"version": "3.6.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.5.1",
"@polkadot/ui-settings": "3.6.4-0-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/ui-settings": "3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
"store": "^2.0.12",
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/mkdirp": "^2.0.0",
"@types/store": "^2.0.2"
"@types/store": "^2.0.5"
},
"peerDependencies": {
"@polkadot/keyring": "*",