diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 21449a590..370b60d95 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 666 Frank Update all.json (#3395) - 613 Tim Janssen Update all.json (#3392) + 614 Tim Janssen Update all.json (#3396) 610 Mich block `rescue-ai.netlify.app` (#3375) 531 Jaco Bump dev (w/ eslint config adj) (#3388) 436 mhusnirizal update all.json (#3390) diff --git a/all.json b/all.json index 83347f894..d6d0b948e 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "auth-fix.pages.dev", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1046,6 +1045,7 @@ "auth-connector.com", "auth-dapps.net", "auth-defi.live", + "auth-fix.pages.dev", "auth-jog.com", "auth-metamask.com", "auth-rectify.netlify.app", diff --git a/all/dev/all.json b/all/dev/all.json index 5b1b9f471..22c0b5291 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -16,6 +16,7 @@ "assetrectification.dev", "assist-support.pages.dev", "auth-config.pages.dev", + "auth-fix.pages.dev", "authconnect.dev", "authconnect.pages.dev", "authfix.pages.dev", diff --git a/meta/2023-05.json b/meta/2023-05.json index 71c63a083..61444f2cf 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-23", + "url": "auth-fix.pages.dev" + }, { "date": "2023-05-22", "url": "coiresolverapp.live" diff --git a/package.json b/package.json index cc39b67e0..5ad224c44 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-37-x", + "version": "0.21.4-38-x", "versions": { - "git": "0.21.4-37-x", + "git": "0.21.4-38-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a29a5e1dc..fa46a59a9 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-37-x", + "version": "0.21.4-38-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 e836bb77e..ead092c84 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-37-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-38-x' };