diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4e666de11..54ae9d29c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 663 Frank Update all.json (#3385) - 611 Tim Janssen Update all.json (#3383) + 612 Tim Janssen Update all.json (#3387) 610 Mich block `rescue-ai.netlify.app` (#3375) 531 Jaco Bump dev (w/ eslint config adj) (#3388) 434 mhusnirizal update all.json (#3381) diff --git a/all.json b/all.json index b0ff1f1fc..25d5c1309 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "authfix.pages.dev", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1129,6 +1128,7 @@ "authentikatortokken.duckdns.org", "authetic-web.com", "authewallet.live", + "authfix.pages.dev", "authfixnow.pages.dev", "authgladevalidate.live", "authicatedapps.com", diff --git a/all/dev/all.json b/all/dev/all.json index 5b5e83cfa..dc85f2721 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -18,6 +18,7 @@ "auth-config.pages.dev", "authconnect.dev", "authconnect.pages.dev", + "authfix.pages.dev", "authfixnow.pages.dev", "authwebnets.pages.dev", "autovalidateblockchain.pages.dev", diff --git a/meta/2023-05.json b/meta/2023-05.json index 01775f84a..738449e37 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-21", + "url": "authfix.pages.dev" + }, { "date": "2023-05-20", "url": "apiconnectivity.online" diff --git a/package.json b/package.json index 31b30eca2..0cde93c93 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-30-x", + "version": "0.21.4-31-x", "versions": { - "git": "0.21.4-30-x", + "git": "0.21.4-31-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 373844ae8..bd4852f49 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-30-x", + "version": "0.21.4-31-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0211107c7..343c1732f 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.21.4-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-31-x' };