@cosmwasm/ts-codegen 0.31.4 → 0.31.5
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.
- package/README.md +3 -3
- 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
|
|
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.
|
|
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": "
|
|
101
|
+
"gitHead": "f678de3cce2ad0dc29f5ad9d6154831bd74ed2a6"
|
|
102
102
|
}
|