@cosmwasm/ts-codegen 1.11.1 → 1.12.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 +10 -6
- package/package.json +3 -3
package/README.md
CHANGED
@@ -10,12 +10,16 @@ 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
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
13
|
+
<a href="https://github.com/cosmology-tech/lib-count">
|
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%2Ftotal.json"/>
|
15
|
+
</a>
|
16
|
+
<a href="https://github.com/cosmology-tech/lib-count">
|
17
|
+
<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"/>
|
18
|
+
</a>
|
19
|
+
<br />
|
20
|
+
<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>
|
21
|
+
<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>
|
22
|
+
<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>
|
19
23
|
</p>
|
20
24
|
|
21
25
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.12.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.8.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": "d3a87b509ffaf897f356d592b1a306e6612c289a"
|
71
71
|
}
|