wasm-ast-types 1.0.0 → 1.1.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "wasm-ast-types",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "CosmWasm TypeScript AST generation",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmwasm/ts-codegen/tree/master/packages/ast#readme",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@babel/types": "7.18.10",
37
- "@cosmology/ts-codegen-types": "^1.0.0",
37
+ "@cosmology/ts-codegen-types": "^1.1.0",
38
38
  "ast-stringify": "0.1.0",
39
39
  "case": "1.6.3",
40
40
  "deepmerge": "4.2.2"
41
41
  },
42
- "gitHead": "7d55265f8f7cb567b921b78b9df5ca996bf9c8b6"
42
+ "gitHead": "f584b91783521be1dd42f0392dfbd73020321862"
43
43
  }