diff --git a/examples/p-py/projects/p-py-contracts/.algokit/.copier-answers.yml b/examples/p-py/projects/p-py-contracts/.algokit/.copier-answers.yml index 7af3cc3..5149d8c 100644 --- a/examples/p-py/projects/p-py-contracts/.algokit/.copier-answers.yml +++ b/examples/p-py/projects/p-py-contracts/.algokit/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.6.2 +_commit: 1.6.3 _src_path: gh:algorandfoundation/algokit-python-template author_email: None author_name: None diff --git a/examples/p-ts/projects/p-ts-contracts/.algokit/.copier-answers.yml b/examples/p-ts/projects/p-ts-contracts/.algokit/.copier-answers.yml index a4b97ce..c441f59 100644 --- a/examples/p-ts/projects/p-ts-contracts/.algokit/.copier-answers.yml +++ b/examples/p-ts/projects/p-ts-contracts/.algokit/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.3.3 +_commit: 0.3.4 _src_path: gh:algorandfoundation/algokit-typescript-template author_email: None author_name: None diff --git a/examples/p-ts/projects/p-ts-contracts/package.json b/examples/p-ts/projects/p-ts-contracts/package.json index 84aebb3..265330c 100644 --- a/examples/p-ts/projects/p-ts-contracts/package.json +++ b/examples/p-ts/projects/p-ts-contracts/package.json @@ -23,7 +23,7 @@ "@algorandfoundation/algorand-typescript": "~1.0.0-beta.25 <1.0.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "^5.0.0", + "@algorandfoundation/algokit-client-generator": "^6.0.0", "@algorandfoundation/algokit-utils": "^9.0.0", "@algorandfoundation/algokit-utils-debug": "^1.0.4", "@algorandfoundation/puya-ts": "~1.0.0-beta.50 <1.0.0", diff --git a/examples/s-py/projects/s-py-contracts/.algokit/.copier-answers.yml b/examples/s-py/projects/s-py-contracts/.algokit/.copier-answers.yml index 0731f41..f21edde 100644 --- a/examples/s-py/projects/s-py-contracts/.algokit/.copier-answers.yml +++ b/examples/s-py/projects/s-py-contracts/.algokit/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 1.6.2 +_commit: 1.6.3 _src_path: gh:algorandfoundation/algokit-python-template author_email: None author_name: None diff --git a/examples/s-py/projects/s-py-contracts/package.json b/examples/s-py/projects/s-py-contracts/package.json index 7277dd9..d612e63 100644 --- a/examples/s-py/projects/s-py-contracts/package.json +++ b/examples/s-py/projects/s-py-contracts/package.json @@ -18,7 +18,7 @@ "algosdk": "^3.0.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "^5.0.0", + "@algorandfoundation/algokit-client-generator": "^6.0.0", "dotenv": "^16.0.3", "prettier": "^2.8.4", "ts-node-dev": "^2.0.0", diff --git a/examples/s-ts/projects/s-ts-contracts/.algokit/.copier-answers.yml b/examples/s-ts/projects/s-ts-contracts/.algokit/.copier-answers.yml index f2af72e..37b9849 100644 --- a/examples/s-ts/projects/s-ts-contracts/.algokit/.copier-answers.yml +++ b/examples/s-ts/projects/s-ts-contracts/.algokit/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0.3.3 +_commit: 0.3.4 _src_path: gh:algorandfoundation/algokit-typescript-template author_email: None author_name: None diff --git a/examples/s-ts/projects/s-ts-contracts/package.json b/examples/s-ts/projects/s-ts-contracts/package.json index 2a46ca3..634c1b9 100644 --- a/examples/s-ts/projects/s-ts-contracts/package.json +++ b/examples/s-ts/projects/s-ts-contracts/package.json @@ -17,7 +17,7 @@ "@algorandfoundation/algorand-typescript": "~1.0.0-beta.25 <1.0.0" }, "devDependencies": { - "@algorandfoundation/algokit-client-generator": "^5.0.0", + "@algorandfoundation/algokit-client-generator": "^6.0.0", "@algorandfoundation/algokit-utils": "^9.0.0", "@algorandfoundation/algokit-utils-debug": "^1.0.4", "@algorandfoundation/puya-ts": "~1.0.0-beta.50 <1.0.0",