mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-05-06 07:57:56 +00:00
@@ -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
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user