@cosmwasm/ts-codegen 0.8.1 → 0.8.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
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",
@@ -94,5 +94,5 @@
94
94
  "shelljs": "0.8.5",
95
95
  "wasm-ast-types": "^0.7.0"
96
96
  },
97
- "gitHead": "a926a306b0faccb7f4c6d258d53fad9b689ecdfd"
97
+ "gitHead": "6313c3416ba43f21cc100812f9d6d467c24839a5"
98
98
  }