@wgb5445/aptos-intent-npm 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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.1",
7
+ "version": "0.0.3",
8
8
  "type": "module",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
@@ -15,6 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "module": "dist/esm/entry.js",
18
+ "types": "aptos_intent.d.ts",
18
19
  "homepage": "https://aptoslabs.com",
19
20
  "sideEffects": [
20
21
  "./snippets/*"