@algorandfoundation/algokit-client-generator 1.0.1-beta.4 → 1.0.1-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,9 +64,7 @@ In the `examples` folder there is a series of example contracts along with their
|
|
|
64
64
|
If you want to make changes to any of the smart contract examples and re-generate the ARC-0032 application.json files then change the corresponding `examples/{contract}/{contract}.py` file and then run:
|
|
65
65
|
|
|
66
66
|
```
|
|
67
|
-
poetry
|
|
68
|
-
cd examples
|
|
69
|
-
python -m build
|
|
67
|
+
poetry run python -m examples
|
|
70
68
|
```
|
|
71
69
|
|
|
72
70
|
Or in Visual Studio Code you can use the default build task (Ctrl+Shift+B).
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"main": "index.js",
|
|
3
3
|
"types": "index.d.ts",
|
|
4
4
|
"name": "@algorandfoundation/algokit-client-generator",
|
|
5
|
-
"version": "1.0.1-beta.
|
|
5
|
+
"version": "1.0.1-beta.5",
|
|
6
6
|
"description": "Generates a TypeScript client for interacting with, and deploying ARC-0032 smart contracts on the Algorand Blockchain.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"bin": {
|