@cosmwasm/ts-codegen 0.4.1 → 0.4.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -12,7 +12,7 @@ A Transpiler for CosmWasm Smart Contracts
|
|
12
12
|
</a>
|
13
13
|
<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>
|
14
14
|
<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>
|
15
|
-
<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%
|
15
|
+
<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%2Fcosmwasm-typescript-gen%2Fpackage.json"></a>
|
16
16
|
</p>
|
17
17
|
|
18
18
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.2",
|
4
4
|
"description": "A TypeScript Transpiler for CosmWasm Smart Contracts",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/pyramation/cosmwasm-typescript-gen",
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"shelljs": "0.8.5",
|
93
93
|
"wasm-ast-types": "^0.3.7"
|
94
94
|
},
|
95
|
-
"gitHead": "
|
95
|
+
"gitHead": "045b74d7deeec06351cc0410c9168b207fee1f08"
|
96
96
|
}
|