@cosmwasm/ts-codegen 0.31.4 → 0.31.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -3
  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(() => {
@@ -275,9 +278,9 @@ cosmwasm-ts-codegen generate \
275
278
  ```
276
279
  #### Message Builder Options
277
280
 
278
- | option | description |
279
- |------------ | ------------------------------ | ------------------------------------------------------------------- |
280
- | `msgBuilder.enabled` | enable the msgBuilder plugin |
281
+ | option | description |
282
+ |--------------------- | ------------------------------ |
283
+ | `msgBuilder.enabled` | enable the msgBuilder plugin |
281
284
 
282
285
 
283
286
  ### Use Contracts Hooks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.31.4",
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": "4c207bade9c6e542e9fc4d29b60866f4d7ff1627"
101
+ "gitHead": "e7a88af7c939524d91065da318f262884afb8dee"
102
102
  }