@algorandfoundation/algorand-typescript 1.0.0-beta.70 → 1.0.0-beta.72
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/package.json +1 -1
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"**"
|
5
5
|
],
|
6
6
|
"name": "@algorandfoundation/algorand-typescript",
|
7
|
-
"version": "1.0.0-beta.
|
7
|
+
"version": "1.0.0-beta.72",
|
8
8
|
"description": "This package contains definitions for the types which comprise Algorand TypeScript which can be compiled to run on the Algorand Virtual Machine using the Puya compiler.",
|
9
9
|
"private": false,
|
10
10
|
"overrides": {
|