@cosmwasm/ts-codegen 0.21.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  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.noImplicit.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
153
+ | `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
154
154
 
155
155
  #### Client via CLI
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.21.1",
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": "390e1a9c503c79e2a2f5276e479a7791bd63f7a7"
101
+ "gitHead": "2c1947c57a11cb8c44542befe7513988a1ec248c"
102
102
  }