This commit is contained in:
Jaco
2022-07-01 16:56:49 +02:00
committed by GitHub
parent 67ecbeef18
commit 5a61c959c3
4 changed files with 1100 additions and 1070 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG # CHANGELOG
## 0.16.1 Jul 1, 2022
Contributed:
- Too many URLs to mention
Changes:
- Update to `@polkadot/util` 9.7.1
## 0.15.2 Jun 25, 2022 ## 0.15.2 Jun 25, 2022
Changes: Changes:
+4 -4
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/phishing.git" "url": "https://github.com/polkadot-js/phishing.git"
}, },
"sideEffects": false, "sideEffects": false,
"version": "0.15.3-13-x", "version": "0.16.0",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
@@ -32,9 +32,9 @@
"dnslink-cloudflare": "^3.0.0" "dnslink-cloudflare": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.5", "@babel/core": "^7.18.6",
"@polkadot/dev": "^0.67.42", "@polkadot/dev": "^0.67.46",
"@types/jest": "^28.1.3" "@types/jest": "^28.1.4"
}, },
"resolutions": { "resolutions": {
"typescript": "^4.7.4" "typescript": "^4.7.4"
+5 -5
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs" "./detectPackage.cjs"
], ],
"type": "module", "type": "module",
"version": "0.15.3-13-x", "version": "0.16.0",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.3", "@babel/runtime": "^7.18.6",
"@polkadot/util": "^9.6.2", "@polkadot/util": "^9.7.1",
"@polkadot/util-crypto": "^9.6.2", "@polkadot/util-crypto": "^9.7.1",
"@polkadot/x-fetch": "^9.6.2" "@polkadot/x-fetch": "^9.7.1"
}, },
"devDependencies": { "devDependencies": {
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
+1080 -1061
View File
File diff suppressed because it is too large Load Diff