This commit is contained in:
Jaco
2022-03-19 10:35:11 +01:00
committed by GitHub
parent d0b418f4c8
commit 60c6168307
13 changed files with 223 additions and 215 deletions
+4 -4
View File
@@ -17,12 +17,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.2.2-0",
"version": "1.3.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.7",
"@polkadot/networks": "^8.5.1",
"@polkadot/util": "^8.5.1",
"@babel/runtime": "^7.17.8",
"@polkadot/networks": "^8.6.1",
"@polkadot/util": "^8.6.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},