wasm-ast-types 1.0.0 → 1.2.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wasm-ast-types",
3
- "version": "1.0.0",
3
+ "version": "1.2.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",
@@ -33,11 +33,11 @@
33
33
  "url": "https://github.com/cosmwasm/ts-codegen/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@babel/types": "7.18.10",
37
- "@cosmology/ts-codegen-types": "^1.0.0",
36
+ "@babel/types": "7.24.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": "8765a19d3cc72296ac528f9ec12f215e6017e34e"
43
43
  }