Skip to content

Commit da4b062

Browse files
authored
Merge pull request #52 from algorandfoundation/chore/template-update
chore: update templates
2 parents 40753a7 + 6b74c3b commit da4b062

File tree

10 files changed

+14
-10
lines changed

10 files changed

+14
-10
lines changed

examples/p-py/projects/p-py-contracts/.algokit/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 1.8.0
2+
_commit: 1.8.1
33
_src_path: gh:algorandfoundation/algokit-python-template
44
author_email: None
55
author_name: None

examples/p-tls/projects/p-tls-contracts/contracts/clients/CalculatorClient.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/p-tls/projects/p-tls-frontend/src/contracts/Calculator.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/p-ts/projects/p-ts-contracts/.algokit/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 0.3.6
2+
_commit: 0.3.7
33
_src_path: gh:algorandfoundation/algokit-typescript-template
44
author_email: None
55
author_name: None

examples/p-ts/projects/p-ts-contracts/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"moduleResolution": "Node",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
19-
"noEmit": true
19+
"noEmit": true,
20+
"lib": ["ESNext"]
2021
},
2122
"include": ["smart_contracts/**/*.ts"],
2223
"exclude": ["node_modules", "dist", "coverage"]

examples/s-py/projects/s-py-contracts/.algokit/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 1.8.0
2+
_commit: 1.8.1
33
_src_path: gh:algorandfoundation/algokit-python-template
44
author_email: None
55
author_name: None

examples/s-tls/projects/s-tls-contracts/contracts/clients/CalculatorClient.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/s-tls/projects/s-tls-frontend/src/contracts/Calculator.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/s-ts/projects/s-ts-contracts/.algokit/.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: 0.3.6
2+
_commit: 0.3.7
33
_src_path: gh:algorandfoundation/algokit-typescript-template
44
author_email: None
55
author_name: None

examples/s-ts/projects/s-ts-contracts/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"moduleResolution": "Node",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
19-
"noEmit": true
19+
"noEmit": true,
20+
"lib": [
21+
"ESNext"
22+
],
2023
},
2124
"include": ["smart_contracts/**/*.ts"],
2225
"exclude": ["node_modules", "dist", "coverage"]

0 commit comments

Comments
 (0)