@algorandfoundation/puya-ts 1.2.0-beta.29 → 1.2.0-beta.30
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,10 +10,10 @@ Algorand TypeScript is compiled for execution on the AVM by PuyaTs, a TypeScript
|
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
13
|
-
- [Language Guide](https://algorandfoundation.github.io/
|
|
14
|
-
- [API Reference](https://algorandfoundation.github.io/
|
|
15
|
-
- [CLI Guide](https://algorandfoundation.github.io/
|
|
16
|
-
- [Migration Guides](https://algorandfoundation.github.io/
|
|
13
|
+
- [Language Guide](https://algorandfoundation.github.io/puya-ts/language-guide/)
|
|
14
|
+
- [API Reference](https://algorandfoundation.github.io/puya-ts/api/)
|
|
15
|
+
- [CLI Guide](https://algorandfoundation.github.io/puya-ts/cli/)
|
|
16
|
+
- [Migration Guides](https://algorandfoundation.github.io/puya-ts/migration-guides/)
|
|
17
17
|
- [Release Notes](https://github.com/algorandfoundation/puya-ts/releases)
|
|
18
18
|
- [Contribution Guide](CONTRIBUTING.md)
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"**"
|
|
5
5
|
],
|
|
6
6
|
"name": "@algorandfoundation/puya-ts",
|
|
7
|
-
"version": "1.2.0-beta.
|
|
7
|
+
"version": "1.2.0-beta.30",
|
|
8
8
|
"description": "Compiles Algorand TypeScript into byte code which runs on the Algorand Virtual Machine (AVM)",
|
|
9
9
|
"private": false,
|
|
10
10
|
"repository": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@algorandfoundation/algokit-utils": "10.0.0-beta.1",
|
|
18
|
-
"@algorandfoundation/algorand-typescript": "1.2.0-beta.
|
|
18
|
+
"@algorandfoundation/algorand-typescript": "1.2.0-beta.30",
|
|
19
19
|
"arcsecond": "^5.0.0",
|
|
20
20
|
"argparse": "^2.0.1",
|
|
21
21
|
"chalk": "^5.6.2",
|