Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
- [Nodejs 20](https://nodejs.org/en/download) or later
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
- [Docker](https://www.docker.com/) (only required for LocalNet)
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later

> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.

Expand All @@ -25,7 +25,7 @@ Ensure the following pre-requisites are installed and properly configured:

- **Docker**: Required for running a local Algorand network.
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.

#### 3. Bootstrap Your Local Environment

Expand Down
6 changes: 3 additions & 3 deletions examples/production/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^4.0.8",
"@algorandfoundation/algokit-utils": "^8.2.0",
"@algorandfoundation/algokit-utils": "^8.2.1",
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/node20": "^20.1.4",
"algosdk": "^3.0.0",
Expand All @@ -37,7 +37,7 @@
"typescript-eslint": "^8.19.1",
"prettier": "^3.4.2",
"ts-node-dev": "^2.0.0",
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.24",
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.25",
"vitest": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"typescript": "^5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
- [Nodejs 20](https://nodejs.org/en/download) or later
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
- [Docker](https://www.docker.com/) (only required for LocalNet)
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later

> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.

Expand All @@ -23,7 +23,7 @@ Ensure the following pre-requisites are installed and properly configured:

- **Docker**: Required for running a local Algorand network.
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.

#### 3. Bootstrap Your Local Environment
Run the following commands within the project folder:
Expand Down
4 changes: 2 additions & 2 deletions examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^4.0.8",
"@algorandfoundation/algokit-utils": "^8.2.0",
"@algorandfoundation/algokit-utils": "^8.2.1",
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/node20": "^20.1.4",
"algosdk": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mypy = "^1.1.1"
pre-commit = "^3.2.1"
types-pyyaml = "^6.0.12.9"
pytest-xdist = "^3.3.1"
puyapy = "^4.1.1"
puyapy = "^4.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions template_content/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project has been generated using AlgoKit. See below for default getting sta
- [Nodejs 20](https://nodejs.org/en/download) or later
- [AlgoKit CLI 2.5](https://github.com/algorandfoundation/algokit-cli?tab=readme-ov-file#install) or later
- [Docker](https://www.docker.com/) (only required for LocalNet)
- [Puya Compiler 4.1.1](https://pypi.org/project/puyapy/) or later
- [Puya Compiler 4.4.2](https://pypi.org/project/puyapy/) or later

> For interactive tour over the codebase, download [vsls-contrib.codetour](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) extension for VS Code, then open the [`.codetour.json`](./.tours/getting-started-with-your-algokit-project.tour) file in code tour extension.

Expand All @@ -23,7 +23,7 @@ Ensure the following pre-requisites are installed and properly configured:

- **Docker**: Required for running a local Algorand network.
- **AlgoKit CLI**: Essential for project setup and operations. Verify installation with `algokit --version`, expecting `2.5.0` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.1.1` or later.
- **Puya Compiler**: Can be installed from PyPi by running `pipx install puyapy`. Verify installation with `puyapy --version`, expecting `4.4.2` or later.

#### 3. Bootstrap Your Local Environment
Run the following commands within the project folder:
Expand Down
6 changes: 3 additions & 3 deletions template_content/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "^4.0.8",
"@algorandfoundation/algokit-utils": "^8.2.0",
"@algorandfoundation/algokit-utils": "^8.2.1",
"@algorandfoundation/algokit-utils-debug": "^1.0.3",
"@algorandfoundation/puya-ts": "^1.0.0-beta.27",
"@algorandfoundation/puya-ts": "^1.0.0-beta.30",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/node20": "^20.1.4",
"algosdk": "^3.0.0",
Expand All @@ -52,7 +52,7 @@
{%- endif %}
"ts-node-dev": "^2.0.0",
{%- if use_vitest %}
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.24",
"@algorandfoundation/algorand-typescript-testing": "^1.0.0-beta.25",
"vitest": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
{%- endif %}
Expand Down
Loading