@cosmwasm/ts-codegen 0.5.3 → 0.5.4
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
@@ -19,7 +19,7 @@ TypeScript bindings for CosmWasm smart contracts
|
|
19
19
|
npm install -g @cosmwasm/ts-codegen
|
20
20
|
```
|
21
21
|
|
22
|
-
`@cosmwasm/ts-codegen` converts your CosmWasm smart contracts into TypeScript classes and functions so you can focus on shipping
|
22
|
+
`@cosmwasm/ts-codegen` converts your CosmWasm smart contracts into TypeScript classes and functions so you can focus on shipping code.
|
23
23
|
|
24
24
|
## usage
|
25
25
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.4",
|
4
4
|
"description": "A TypeScript Transpiler for CosmWasm Smart Contracts",
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
6
6
|
"homepage": "https://github.com/cosmwasm/ts-codegen",
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"shelljs": "0.8.5",
|
93
93
|
"wasm-ast-types": "^0.4.1"
|
94
94
|
},
|
95
|
-
"gitHead": "
|
95
|
+
"gitHead": "f74e1472d10e48b6d866e6f00c09f4847c7e8ae5"
|
96
96
|
}
|