@cosmwasm/ts-codegen 0.5.4 → 0.5.5

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @cosmwasm/ts-codegen
2
2
 
3
- TypeScript bindings for CosmWasm smart contracts
3
+ Generate TypeScript SDKs for your CosmWasm smart contracts
4
4
 
5
5
  <p align="center">
6
6
  <img width="120" src="https://user-images.githubusercontent.com/545047/163705368-bc899f6d-a2de-43ee-889b-dbf44e17f288.png">
@@ -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 code.
22
+ The quickest and easiest way to interact with CosmWasm Contracts. `@cosmwasm/ts-codegen` converts your CosmWasm smart contracts into dev-friendly TypeScript classes 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.4",
3
+ "version": "0.5.5",
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": "f74e1472d10e48b6d866e6f00c09f4847c7e8ae5"
95
+ "gitHead": "6847a42410c041f2a2de781eb1b49c3bc39a2b19"
96
96
  }