@cosmwasm/ts-codegen 0.21.0 → 0.21.2
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
@@ -150,7 +150,7 @@ The `client` plugin will generate TS client classes for your contracts. This opt
|
|
150
150
|
| --------------------------------------- | --------------------------------------------------- |
|
151
151
|
| `client.enabled` | generate TS client classes for your contracts |
|
152
152
|
| `client.execExtendsQuery` | execute should extend query message clients |
|
153
|
-
| `client.
|
153
|
+
| `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
|
154
154
|
|
155
155
|
#### Client via CLI
|
156
156
|
|
@@ -170,7 +170,7 @@ Generate [react-query v3](https://react-query-v3.tanstack.com/) or [react-query
|
|
170
170
|
#### React Query Options
|
171
171
|
|
172
172
|
| option | description |
|
173
|
-
|
173
|
+
| ---------------------------- | ---------------------------------------------------------------------------- |
|
174
174
|
| `reactQuery.enabled` | enable the react-query plugin |
|
175
175
|
| `reactQuery.optionalClient` | allows contract client to be undefined as the component renders |
|
176
176
|
| `reactQuery.queryKeys` | generates a const queryKeys object for use with invalidations and set values |
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "0.21.
|
3
|
+
"version": "0.21.2",
|
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.15.0"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "2c1947c57a11cb8c44542befe7513988a1ec248c"
|
102
102
|
}
|