@cosmwasm/ts-codegen 0.15.0 → 0.15.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 +2 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -412,8 +412,7 @@ Using the new `write_api` method, you can export schemas:
412
412
  ```rs
413
413
  use cosmwasm_schema::write_api;
414
414
 
415
- pub use cw4::{AdminResponse, MemberListResponse, MemberResponse, TotalWeightResponse};
416
- pub use cw4_group::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
415
+ use cw4_group::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
417
416
 
418
417
  fn main() {
419
418
  write_api! {
@@ -477,5 +476,4 @@ Checkout these related projects:
477
476
 
478
477
  ## Credits
479
478
 
480
- Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://www.mintscan.io/juno/validators/junovaloper1pr5qgj4jg47lvsnejtfvk78090shvuctgdwdm5)
481
-
479
+ 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.tech/validator)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.15.0",
3
+ "version": "0.15.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",
@@ -96,5 +96,5 @@
96
96
  "shelljs": "0.8.5",
97
97
  "wasm-ast-types": "^0.10.0"
98
98
  },
99
- "gitHead": "94c5785d947e329df1cc9108cc33bb7a0c21af60"
99
+ "gitHead": "1de67fe821e940e8f29927115b670f6b38c1c359"
100
100
  }