@cosmwasm/ts-codegen 1.7.0 → 1.7.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
@@ -36,7 +36,7 @@ The quickest and easiest way to interact with CosmWasm Contracts. `@cosmwasm/ts-
36
36
  - [Recoil](#recoil)
37
37
  - [Message Composer](#message-composer)
38
38
  - [Message Builder](#message-builder)
39
- - [Use Contract Hooks](#use-contracts-hooks)
39
+ - [Use Contracts Hook](#use-contracts-hooks-usage)
40
40
  - [Bundles](#bundles)
41
41
  - [CLI Usage and Examples](#cli-usage-and-examples)
42
42
  - [Advanced Usage](#advanced-usage)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "1.7.0",
3
+ "version": "1.7.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": "88b543457c35e7aea831687c31e4169582093aa8"
68
+ "gitHead": "2c659f60a394582089a11bd4f3711f623c64a908"
69
69
  }