mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
0.22.1 (#4043)
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.22.1 Nov 18, 2023
|
||||
|
||||
Contributed:
|
||||
|
||||
- Too many URLs to mention (Thanks to all [contributors](https://github.com/polkadot-js/phishing/graphs/contributors))
|
||||
|
||||
Changes:
|
||||
|
||||
- Update to `@polkadot/util` 12.6.1
|
||||
- Drop support for Node 16 (EOL 11 Sep 2023)
|
||||
|
||||
|
||||
## 0.21.6 Aug 24, 2023
|
||||
|
||||
Contributed:
|
||||
|
||||
+3
-3
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.21.7-179-x",
|
||||
"version": "0.22.0",
|
||||
"versions": {
|
||||
"git": "0.21.7-179-x",
|
||||
"npm": "0.21.6"
|
||||
@@ -41,8 +41,8 @@
|
||||
"dnslink-cloudflare": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.76.29",
|
||||
"@types/node": "^20.8.4"
|
||||
"@polkadot/dev": "^0.77.1",
|
||||
"@types/node": "^20.9.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^5.2.2"
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.21.7-179-x",
|
||||
"version": "0.22.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@polkadot/util": "^12.5.1",
|
||||
"@polkadot/util-crypto": "^12.5.1",
|
||||
"@polkadot/x-fetch": "^12.5.1",
|
||||
"@polkadot/util": "^12.6.1",
|
||||
"@polkadot/util-crypto": "^12.6.1",
|
||||
"@polkadot/x-fetch": "^12.6.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user