wasm-ast-types 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "wasm-ast-types",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "CosmWasm TypeScript AST generation",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "main/index.js",
9
9
  "module": "module/index.js",
10
- "typings": "types/src/index.d.ts",
10
+ "typings": "types/index.d.ts",
11
11
  "directories": {
12
12
  "lib": "src",
13
13
  "test": "__tests__"
@@ -86,5 +86,5 @@
86
86
  "case": "1.6.3",
87
87
  "deepmerge": "4.2.2"
88
88
  },
89
- "gitHead": "18729d1c098208cb9f4576109a192ca1489e9284"
89
+ "gitHead": "e6774745d0a40fc2dbfe74c5c1ef0488120d99bf"
90
90
  }