25 commits in all time Dec 17, 2025 17:38 – Mar 17, 2026 17:38 UTC
Merge 0ed1ecea064abd76692f824f711dc4b2e90b0934 into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit e097728d Branch pull/47/merge Document 31/190 ++ 211 --
Merge 6132ae6a709c4d4621092c52a1604c813ec94666 into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit 0b44f9f5 Branch pull/47/merge Document 30/182 ++ 209 --
chore: change directory from __dirname (CJS) to import.meta.url for better ESM compatibility on generated templates
Git Commit accbbea1 Branch prep/beta-release Document 1/2 ++ 1 --
chore: remove trailing space from templates that were causing wrong formatting on generated contracts
Git Commit bf0ea00c Branch prep/beta-release Document 3/4 ++ 4 --
Merge 67e03507e1c0f6053d29daf3a129f26a9101c32d into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit 1cd936ba Branch pull/47/merge Document 27/170 ++ 200 --
Merge 321bc6510a24aa722cf940644de43b0e32ce0891 into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit e7d72228 Branch pull/47/merge Document 26/109 ++ 160 --
chore: add prettierrc and update workflows to use single quotes for consistency
Git Commit 321bc651 Branch prep/beta-release Document 4/17 ++ 35 --
chore: update generated examples with new configurations for ESM compatibility
Git Commit 2f6c5397 Branch prep/beta-release Document 12/93 ++ 109 --
chore: simplify tsconfig implementation + fix prettier wrong export syntax for ESM compatibility
Git Commit ba7ead14 Branch prep/beta-release Document 4/10 ++ 49 --
chore: update template tsconfig usage to standardized ESM configuration
Git Commit e80c8871 Branch prep/beta-release Document 2/26 ++ 1 --
Merge 4c201c2c5b5de17251409a9c23df8be963441793 into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit 094ac0b7 Branch pull/46/merge Document 3/3 ++ 0 --
fix: add @types/node to resolve type errors after fresh init
The template generates projects that import from `node:fs` and `node:path`
and reference Node.js globals like `__dirname` and `process`, but does not
include `@types/node` in devDependencies. This causes TypeScript type errors
on a freshly initialized project.

Closes #45

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Git Commit 4c201c2c Branch pull/46/head Document 3/3 ++ 0 --
chore: update template blueprint to generate ESM compatible projects
Git Commit b2c2af7a Branch prep/beta-release Document 10/22 ++ 19 --
chore: pin all algokit dependencies to the alpha version where available - preparation for beta releases
Git Commit fb74cca8 Branch prep/beta-release Document 3/9 ++ 9 --
Merge c227bc0f5e90ef229333c06f4911ce799518bfde into 457eafe63a9ea9e888ae4edc07492656906b780c
Git Commit 95cee457 Branch pull/43/merge Document 9/15 ++ 21 --
Merge pull request #44 from algorandfoundation/chore/update-utils-imports
Update utils import paths
Git Commit c227bc0f Branch decoupling/remove-algosdk Document 6/6 ++ 6 --