@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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. 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/puya-ts/documents/Algorand_TypeScript_Language_Guide.html)
14
- - [API Docs](https://algorandfoundation.github.io/puya-ts/modules.html)
15
- - [CLI Guide](https://algorandfoundation.github.io/puya-ts/documents/Compiler_CLI_Guide.html)
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
- - [Releases Notes](https://github.com/algorandfoundation/puya-ts/releases)
18
- - [Migration Guides to 1.0.1](https://algorandfoundation.github.io/puya-ts/documents/Algorand_TypeScript_Migration_Guides.html)
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.12",
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.12",
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",