diff --git a/package-lock.json b/package-lock.json index f4df798..1cba519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@algorandfoundation/algokit-utils": "^2.1.0-beta.1", + "@algorandfoundation/algokit-utils": "^2.1.0", "chalk": "^4.1.2", "change-case": "^4.1.2", "commander": "^10.0.1", @@ -46,9 +46,9 @@ } }, "node_modules/@algorandfoundation/algokit-utils": { - "version": "2.1.0-beta.1", - "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-2.1.0-beta.1.tgz", - "integrity": "sha512-LqmZ951f8OEiEKY4pLXxVB//gR5g22faJCFuMdL/pbcpKkF4vJV/QhF6wm3WYZThcZSqENWeSvDLZhcCb/XQ8Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-2.1.0.tgz", + "integrity": "sha512-YcB0vFLZheWLKrfVv0p6NbZMVTXgN3x8GNRETYLvw5+Br+LG7vBQl5/It18fuFaQNDxRJ4fo3tVgG1iBSHpzDg==", "dependencies": { "algosdk": "^2.3.0", "algosdk2-2": "npm:algosdk@2.2.0", @@ -15011,9 +15011,9 @@ }, "dependencies": { "@algorandfoundation/algokit-utils": { - "version": "2.1.0-beta.1", - "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-2.1.0-beta.1.tgz", - "integrity": "sha512-LqmZ951f8OEiEKY4pLXxVB//gR5g22faJCFuMdL/pbcpKkF4vJV/QhF6wm3WYZThcZSqENWeSvDLZhcCb/XQ8Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@algorandfoundation/algokit-utils/-/algokit-utils-2.1.0.tgz", + "integrity": "sha512-YcB0vFLZheWLKrfVv0p6NbZMVTXgN3x8GNRETYLvw5+Br+LG7vBQl5/It18fuFaQNDxRJ4fo3tVgG1iBSHpzDg==", "requires": { "algosdk": "^2.3.0", "algosdk2-2": "npm:algosdk@2.2.0", diff --git a/package.json b/package.json index cff3cbc..2c0618d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "author": "Algorand Foundation", "license": "MIT", "dependencies": { - "@algorandfoundation/algokit-utils": "^2.1.0-beta.1", + "@algorandfoundation/algokit-utils": "^2.1.0", "chalk": "^4.1.2", "change-case": "^4.1.2", "commander": "^10.0.1",