diff --git a/algorandfoundation-algokit-utils-0.1.0.tgz b/algorandfoundation-algokit-utils-0.1.0.tgz deleted file mode 100644 index 0eeb399..0000000 Binary files a/algorandfoundation-algokit-utils-0.1.0.tgz and /dev/null differ diff --git a/package-lock.json b/package-lock.json index 3dcc774..7d0b7c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "buffer": "^6.0.3" }, "devDependencies": { - "@algorandfoundation/algokit-utils": "file:algorandfoundation-algokit-utils-0.1.0.tgz", + "@algorandfoundation/algokit-utils": "^7.0.0-beta.5", "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^17.7.0", "@makerx/eslint-config": "^3.1.0", @@ -51,14 +51,14 @@ "node": ">=18.0" }, "peerDependencies": { - "@algorandfoundation/algokit-utils": "file:algorandfoundation-algokit-utils-0.1.0.tgz", + "@algorandfoundation/algokit-utils": "^7.0.0-beta.5", "algosdk": "^2.7.0" } }, "node_modules/@algorandfoundation/algokit-utils": { - "version": "0.1.0", - "resolved": "file:algorandfoundation-algokit-utils-0.1.0.tgz", - "integrity": "sha512-qSJLGSVT3RQWULjIQNEMvgKrm6pkl8smDyuJfn5MbXTu2Ry6ZqGbiHgiIsiZxNQAJGLZSrd88HkR16Gyngw6Yw==", + "version": "7.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-7.0.0-beta.5.tgz", + "integrity": "sha512-4w5I8D8uw4feeYPKt7ecxHQO/AIy9NkhutX0JKQwae49FV1yPuXXrbHQTTJu00fzlwXTsb/ljA4JxkDH7pJUVw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e30948b..73e3bad 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,11 @@ "buffer": "^6.0.3" }, "peerDependencies": { - "@algorandfoundation/algokit-utils": "file:algorandfoundation-algokit-utils-0.1.0.tgz", + "@algorandfoundation/algokit-utils": "^7.0.0-beta.5", "algosdk": "^2.7.0" }, "devDependencies": { - "@algorandfoundation/algokit-utils": "file:algorandfoundation-algokit-utils-0.1.0.tgz", + "@algorandfoundation/algokit-utils": "^7.0.0-beta.5", "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^17.7.0", "@makerx/eslint-config": "^3.1.0",