mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-17 12:21:13 +00:00
@@ -1,5 +1,18 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 0.19.3 Feb 19, 2023
|
||||||
|
|
||||||
Contributed:
|
Contributed:
|
||||||
|
|||||||
+3
-4
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.19.4-61-x",
|
"version": "0.20.0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"git": "0.19.4-61-x",
|
"git": "0.19.4-61-x",
|
||||||
"npm": "0.19.3"
|
"npm": "0.19.3"
|
||||||
@@ -38,9 +38,8 @@
|
|||||||
"dnslink-cloudflare": "^3.0.0"
|
"dnslink-cloudflare": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.0",
|
"@polkadot/dev": "^0.69.27",
|
||||||
"@polkadot/dev": "^0.69.25",
|
"@types/node": "^18.14.6"
|
||||||
"@types/node": "^18.14.5"
|
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^4.9.5"
|
||||||
|
|||||||
@@ -17,13 +17,13 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.19.4-61-x",
|
"version": "0.20.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.21.0",
|
"@polkadot/util": "^11.0.1",
|
||||||
"@polkadot/util": "^10.4.2",
|
"@polkadot/util-crypto": "^11.0.1",
|
||||||
"@polkadot/util-crypto": "^10.4.2",
|
"@polkadot/x-fetch": "^11.0.1",
|
||||||
"@polkadot/x-fetch": "^10.4.2"
|
"tslib": "^2.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user