@wgb5445/aptos-intent-npm 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/entry.js +355 -277
- package/dist/esm/entry.js +302 -277
- package/package.json +4 -1
- package/dist/cjs/aptos_intent_bg-DG0JV4lY.js +0 -42
- package/dist/cjs/aptos_intent_bg-DUElQ7EK.js +0 -42
- package/dist/esm/aptos_intent_bg-5HKQ9euF.js +0 -40
- package/dist/esm/aptos_intent_bg-BNAl9sFX.js +0 -40
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.7",
|
8
8
|
"type": "module",
|
9
9
|
"license": "Apache-2.0",
|
10
10
|
"repository": {
|
@@ -31,5 +31,8 @@
|
|
31
31
|
"import": "./dist/esm/entry.js",
|
32
32
|
"default": "./dist/cjs/entry.js"
|
33
33
|
}
|
34
|
+
},
|
35
|
+
"scripts": {
|
36
|
+
"build": "npx rollup -c rollup.config.mjs"
|
34
37
|
}
|
35
38
|
}
|