* 0.20.1

* Merge master, bump
This commit is contained in:
Jaco
2023-03-05 10:59:01 +02:00
committed by GitHub
parent 347134de55
commit 4f2a0882c2
4 changed files with 160 additions and 648 deletions
+13
View File
@@ -1,5 +1,18 @@
# CHANGELOG
## 0.20.1 Mar 5, 2023
Contributed:
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
Changes:
- Swap TS -> JS compiler to use tsc (from babel)
- Adjust all tests to use `node:test` runner (ESM variants)
- Update to `@polkadot/util` 11.0.1
## 0.19.3 Feb 19, 2023
Contributed:
+3 -4
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.19.4-61-x",
"version": "0.20.0",
"versions": {
"git": "0.19.4-61-x",
"npm": "0.19.3"
@@ -38,9 +38,8 @@
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@polkadot/dev": "^0.69.25",
"@types/node": "^18.14.5"
"@polkadot/dev": "^0.69.27",
"@types/node": "^18.14.6"
},
"resolutions": {
"typescript": "^4.9.5"
+5 -5
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.19.4-61-x",
"version": "0.20.0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "^10.4.2",
"@polkadot/x-fetch": "^10.4.2"
"@polkadot/util": "^11.0.1",
"@polkadot/util-crypto": "^11.0.1",
"@polkadot/x-fetch": "^11.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
+139 -639
View File
File diff suppressed because it is too large Load Diff