@cosmwasm/ts-codegen 0.16.3 → 0.16.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,6 +21,7 @@ npm install -g @cosmwasm/ts-codegen
21
21
 
22
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
+ 🎥 [Checkout our video playlist](https://www.youtube.com/watch?v=D_A5V2PfNLA&list=PL-lMkVv7GZwz1KO3jANwr5W4MoziruXwK) to learn how to use `ts-codegen`!
24
25
  ## Table of contents
25
26
 
26
27
  - [@cosmwasm/ts-codegen](#cosmwasmts-codegen)
@@ -477,3 +478,4 @@ Checkout these related projects:
477
478
  ## Credits
478
479
 
479
480
  🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
481
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
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",
@@ -96,5 +96,5 @@
96
96
  "shelljs": "0.8.5",
97
97
  "wasm-ast-types": "^0.11.3"
98
98
  },
99
- "gitHead": "b7fc988703af9305db47b3259f7e2a95db4665ba"
99
+ "gitHead": "15ad71ea06140dc79f594b946c52f3efbcf3a295"
100
100
  }