@cosmwasm/ts-codegen 1.13.2 → 1.13.3

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.
package/LICENSE-Apache CHANGED
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright (c) 2024 Interweb, Inc. <developers@cosmology.zone>
189
+ Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/LICENSE-MIT CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Interweb, Inc. <developers@cosmology.zone>
3
+ Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
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/hyperweb-io/ts-codegen",
@@ -43,8 +43,8 @@
43
43
  "@chain-registry/types": "^0.17.1",
44
44
  "@chain-registry/utils": "^1.51.71",
45
45
  "@chain-registry/v2": "^1.71.229",
46
- "@cosmwasm/ts-codegen-ast": "^1.9.2",
47
- "@cosmwasm/ts-codegen-types": "^1.4.2",
46
+ "@cosmwasm/ts-codegen-ast": "^1.9.3",
47
+ "@cosmwasm/ts-codegen-types": "^1.4.3",
48
48
  "@interchainjs/amino": "1.17.1",
49
49
  "@interchainjs/cosmos": "1.17.1",
50
50
  "@interchainjs/types": "1.17.1",
@@ -72,5 +72,5 @@
72
72
  "smart contracts",
73
73
  "codegen"
74
74
  ],
75
- "gitHead": "98005464c4d1f540319a030aef0e556e45082003"
75
+ "gitHead": "9f7a1f7bc4ce7c86b145c9c2c32ff544fc1b252a"
76
76
  }