diff --git a/tools/ecrimagefetcher/go.mod b/tools/ecrimagefetcher/go.mod index d60185395..2af775554 100644 --- a/tools/ecrimagefetcher/go.mod +++ b/tools/ecrimagefetcher/go.mod @@ -1,4 +1,4 @@ -module github.com/smartcontractkit/chainlink-testing-framework/tools/latestecrimages +module github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher go 1.21.7 diff --git a/tools/ecrimagefetcher/package.json b/tools/ecrimagefetcher/package.json index 20c0f28b1..457e0c307 100644 --- a/tools/ecrimagefetcher/package.json +++ b/tools/ecrimagefetcher/package.json @@ -1,5 +1,5 @@ { - "name": "latestecrimages", + "name": "ecrimagefetcher", "description": "Tool that fetches latest ECR images for a given repository", - "version": "1.0.0" + "version": "1.0.1" } diff --git a/tools/testlistgenerator/go.mod b/tools/testlistgenerator/go.mod index 73b21b357..e6a83617a 100644 --- a/tools/testlistgenerator/go.mod +++ b/tools/testlistgenerator/go.mod @@ -1,4 +1,4 @@ -module github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher +module github.com/smartcontractkit/chainlink-testing-framework/tools/testlistgenerator go 1.21.7 diff --git a/tools/testlistgenerator/package.json b/tools/testlistgenerator/package.json index 1f0ad9c1b..80e4492fe 100644 --- a/tools/testlistgenerator/package.json +++ b/tools/testlistgenerator/package.json @@ -1,5 +1,5 @@ { - "name": "ecrimagefetcher", + "name": "testlistgenerator", "description": "Tool to generate a JSON list of tests", - "version": "1.0.0" + "version": "1.0.1" }