diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 34dce985c..df9b9bc11 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 809 Tim Janssen Update all.json (#3896) - 783 Frank Update all.json (#3894) + 784 Frank Update all.json (#3897) 613 Mich block event-acala.network (#3875) 544 Jaco Bump deps (#3827) 535 mhusnirizal update all.json (#3890) diff --git a/all/art/all.json b/all/art/all.json index 14054e771..723433b36 100644 --- a/all/art/all.json +++ b/all/art/all.json @@ -29,7 +29,6 @@ "dappreconnection.art", "decentralized-protocol.art", "diniance.art", - "directory.art", "domain0x43fd9a3a83c911b1221eafb6c4444123907e71e0.art", "erroresolver.art", "esstrovagancelmpdsolu.art", diff --git a/meta/2023-07.json b/meta/2023-07.json index cc4471199..0513c6f49 100644 --- a/meta/2023-07.json +++ b/meta/2023-07.json @@ -3179,10 +3179,6 @@ "date": "2023-07-13", "url": "degods-rewards.com" }, - { - "date": "2023-07-13", - "url": "directory.art" - }, { "date": "2023-07-13", "url": "drop-layerzero.com" diff --git a/package.json b/package.json index 1d611a062..c6fca16ef 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-56-x", + "version": "0.21.7-57-x", "versions": { - "git": "0.21.7-56-x", + "git": "0.21.7-57-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 75c94405d..d2f97f62c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-56-x", + "version": "0.21.7-57-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 89ce4a7de..1fde16b19 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.7-56-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-57-x' };