@cosmwasm/ts-codegen 1.10.0 → 1.11.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.
- package/README.md +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -10,7 +10,9 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
|
|
10
10
|
<a href="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml">
|
11
11
|
<img height="20" src="https://github.com/CosmWasm/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
|
12
12
|
</a>
|
13
|
-
|
13
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
|
14
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
|
15
|
+
<br />
|
14
16
|
<a href="https://github.com/CosmWasm/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
15
17
|
<a href="https://github.com/CosmWasm/ts-codegen/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"></a>
|
16
18
|
<a href="https://www.npmjs.com/package/@cosmwasm/ts-codegen"><img height="20" src="https://img.shields.io/github/package-json/v/CosmWasm/ts-codegen?filename=packages%2Fts-codegen%2Fpackage.json"></a>
|
@@ -132,6 +134,7 @@ The `client` plugin will generate TS client classes for your contracts. This opt
|
|
132
134
|
| `client.enabled` | generate TS client classes for your contracts |
|
133
135
|
| `client.execExtendsQuery` | execute should extend query message clients |
|
134
136
|
| `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
|
137
|
+
| `client.useDeclareKeyword` | use declare keyword for inherited class fields |
|
135
138
|
|
136
139
|
|
137
140
|
### React Query
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.11.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",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"@babel/generator": "7.24.4",
|
44
44
|
"@babel/traverse": "7.24.1",
|
45
45
|
"@babel/types": "7.24.0",
|
46
|
-
"@cosmwasm/ts-codegen-ast": "^1.
|
46
|
+
"@cosmwasm/ts-codegen-ast": "^1.7.0",
|
47
47
|
"@cosmwasm/ts-codegen-types": "^1.3.0",
|
48
48
|
"@pyramation/json-schema-to-typescript": " 11.0.4",
|
49
49
|
"@types/rimraf": "3.0.2",
|
@@ -67,5 +67,5 @@
|
|
67
67
|
"smart contracts",
|
68
68
|
"codegen"
|
69
69
|
],
|
70
|
-
"gitHead": "
|
70
|
+
"gitHead": "0b513c19c80c89b10251a2907b26bd75e70cc67e"
|
71
71
|
}
|