@cosmwasm/ts-codegen 0.7.2 → 0.7.3
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
@@ -30,7 +30,7 @@ The quickest and easiest way to interact with CosmWasm Contracts. `@cosmwasm/ts-
|
|
30
30
|
- [Generate TS Clients](#generate)
|
31
31
|
- [React Query](#react-query)
|
32
32
|
- [Recoil](#recoil)
|
33
|
-
- [
|
33
|
+
- [Message Composer](#message-composer)
|
34
34
|
- [Example Output](#example-output)
|
35
35
|
- [JSON Schema](#json-schema)
|
36
36
|
- [JSON Schema Generation](#json-schema-generation)
|
@@ -160,7 +160,7 @@ declare const recoil = (
|
|
160
160
|
outPath: string
|
161
161
|
) => Promise<void>;
|
162
162
|
```
|
163
|
-
###
|
163
|
+
### Message Composer
|
164
164
|
|
165
165
|
Generate pure message objects with the proper `utf8` encoding and `typeUrl` configured that you can broadcast yourself via `cosmjs` with the `from-partial` command.
|
166
166
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.3",
|
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",
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"shelljs": "0.8.5",
|
93
93
|
"wasm-ast-types": "^0.6.1"
|
94
94
|
},
|
95
|
-
"gitHead": "
|
95
|
+
"gitHead": "6a9da6ddd47a5c9cebebf5fb05f5c1edea2868e2"
|
96
96
|
}
|