diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c36e1eb25..cce487bf3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 575 Mich Update all.json (#2119) 453 Jaco Bump deps (#2156) - 304 mhusnirizal update all.json (#2159) + 305 mhusnirizal update all.json (#2164) 243 Frank Update all.json (#2163) 196 Tim Janssen Update all.json (#2162) 93 michalisFr Added 0 new domains (#2143) diff --git a/all.json b/all.json index 023d44921..0e633f69e 100644 --- a/all.json +++ b/all.json @@ -26,8 +26,6 @@ "zapto.org" ], "deny": [ - "digital-smartsync.live", - "s.digital-smartsync.live", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -3820,6 +3818,7 @@ "digital-proapp.com", "digital-proapps.com", "digital-smartprotocol.live", + "digital-smartsync.live", "digital-synchub.com", "digitalappsync.online", "digitalassetssolution.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 6777ef955..80ab694e9 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-09-02", + "url": "digital-smartsync.live" + }, + { + "date": "2022-09-02", + "url": "s.digital-smartsync.live" + }, { "date": "2022-09-01", "url": "adcon-wall.web.app" diff --git a/package.json b/package.json index b16314352..9889b9149 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-56-x", + "version": "0.18.7-57-x", "versions": { - "git": "0.18.7-56-x", + "git": "0.18.7-57-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0b802cd03..c8cf9a569 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-56-x", + "version": "0.18.7-57-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index cbd73df92..8e56abe55 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.7-56-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-57-x' };