This commit is contained in:
Jaco
2023-04-22 12:16:38 +03:00
committed by GitHub
parent e50f0d6308
commit 3bed79636d
4 changed files with 380 additions and 361 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG # CHANGELOG
## 0.21.1 Apr 22, 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.0.1
## 0.20.5 Apr 1, 2023 ## 0.20.5 Apr 1, 2023
Contributed: Contributed:
+2 -2
View File
@@ -14,7 +14,7 @@
}, },
"sideEffects": false, "sideEffects": false,
"type": "module", "type": "module",
"version": "0.20.6-55-x", "version": "0.21.0",
"versions": { "versions": {
"git": "0.20.6-55-x", "git": "0.20.6-55-x",
"npm": "0.20.5" "npm": "0.20.5"
@@ -41,7 +41,7 @@
"dnslink-cloudflare": "^3.0.0" "dnslink-cloudflare": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/dev": "^0.72.36", "@polkadot/dev": "^0.73.2",
"@types/node": "^18.15.11" "@types/node": "^18.15.11"
}, },
"resolutions": { "resolutions": {
+4 -4
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs" "./detectPackage.cjs"
], ],
"type": "module", "type": "module",
"version": "0.20.6-55-x", "version": "0.21.0",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@polkadot/util": "^11.1.3", "@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^11.1.3", "@polkadot/util-crypto": "^12.0.1",
"@polkadot/x-fetch": "^11.1.3", "@polkadot/x-fetch": "^12.0.1",
"tslib": "^2.5.0" "tslib": "^2.5.0"
}, },
"devDependencies": { "devDependencies": {
+363 -355
View File
File diff suppressed because it is too large Load Diff