@cosmwasm/ts-codegen 0.21.0 → 0.21.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -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.0",
3
+ "version": "0.21.1",
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": "ef4b39134cf220c860469ae3cae49aeab91ee80d"
101
+ "gitHead": "390e1a9c503c79e2a2f5276e479a7791bd63f7a7"
102
102
  }