@aptos-labs/script-composer-pack 0.0.3 → 0.0.5
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/dist/cjs/main.js +19 -19
- package/dist/esm/main.mjs +19 -19
- package/dist/main.d.mts +10 -10
- package/dist/main.d.ts +10 -10
- package/package.json +3 -2
package/dist/main.d.mts
CHANGED
|
@@ -189,9 +189,9 @@ interface InitOutput {
|
|
|
189
189
|
readonly callargument_borrow: (a: number, b: number) => void;
|
|
190
190
|
readonly callargument_borrow_mut: (a: number, b: number) => void;
|
|
191
191
|
readonly callargument_copy: (a: number, b: number) => void;
|
|
192
|
-
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
|
|
193
192
|
readonly __wbg_previousresult_free: (a: number, b: number) => void;
|
|
194
193
|
readonly __wbg_movefunctioncall_free: (a: number, b: number) => void;
|
|
194
|
+
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
|
|
195
195
|
readonly __wbg_readablestreamgetreaderoptions_free: (a: number, b: number) => void;
|
|
196
196
|
readonly readablestreamgetreaderoptions_mode: (a: number) => number;
|
|
197
197
|
readonly __wbg_pipeoptions_free: (a: number, b: number) => void;
|
|
@@ -199,21 +199,21 @@ interface InitOutput {
|
|
|
199
199
|
readonly pipeoptions_preventCancel: (a: number) => number;
|
|
200
200
|
readonly pipeoptions_preventAbort: (a: number) => number;
|
|
201
201
|
readonly pipeoptions_signal: (a: number) => number;
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
206
|
-
readonly intounderlyingsink_close: (a: number) => number;
|
|
207
|
-
readonly intounderlyingsink_abort: (a: number, b: number) => number;
|
|
202
|
+
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
203
|
+
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
204
|
+
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
208
205
|
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
209
206
|
readonly intounderlyingbytesource_type: (a: number, b: number) => void;
|
|
210
207
|
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
211
208
|
readonly intounderlyingbytesource_start: (a: number, b: number) => void;
|
|
212
209
|
readonly intounderlyingbytesource_pull: (a: number, b: number) => number;
|
|
213
210
|
readonly intounderlyingbytesource_cancel: (a: number) => void;
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
211
|
+
readonly __wbg_queuingstrategy_free: (a: number, b: number) => void;
|
|
212
|
+
readonly queuingstrategy_highWaterMark: (a: number) => number;
|
|
213
|
+
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
214
|
+
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
215
|
+
readonly intounderlyingsink_close: (a: number) => number;
|
|
216
|
+
readonly intounderlyingsink_abort: (a: number, b: number) => number;
|
|
217
217
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
218
218
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
219
219
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
package/dist/main.d.ts
CHANGED
|
@@ -189,9 +189,9 @@ interface InitOutput {
|
|
|
189
189
|
readonly callargument_borrow: (a: number, b: number) => void;
|
|
190
190
|
readonly callargument_borrow_mut: (a: number, b: number) => void;
|
|
191
191
|
readonly callargument_copy: (a: number, b: number) => void;
|
|
192
|
-
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
|
|
193
192
|
readonly __wbg_previousresult_free: (a: number, b: number) => void;
|
|
194
193
|
readonly __wbg_movefunctioncall_free: (a: number, b: number) => void;
|
|
194
|
+
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
|
|
195
195
|
readonly __wbg_readablestreamgetreaderoptions_free: (a: number, b: number) => void;
|
|
196
196
|
readonly readablestreamgetreaderoptions_mode: (a: number) => number;
|
|
197
197
|
readonly __wbg_pipeoptions_free: (a: number, b: number) => void;
|
|
@@ -199,21 +199,21 @@ interface InitOutput {
|
|
|
199
199
|
readonly pipeoptions_preventCancel: (a: number) => number;
|
|
200
200
|
readonly pipeoptions_preventAbort: (a: number) => number;
|
|
201
201
|
readonly pipeoptions_signal: (a: number) => number;
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
206
|
-
readonly intounderlyingsink_close: (a: number) => number;
|
|
207
|
-
readonly intounderlyingsink_abort: (a: number, b: number) => number;
|
|
202
|
+
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
203
|
+
readonly intounderlyingsource_pull: (a: number, b: number) => number;
|
|
204
|
+
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
208
205
|
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
209
206
|
readonly intounderlyingbytesource_type: (a: number, b: number) => void;
|
|
210
207
|
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
211
208
|
readonly intounderlyingbytesource_start: (a: number, b: number) => void;
|
|
212
209
|
readonly intounderlyingbytesource_pull: (a: number, b: number) => number;
|
|
213
210
|
readonly intounderlyingbytesource_cancel: (a: number) => void;
|
|
214
|
-
readonly
|
|
215
|
-
readonly
|
|
216
|
-
readonly
|
|
211
|
+
readonly __wbg_queuingstrategy_free: (a: number, b: number) => void;
|
|
212
|
+
readonly queuingstrategy_highWaterMark: (a: number) => number;
|
|
213
|
+
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
214
|
+
readonly intounderlyingsink_write: (a: number, b: number) => number;
|
|
215
|
+
readonly intounderlyingsink_close: (a: number) => number;
|
|
216
|
+
readonly intounderlyingsink_abort: (a: number, b: number) => number;
|
|
217
217
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
218
218
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
219
219
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"Aptos Labs <opensource@aptoslabs.com>"
|
|
5
5
|
],
|
|
6
6
|
"description": "Generating Move Script from composer",
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.5",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"tsconfig.json",
|
|
17
17
|
"tsup.config.ts"
|
|
18
18
|
],
|
|
19
|
+
"main": "dist/cjs/main.js",
|
|
19
20
|
"module": "dist/esm/main.mjs",
|
|
20
21
|
"types": "dist/main.d.ts",
|
|
21
22
|
"homepage": "https://aptoslabs.com",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
}
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@aptos-labs/aptos-dynamic-transaction-composer": "^0.1.
|
|
41
|
+
"@aptos-labs/aptos-dynamic-transaction-composer": "^0.1.2"
|
|
41
42
|
},
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "npx tsup"
|