@cosmwasm/ts-codegen 0.31.4 → 0.31.5

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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -275,9 +275,9 @@ cosmwasm-ts-codegen generate \
275
275
  ```
276
276
  #### Message Builder Options
277
277
 
278
- | option | description |
279
- |------------ | ------------------------------ | ------------------------------------------------------------------- |
280
- | `msgBuilder.enabled` | enable the msgBuilder plugin |
278
+ | option | description |
279
+ |--------------------- | ------------------------------ |
280
+ | `msgBuilder.enabled` | enable the msgBuilder plugin |
281
281
 
282
282
 
283
283
  ### 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.5",
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": "f678de3cce2ad0dc29f5ad9d6154831bd74ed2a6"
102
102
  }