@wgb5445/aptos-intent-npm 0.1.7 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/entry.js +17 -1
- package/dist/esm/entry.mjs +1260 -0
- package/package.json +2 -3
- package/rollup.config.mjs +2 -2
package/package.json
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
"Aptos Labs <opensource@aptoslabs.com>"
|
5
5
|
],
|
6
6
|
"description": "Generating Move Script from intent",
|
7
|
-
"version": "0.1.
|
8
|
-
"type": "module",
|
7
|
+
"version": "0.1.9",
|
9
8
|
"license": "Apache-2.0",
|
10
9
|
"repository": {
|
11
10
|
"type": "git",
|
@@ -31,7 +30,7 @@
|
|
31
30
|
"exports": {
|
32
31
|
".": {
|
33
32
|
"types": "./dist/aptos_dynamic_transaction_composer.d.ts",
|
34
|
-
"import": "./dist/esm/entry.
|
33
|
+
"import": "./dist/esm/entry.mjs",
|
35
34
|
"default": "./dist/cjs/entry.js"
|
36
35
|
}
|
37
36
|
},
|