@algorandfoundation/algokit-client-generator 2.2.3 → 2.2.4-beta.3
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator-context.d.ts","sourceRoot":"","sources":["../../src/client/generator-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,EAAE,iBAAiB,EAAwB,MAAM,mCAAmC,CAAA;AAI3F,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,WAAW,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,iBAAiB,CAAA;IAC7B,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACpD,CAAA;AAED,eAAO,MAAM,sBAAsB,QAAS,WAAW;;;;;
|
|
1
|
+
{"version":3,"file":"generator-context.d.ts","sourceRoot":"","sources":["../../src/client/generator-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACnD,OAAO,EAAE,iBAAiB,EAAwB,MAAM,mCAAmC,CAAA;AAI3F,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,WAAW,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,iBAAiB,CAAA;IAC7B,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CACpD,CAAA;AAED,eAAO,MAAM,sBAAsB,QAAS,WAAW;;;;;CAYrD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator-context.js","sourceRoot":"","sources":["../../src/client/generator-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+EAA2F;AAC3F,uDAA6D;AAC7D,2EAA4D;AASrD,MAAM,sBAAsB,GAAG,CAAC,GAAgB,EAAE,EAAE,CAAC,CAAC;IAC3D,GAAG;IACH,IAAI,EAAE,IAAA,qCAAsB,EAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;IAC/C,UAAU,EAAE,IAAA,8CAAoB,EAAC,GAAG,CAAC;IACrC,2BAA2B,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"generator-context.js","sourceRoot":"","sources":["../../src/client/generator-context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AACA,+EAA2F;AAC3F,uDAA6D;AAC7D,2EAA4D;AASrD,MAAM,sBAAsB,GAAG,CAAC,GAAgB,EAAE,EAAE,CAAC,CAAC;IAC3D,GAAG;IACH,IAAI,EAAE,IAAA,qCAAsB,EAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;IAC/C,UAAU,EAAE,IAAA,8CAAoB,EAAC,GAAG,CAAC;IACrC,2BAA2B,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,MAAM,CACtD,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,MAAM,SAAS,GAAG,OAAO,CAAC,qBAAqB,CAAC,GAAG,CAAC,CAAA;QACpD,GAAG,CAAC,SAAS,CAAC,GAAG,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAA;QAC1G,OAAO,GAAG,CAAA;IACZ,CAAC,EACD,EAA4B,CAC7B;CACF,CAAC,CAAA;AAZW,QAAA,sBAAsB,0BAYjC"}
|
package/client/imports.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imports.d.ts","sourceRoot":"","sources":["../../src/client/imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEhD,wBAAiB,OAAO,IAAI,aAAa,
|
|
1
|
+
{"version":3,"file":"imports.d.ts","sourceRoot":"","sources":["../../src/client/imports.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEhD,wBAAiB,OAAO,IAAI,aAAa,CAsBxC"}
|
package/client/imports.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.imports = void 0;
|
|
4
4
|
function* imports() {
|
|
5
5
|
yield `import * as algokit from '@algorandfoundation/algokit-utils'
|
|
6
|
-
import {
|
|
6
|
+
import type {
|
|
7
7
|
AppCallTransactionResult,
|
|
8
8
|
AppCallTransactionResultOfType,
|
|
9
9
|
CoreAppCallArgs,
|
|
@@ -12,16 +12,17 @@ import {
|
|
|
12
12
|
TealTemplateParams,
|
|
13
13
|
ABIAppCallArg,
|
|
14
14
|
} from '@algorandfoundation/algokit-utils/types/app'
|
|
15
|
-
import {
|
|
15
|
+
import type {
|
|
16
16
|
AppClientCallCoreParams,
|
|
17
17
|
AppClientCompilationParams,
|
|
18
18
|
AppClientDeployCoreParams,
|
|
19
19
|
AppDetails,
|
|
20
20
|
ApplicationClient,
|
|
21
21
|
} from '@algorandfoundation/algokit-utils/types/app-client'
|
|
22
|
-
import { AppSpec } from '@algorandfoundation/algokit-utils/types/app-spec'
|
|
23
|
-
import { SendTransactionResult, TransactionToSign, SendTransactionFrom } from '@algorandfoundation/algokit-utils/types/transaction'
|
|
24
|
-
import {
|
|
22
|
+
import type { AppSpec } from '@algorandfoundation/algokit-utils/types/app-spec'
|
|
23
|
+
import type { SendTransactionResult, TransactionToSign, SendTransactionFrom } from '@algorandfoundation/algokit-utils/types/transaction'
|
|
24
|
+
import type { TransactionWithSigner } from 'algosdk'
|
|
25
|
+
import { Algodv2, OnApplicationComplete, Transaction, AtomicTransactionComposer } from 'algosdk'`;
|
|
25
26
|
}
|
|
26
27
|
exports.imports = imports;
|
|
27
28
|
//# sourceMappingURL=imports.js.map
|
package/client/imports.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imports.js","sourceRoot":"","sources":["../../src/client/imports.ts"],"names":[],"mappings":";;;AAEA,QAAe,CAAC,CAAC,OAAO;IACtB,MAAM
|
|
1
|
+
{"version":3,"file":"imports.js","sourceRoot":"","sources":["../../src/client/imports.ts"],"names":[],"mappings":";;;AAEA,QAAe,CAAC,CAAC,OAAO;IACtB,MAAM;;;;;;;;;;;;;;;;;;;;iGAoByF,CAAA;AACjG,CAAC;AAtBD,0BAsBC"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"main": "index.js",
|
|
3
3
|
"types": "index.d.ts",
|
|
4
4
|
"name": "@algorandfoundation/algokit-client-generator",
|
|
5
|
-
"version": "2.2.3",
|
|
5
|
+
"version": "2.2.4-beta.3",
|
|
6
6
|
"description": "Generates a TypeScript client for interacting with, and deploying ARC-0032 smart contracts on the Algorand Blockchain.",
|
|
7
7
|
"private": false,
|
|
8
8
|
"bin": {
|
|
@@ -15,10 +15,11 @@
|
|
|
15
15
|
"semver": "7.5.2"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@algorandfoundation/algokit-utils": "^
|
|
18
|
+
"@algorandfoundation/algokit-utils": "^3.0.0",
|
|
19
|
+
"algosdk": "^2.5.0",
|
|
19
20
|
"chalk": "^4.1.2",
|
|
20
21
|
"change-case": "^4.1.2",
|
|
21
|
-
"commander": "^
|
|
22
|
+
"commander": "^11.0.0",
|
|
22
23
|
"jsonschema": "^1.4.1"
|
|
23
24
|
},
|
|
24
25
|
"publishConfig": {
|