diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f0a6df08e..fc6651d94 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1062 Tim Janssen Update all.json (#4798) - 1010 Frank Update all.json (#4799) + 1011 Frank Update all.json (#4800) 674 mhusnirizal update all.json (#4789) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 80b112ca5..fda9f78cd 100644 --- a/all.json +++ b/all.json @@ -37,7 +37,6 @@ "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", "0gfoundation.app", - "pretend-bad-site-test.test", "0kxwallet.org", "0nlinebot.github.io", "0pensea-offer.com", @@ -27545,6 +27544,7 @@ "preschooldreamers.com.au", "presidentmaga.xyz", "presie-beckercoin.net", + "pretend-bad-site-test.test", "pretsupermarket.com", "primainchainapp.pages.dev", "prime-dex.com", diff --git a/all/test/all.json b/all/test/all.json new file mode 100644 index 000000000..5cb5d7b7b --- /dev/null +++ b/all/test/all.json @@ -0,0 +1,3 @@ +[ + "pretend-bad-site-test.test" +] diff --git a/meta/2024-12.json b/meta/2024-12.json index 9ffc074df..d3b3c7d15 100644 --- a/meta/2024-12.json +++ b/meta/2024-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-12-17", + "url": "pretend-bad-site-test.test" + }, { "date": "2024-12-15", "url": "0x0protocol.xyz" diff --git a/package.json b/package.json index 9e2d07f6a..aa7a3aa2d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.5-13-x", + "version": "0.24.5-14-x", "versions": { - "git": "0.24.5-13-x", + "git": "0.24.5-14-x", "npm": "0.24.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fcb803bf6..e7311907d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.5-13-x", + "version": "0.24.5-14-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5c429046d..37d95c3e1 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-13-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-14-x' };