diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8950d4230..6fe3cec55 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 464 Jaco Bump deps (#2510) 358 Frank Update all.json (#2547) 358 mhusnirizal update all.json (#2419) - 341 Tim Janssen Update all.json (#2548) + 342 Tim Janssen Update all.json (#2549) 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 cf9416238..fd333ac17 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "collab.ioapps.info", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1864,6 +1863,7 @@ "collab-tools.live", "collab-validator.com", "collab-verifier.netlify.app", + "collab.ioapps.info", "collabandd.cc", "collabarationland.cc", "collabassist.org", diff --git a/meta/2022-11.json b/meta/2022-11.json index bafe5ee93..0e6360f91 100644 --- a/meta/2022-11.json +++ b/meta/2022-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-11-09", + "url": "collab.ioapps.info" + }, { "date": "2022-11-09", "url": "en.coistringtech.com" diff --git a/package.json b/package.json index e77861abe..90ec328ff 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-144-x", + "version": "0.18.11-145-x", "versions": { - "git": "0.18.11-144-x", + "git": "0.18.11-145-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 164e6b0ad..341365f6e 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-144-x", + "version": "0.18.11-145-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 8196b0e96..1a2b260aa 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.11-144-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-145-x' };