@cosmwasm/ts-codegen 1.4.0 → 1.5.0

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
@@ -343,8 +343,8 @@ npm install @cosmwasm/ts-codegen
343
343
  Clone your project and `cd` into your contracts folder
344
344
 
345
345
  ```sh
346
- git clone https://github.com/public-awesome/launchpad.git
347
- cd launchpad/contracts/whitelists/
346
+ git clone https://github.com/cosmology-tech/launchpad.git
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.5.0",
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": "80e57b615481898fdec9af3b199c4617f22dc767"
69
69
  }