@cosmwasm/ts-codegen 1.10.0 → 1.11.0
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 +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
@@ -132,6 +132,7 @@ The `client` plugin will generate TS client classes for your contracts. This opt
|
|
132
132
|
| `client.enabled` | generate TS client classes for your contracts |
|
133
133
|
| `client.execExtendsQuery` | execute should extend query message clients |
|
134
134
|
| `client.noImplicitOverride` | should match your tsconfig noImplicitOverride option |
|
135
|
+
| `client.useDeclareKeyword` | use declare keyword for inherited class fields |
|
135
136
|
|
136
137
|
|
137
138
|
### 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.0",
|
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": "c4c2ac0062b6c5dd95ab901563a8a81dbd4c3d12"
|
71
71
|
}
|