mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-14 16:41:03 +00:00
0.18.3 (#2010)
This commit is contained in:
+12
-1
@@ -1,5 +1,16 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.18.2 Aug 7, 2022
|
||||||
|
|
||||||
|
Contributed:
|
||||||
|
|
||||||
|
- Too many URLs to mention
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- Update to `@polkadot/util` 10.1.3
|
||||||
|
|
||||||
|
|
||||||
## 0.18.2 Jul 30, 2022
|
## 0.18.2 Jul 30, 2022
|
||||||
|
|
||||||
Contributed:
|
Contributed:
|
||||||
@@ -9,7 +20,7 @@ Contributed:
|
|||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- Collapse top-level domains
|
- Collapse top-level domains
|
||||||
- Update to `@polkadot/util` 10.1.1
|
- Update to `@polkadot/util` 10.1.2
|
||||||
|
|
||||||
|
|
||||||
## 0.18.1 Jul 21, 2022
|
## 0.18.1 Jul 21, 2022
|
||||||
|
|||||||
+3
-3
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.18.3-55-x",
|
"version": "0.18.3",
|
||||||
"versions": {
|
"versions": {
|
||||||
"git": "0.18.3-55-x",
|
"git": "0.18.3-55-x",
|
||||||
"npm": "0.18.2"
|
"npm": "0.18.2"
|
||||||
@@ -38,8 +38,8 @@
|
|||||||
"dnslink-cloudflare": "^3.0.0"
|
"dnslink-cloudflare": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.18.9",
|
"@babel/core": "^7.18.10",
|
||||||
"@polkadot/dev": "^0.67.86",
|
"@polkadot/dev": "^0.67.89",
|
||||||
"@types/jest": "^28.1.6"
|
"@types/jest": "^28.1.6"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
@@ -17,13 +17,13 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.18.3-55-x",
|
"version": "0.18.3",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@polkadot/util": "^10.1.2",
|
"@polkadot/util": "^10.1.3",
|
||||||
"@polkadot/util-crypto": "^10.1.2",
|
"@polkadot/util-crypto": "^10.1.3",
|
||||||
"@polkadot/x-fetch": "^10.1.2"
|
"@polkadot/x-fetch": "^10.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user