This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixing typo in generator's copier yaml file (#50)
* fix: fixing typo in generator's copier yaml file * chore: bumping min version * chore: regenerating test artifacts
- Loading branch information
1 parent
f956d38
commit 8ac5fe9
Showing
30 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[algokit] | ||
min_version = "v1.4.0" | ||
min_version = "v1.7.3" | ||
|
||
[deploy] | ||
{%- if deployment_language == 'python' %} | ||
|
12 changes: 6 additions & 6 deletions
12
template_content/.algokit/generators/create_contract/copier.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
_task: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
_tasks: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
|
||
contract_name: | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
|
||
_templates_suffix: ".j2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests_generated/test_deployment_language-typescript/.algokit.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[algokit] | ||
min_version = "v1.4.0" | ||
min_version = "v1.7.3" | ||
|
||
[deploy] | ||
command = "npm run deploy:ci" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests_generated/test_smart_contract_generator_default_production_preset_python/.algokit.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...enerator_default_production_preset_python/.algokit/generators/create_contract/copier.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
_task: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
_tasks: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
|
||
contract_name: | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
|
||
_templates_suffix: ".j2" |
2 changes: 1 addition & 1 deletion
2
...enerated/test_smart_contract_generator_default_production_preset_typescript/.algokit.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[algokit] | ||
min_version = "v1.4.0" | ||
min_version = "v1.7.3" | ||
|
||
[deploy] | ||
command = "npm run deploy:ci" | ||
|
12 changes: 6 additions & 6 deletions
12
...ator_default_production_preset_typescript/.algokit/generators/create_contract/copier.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
_task: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
_tasks: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
|
||
contract_name: | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
|
||
_templates_suffix: ".j2" |
2 changes: 1 addition & 1 deletion
2
tests_generated/test_smart_contract_generator_default_starter_preset_python/.algokit.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...t_generator_default_starter_preset_python/.algokit/generators/create_contract/copier.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
_task: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
_tasks: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
|
||
contract_name: | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
|
||
_templates_suffix: ".j2" |
2 changes: 1 addition & 1 deletion
2
...s_generated/test_smart_contract_generator_default_starter_preset_typescript/.algokit.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[algokit] | ||
min_version = "v1.4.0" | ||
min_version = "v1.7.3" | ||
|
||
[deploy] | ||
command = "npm run deploy:ci" | ||
|
12 changes: 6 additions & 6 deletions
12
...nerator_default_starter_preset_typescript/.algokit/generators/create_contract/copier.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
_task: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
_tasks: | ||
- "echo '==== Successfully initialized new smart contract 🚀 ===='" | ||
|
||
contract_name: | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
type: str | ||
help: Name of your new contract. | ||
placeholder: "my-new-contract" | ||
default: "my-new-contract" | ||
|
||
_templates_suffix: ".j2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters