@cosmwasm/ts-codegen 0.35.3 → 0.35.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -179,7 +179,7 @@ Generate [react-query v3](https://react-query-v3.tanstack.com/) or [react-query
179
179
  #### React Query Options
180
180
 
181
181
  | option | description |
182
- | --------------------------- | --------------------------------------------------------------------------- |
182
+ | --------------------------- | ---------------------------------------------------------------------------- |
183
183
  | `reactQuery.enabled` | enable the react-query plugin |
184
184
  | `reactQuery.optionalClient` | allows contract client to be undefined as the component renders |
185
185
  | `reactQuery.queryKeys` | generates a const queryKeys object for use with invalidations and set values |
@@ -374,7 +374,7 @@ const { CwAdminFactoryClient } = contracts.CwAdminFactory;
374
374
  #### Coding Style
375
375
 
376
376
  | option | description | default |
377
- | --------------------- | ---------------------------------------------- |
377
+ | --------------------- | ------------------------------------ | ------- |
378
378
  | `useShorthandCtor` | Enable using shorthand constructor. | true |
379
379
 
380
380
  Using shorthand constructor (Might not be transpiled correctly with babel):
@@ -643,5 +643,5 @@ Checkout these related projects:
643
643
 
644
644
  ## Credits
645
645
 
646
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
646
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
647
647
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.35.3",
3
+ "version": "0.35.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.26.2"
100
100
  },
101
- "gitHead": "0d12e6ff8339a16ab021c172fc91a31d95fb2c66"
101
+ "gitHead": "aee116c0cab9c73e50eb6fdbee1edacc06791b8a"
102
102
  }