@algorandfoundation/algokit-utils 10.0.0-alpha.33 → 10.0.0-alpha.34
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/app-factory.d.ts +2 -2
- package/package.json +1 -1
package/app-factory.d.ts
CHANGED
|
@@ -653,6 +653,7 @@ declare class AppFactory {
|
|
|
653
653
|
compiledApproval?: CompiledTeal | undefined;
|
|
654
654
|
compiledClear?: CompiledTeal | undefined;
|
|
655
655
|
operationPerformed: "create";
|
|
656
|
+
version: string;
|
|
656
657
|
updatable?: boolean | undefined;
|
|
657
658
|
deletable?: boolean | undefined;
|
|
658
659
|
createdRound: bigint;
|
|
@@ -660,7 +661,6 @@ declare class AppFactory {
|
|
|
660
661
|
createdMetadata: AppDeployMetadata;
|
|
661
662
|
deleted: boolean;
|
|
662
663
|
name: string;
|
|
663
|
-
version: string;
|
|
664
664
|
groupId: string | undefined;
|
|
665
665
|
txIds: string[];
|
|
666
666
|
returns?: ABIReturn[] | undefined;
|
|
@@ -699,6 +699,7 @@ declare class AppFactory {
|
|
|
699
699
|
compiledApproval?: CompiledTeal | undefined;
|
|
700
700
|
compiledClear?: CompiledTeal | undefined;
|
|
701
701
|
operationPerformed: "replace";
|
|
702
|
+
version: string;
|
|
702
703
|
updatable?: boolean | undefined;
|
|
703
704
|
deletable?: boolean | undefined;
|
|
704
705
|
createdRound: bigint;
|
|
@@ -706,7 +707,6 @@ declare class AppFactory {
|
|
|
706
707
|
createdMetadata: AppDeployMetadata;
|
|
707
708
|
deleted: boolean;
|
|
708
709
|
name: string;
|
|
709
|
-
version: string;
|
|
710
710
|
groupId: string | undefined;
|
|
711
711
|
txIds: string[];
|
|
712
712
|
returns?: ABIReturn[] | undefined;
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"**"
|
|
7
7
|
],
|
|
8
8
|
"name": "@algorandfoundation/algokit-utils",
|
|
9
|
-
"version": "10.0.0-alpha.
|
|
9
|
+
"version": "10.0.0-alpha.34",
|
|
10
10
|
"private": false,
|
|
11
11
|
"description": "A set of core Algorand utilities written in TypeScript and released via npm that make it easier to build solutions on Algorand.",
|
|
12
12
|
"author": "Algorand Foundation",
|