@wgb5445/aptos-intent-npm 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/aptos_intent.d.ts +4 -1
- package/package.json +2 -2
package/dist/aptos_intent.d.ts
CHANGED
@@ -135,4 +135,7 @@ export function initSync(module: SyncInitInput): InitOutput;
|
|
135
135
|
*
|
136
136
|
* @returns {Promise<InitOutput>}
|
137
137
|
*/
|
138
|
-
export
|
138
|
+
export function __wbg_init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>;
|
139
|
+
|
140
|
+
|
141
|
+
export function get_wasm()
|
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"Aptos Labs <opensource@aptoslabs.com>"
|
5
5
|
],
|
6
6
|
"description": "Generating Move Script from intent",
|
7
|
-
"version": "0.0.
|
7
|
+
"version": "0.0.4",
|
8
8
|
"type": "module",
|
9
9
|
"license": "Apache-2.0",
|
10
10
|
"repository": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"dist"
|
16
16
|
],
|
17
17
|
"module": "dist/esm/entry.js",
|
18
|
-
"types": "aptos_intent.d.ts",
|
18
|
+
"types": "dist/aptos_intent.d.ts",
|
19
19
|
"homepage": "https://aptoslabs.com",
|
20
20
|
"sideEffects": [
|
21
21
|
"./snippets/*"
|