@algorandfoundation/algokit-utils 10.0.0-alpha.40 → 10.0.0-alpha.41

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/app-factory.d.ts +2 -2
  2. package/package.json +1 -1
package/app-factory.d.ts CHANGED
@@ -655,12 +655,12 @@ declare class AppFactory {
655
655
  operationPerformed: "create";
656
656
  updatable?: boolean | undefined;
657
657
  deletable?: boolean | undefined;
658
- version: string;
659
658
  createdRound: bigint;
660
659
  updatedRound: bigint;
661
660
  createdMetadata: AppDeployMetadata;
662
661
  deleted: boolean;
663
662
  name: string;
663
+ version: string;
664
664
  groupId: string | undefined;
665
665
  txIds: string[];
666
666
  returns?: ABIReturn[] | undefined;
@@ -701,12 +701,12 @@ declare class AppFactory {
701
701
  operationPerformed: "replace";
702
702
  updatable?: boolean | undefined;
703
703
  deletable?: boolean | undefined;
704
- version: string;
705
704
  createdRound: bigint;
706
705
  updatedRound: bigint;
707
706
  createdMetadata: AppDeployMetadata;
708
707
  deleted: boolean;
709
708
  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.40",
9
+ "version": "10.0.0-alpha.41",
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",