@cosmwasm/ts-codegen 0.9.3 → 0.9.4

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": "@cosmwasm/ts-codegen",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmwasm/ts-codegen",
@@ -93,7 +93,7 @@
93
93
  "parse-package-name": "1.0.0",
94
94
  "rimraf": "3.0.2",
95
95
  "shelljs": "0.8.5",
96
- "wasm-ast-types": "^0.7.1"
96
+ "wasm-ast-types": "^0.7.2"
97
97
  },
98
- "gitHead": "18729d1c098208cb9f4576109a192ca1489e9284"
98
+ "gitHead": "e6774745d0a40fc2dbfe74c5c1ef0488120d99bf"
99
99
  }