mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 07:57:58 +00:00
0.19.1 (#2875)
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.19.1 Jan 29, 2023
|
||||
|
||||
Contributed:
|
||||
|
||||
- Too many URLs to mention
|
||||
|
||||
Changes:
|
||||
|
||||
- Adjust host retrieval with a (smaller) per-TLD cache
|
||||
- Update to `@polkadot/util` 10.3.1
|
||||
|
||||
|
||||
## 0.18.13 Jan 8, 2023
|
||||
|
||||
Contributed:
|
||||
|
||||
+2
-2
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.18.14-95-x",
|
||||
"version": "0.19.0",
|
||||
"versions": {
|
||||
"git": "0.18.14-95-x",
|
||||
"npm": "0.18.13"
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@polkadot/dev": "^0.67.187",
|
||||
"@polkadot/dev": "^0.68.2",
|
||||
"@types/jest": "^29.2.6",
|
||||
"mkdirp": "^2.1.3",
|
||||
"rimraf": "^4.1.2"
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.18.14-95-x",
|
||||
"version": "0.19.0",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.13",
|
||||
"@polkadot/util": "^10.2.6",
|
||||
"@polkadot/util-crypto": "^10.2.6",
|
||||
"@polkadot/x-fetch": "^10.2.6"
|
||||
"@polkadot/util": "^10.3.1",
|
||||
"@polkadot/util-crypto": "^10.3.1",
|
||||
"@polkadot/x-fetch": "^10.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
|
||||
Reference in New Issue
Block a user