* 3.1.2

* Remove assert usage

* Unsubscribe on open observable

* Attempt a clear

* Final attempt before skip

* .skip for problematic
This commit is contained in:
Jaco
2023-03-25 10:04:20 +02:00
committed by GitHub
parent e3168c8231
commit 3250187fbb
14 changed files with 264 additions and 284 deletions
+5 -5
View File
@@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.2-1-x",
"version": "3.1.2",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.1.2-1-x",
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"@polkadot/ui-shared": "3.1.2",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"react-native-svg": "^12.5.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/react-native": "^0.71.3"
"@types/react-native": "^0.71.5"
},
"peerDependencies": {
"@polkadot/util": "*",