diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5db7d880b..15d6f530d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 673 Frank Update all.json (#3414) - 617 Tim Janssen Update all.json (#3408) + 618 Tim Janssen Update all.json (#3416) 610 Mich block `rescue-ai.netlify.app` (#3375) 533 Jaco Add missing cross-check entries (#3407) 441 mhusnirizal update all.json (#3412) diff --git a/all.json b/all.json index f2d3a1023..018ae3780 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "nodecorrects.kwaratech.com", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -10835,6 +10834,7 @@ "nodeconnectons.com", "nodeconnectschain.herokuapp.com", "nodecore.app", + "nodecorrects.kwaratech.com", "nodedapp.netlify.app", "nodedapps.online", "nodedappsnet.com", diff --git a/all/com/all.json b/all/com/all.json index 3cc8c686b..dc351ec6c 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -4059,6 +4059,7 @@ "nodeconnections.com", "nodeconnectons.com", "nodeconnectschain.herokuapp.com", + "nodecorrects.kwaratech.com", "nodedappsnet.com", "nodedatasync.com", "nodeddapp.com", diff --git a/meta/2023-05.json b/meta/2023-05.json index 0cfc9dac6..80f79a8df 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-30", + "url": "nodecorrects.kwaratech.com" + }, { "date": "2023-05-29", "url": "activelunchreset.live" diff --git a/package.json b/package.json index 1fc9fc446..681f48089 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-53-x", + "version": "0.21.4-54-x", "versions": { - "git": "0.21.4-53-x", + "git": "0.21.4-54-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 441cb7365..4965c0f58 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-53-x", + "version": "0.21.4-54-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 a499c76e6..29e53a9b6 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-53-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-54-x' };