diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c0fc579e2..67d10eaf2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1065 Tim Janssen Update all.json (#4812) - 1019 Frank Update all.json (#4819) + 1020 Frank Update all.json (#4823) 680 mhusnirizal update all.json (#4821) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index 5df77a3b6..69a77870a 100644 --- a/all.json +++ b/all.json @@ -157,7 +157,6 @@ "1inchreward.com", "1inchrewards.net", "1inchswap.org", - "node-repair-hub.pages.dev", "1inchv2.com", "1inshairdrop.xyz", "1metamask.com", @@ -24918,6 +24917,7 @@ "node-portaldapp.com", "node-project.com", "node-protocol.com", + "node-repair-hub.pages.dev", "node-resolve-all-defi-setup.com", "node-resolve.com", "node-resolve.xyz", diff --git a/all/dev/all.json b/all/dev/all.json index 42d347c80..a4d41fb0a 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -1515,6 +1515,7 @@ "node-debug.pages.dev", "node-miner-collector.pages.dev", "node-orbit.pages.dev", + "node-repair-hub.pages.dev", "node-rpc.pages.dev", "node-synchronize.pages.dev", "nodeaffixs.pages.dev", diff --git a/meta/2024-12.json b/meta/2024-12.json index ca42ff8e6..10606bd2e 100644 --- a/meta/2024-12.json +++ b/meta/2024-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-12-27", + "url": "node-repair-hub.pages.dev" + }, { "date": "2024-12-26", "url": "air.drop-babydogepaws.com" diff --git a/package.json b/package.json index 38fd0d051..ab9a40f13 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.5-29-x", + "version": "0.24.5-30-x", "versions": { - "git": "0.24.5-29-x", + "git": "0.24.5-30-x", "npm": "0.24.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a86a4095a..bdb0b9b3b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.5-29-x", + "version": "0.24.5-30-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 01cffaa48..7461bd71b 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-29-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-30-x' };