@algorandfoundation/puya-ts 1.2.0-beta.12 → 1.2.0-beta.14
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 +7 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,9 +10,11 @@ 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
|
|
15
|
-
- [CLI Guide](https://algorandfoundation.github.io/
|
|
13
|
+
- [Language Guide](https://algorandfoundation.github.io/algorand-typescript/language-guide/)
|
|
14
|
+
- [API Reference](https://algorandfoundation.github.io/algorand-typescript/api/)
|
|
15
|
+
- [CLI Guide](https://algorandfoundation.github.io/algorand-typescript/cli/)
|
|
16
|
+
- [Migration Guides](https://algorandfoundation.github.io/algorand-typescript/migration-guides/)
|
|
17
|
+
- [Release Notes](https://github.com/algorandfoundation/puya-ts/releases)
|
|
16
18
|
- [Contribution Guide](CONTRIBUTING.md)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
|
|
20
|
+
For developing the documentation site locally, see the [docs README](docs/README.md).
|
package/package.json
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"**"
|
|
5
5
|
],
|
|
6
6
|
"name": "@algorandfoundation/puya-ts",
|
|
7
|
-
"version": "1.2.0-beta.
|
|
7
|
+
"version": "1.2.0-beta.14",
|
|
8
8
|
"description": "Compiles Algorand TypeScript into byte code which runs on the Algorand Virtual Machine (AVM)",
|
|
9
9
|
"private": false,
|
|
10
10
|
"author": "Algorand foundation",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@algorandfoundation/algorand-typescript": "1.2.0-beta.
|
|
13
|
+
"@algorandfoundation/algorand-typescript": "1.2.0-beta.14",
|
|
14
14
|
"arcsecond": "^5.0.0",
|
|
15
15
|
"argparse": "^2.0.1",
|
|
16
16
|
"chalk": "^5.6.2",
|