* 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
+3 -3
View File
@@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.2-1-x",
"version": "3.1.2",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.1.1",
"@polkadot/util-crypto": "^11.1.1",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
},