diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e403eed3a..e447d7fd5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 462 Jaco Bump TS (#2337) 342 mhusnirizal update all.json (#2345) 288 Frank Update all.json (#2348) - 257 Tim Janssen Update all.json (#2346) + 258 Tim Janssen Update all.json (#2350) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index ca08f2153..5cb6603fd 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "app.flowstringapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -515,6 +514,7 @@ "app-walletsolutions.com", "app-wasync.com", "app.coinodeservice.com", + "app.flowstringapp.com", "appauthes.in.net", "appchainsauth.com", "appconnectsync.org", diff --git a/meta/2022-10.json b/meta/2022-10.json new file mode 100644 index 000000000..000ece795 --- /dev/null +++ b/meta/2022-10.json @@ -0,0 +1,6 @@ +[ + { + "date": "2022-10-02", + "url": "app.flowstringapp.com" + } +] diff --git a/meta/index.json b/meta/index.json index 100bbdf27..2a7665320 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2022-10", "2022-09", "2022-08", "2022-07", diff --git a/package.json b/package.json index 680defa22..8ea4fcc5d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-33-x", + "version": "0.18.10-34-x", "versions": { - "git": "0.18.10-33-x", + "git": "0.18.10-34-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1f4b055bd..351cbc111 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-33-x", + "version": "0.18.10-34-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3a67edb24..d44b15bc3 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.18.10-33-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-34-x' };