@cosmwasm/ts-codegen 1.4.1 → 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -343,7 +343,7 @@ 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
346
+ git clone https://github.com/cosmology-tech/launchpad.git
347
347
  cd launchpad/contracts/whitelists/whitelist
348
348
  ```
349
349
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "1.4.1",
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": "d8c3043ed7655b205faca52eb17c346ca0369f3c"
68
+ "gitHead": "80e57b615481898fdec9af3b199c4617f22dc767"
69
69
  }