@cosmwasm/ts-codegen 0.31.5 → 0.31.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -124,6 +124,9 @@ codegen({
124
124
  },
125
125
  msgBuilder: {
126
126
  enabled: false
127
+ },
128
+ useContractsHooks: {
129
+ enabled: false
127
130
  }
128
131
  }
129
132
  }).then(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.31.5",
3
+ "version": "0.31.6",
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",
@@ -98,5 +98,5 @@
98
98
  "shelljs": "0.8.5",
99
99
  "wasm-ast-types": "^0.24.0"
100
100
  },
101
- "gitHead": "f678de3cce2ad0dc29f5ad9d6154831bd74ed2a6"
101
+ "gitHead": "e7a88af7c939524d91065da318f262884afb8dee"
102
102
  }