diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 275c58ffb..c4e12e763 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 925 Tim Janssen Update all.json (#4302) - 898 Frank Update all.json (#4300) + 899 Frank Update all.json (#4305) 617 Mich Block polkastater-login.com (#4044) 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/co/all.json b/all/co/all.json index f0989f71b..d03227079 100644 --- a/all/co/all.json +++ b/all/co/all.json @@ -114,7 +114,6 @@ "gaixe.co", "green-haze-3357.on.fleek.co", "grokerc.co", - "huggingface.co", "hv-mti.co", "ilido.co", "im-tokens.co", diff --git a/meta/2024-03.json b/meta/2024-03.json index 52d45b965..cd844e7b6 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -283,10 +283,6 @@ "date": "2024-03-11", "url": "guardian-shield.net" }, - { - "date": "2024-03-11", - "url": "huggingface.co" - }, { "date": "2024-03-11", "url": "ibisvarietydoms.pro" diff --git a/package.json b/package.json index 67b6b6d6a..eb910b676 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.3-12-x", + "version": "0.22.3-13-x", "versions": { - "git": "0.22.3-12-x", + "git": "0.22.3-13-x", "npm": "0.22.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3980cbf48..18d5a5c60 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.3-12-x", + "version": "0.22.3-13-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8f4468c50..7b1d60039 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.22.3-12-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.3-13-x' };