@cosmwasm/ts-codegen 1.4.0 → 1.4.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -344,7 +344,7 @@ Clone your project and `cd` into your contracts folder
344
344
 
345
345
  ```sh
346
346
  git clone https://github.com/public-awesome/launchpad.git
347
- cd launchpad/contracts/whitelists/
347
+ cd launchpad/contracts/whitelists/whitelist
348
348
  ```
349
349
 
350
350
  Run `cosmwasm-ts-codegen` to generate your code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
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",
@@ -65,5 +65,5 @@
65
65
  "smart contracts",
66
66
  "codegen"
67
67
  ],
68
- "gitHead": "8765a19d3cc72296ac528f9ec12f215e6017e34e"
68
+ "gitHead": "d8c3043ed7655b205faca52eb17c346ca0369f3c"
69
69
  }