@cosmwasm/ts-codegen 1.13.2 → 1.14.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.
- package/LICENSE-Apache +1 -1
- package/LICENSE-MIT +1 -1
- package/README.md +5 -5
- package/package.json +5 -5
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)
|
|
189
|
+
Copyright (c) 2025 Constructive <developers@constructive.io>
|
|
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)
|
|
3
|
+
Copyright (c) 2025 Constructive <developers@constructive.io>
|
|
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/README.md
CHANGED
|
@@ -10,11 +10,11 @@ Generate TypeScript SDKs for your CosmWasm smart contracts
|
|
|
10
10
|
<a href="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml">
|
|
11
11
|
<img height="20" src="https://github.com/hyperweb-io/ts-codegen/actions/workflows/run-tests.yaml/badge.svg" />
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://github.com/
|
|
14
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
|
13
|
+
<a href="https://github.com/constructive-io/lib-count">
|
|
14
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Ftotal.json"/>
|
|
15
15
|
</a>
|
|
16
|
-
<a href="https://github.com/
|
|
17
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
|
16
|
+
<a href="https://github.com/constructive-io/lib-count">
|
|
17
|
+
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fconstructive-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fcosmwasm%2Fmonthly.json"/>
|
|
18
18
|
</a>
|
|
19
19
|
<br />
|
|
20
20
|
<a href="https://github.com/hyperweb-io/ts-codegen/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
|
@@ -657,7 +657,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
|
|
|
657
657
|
|
|
658
658
|
## Credits
|
|
659
659
|
|
|
660
|
-
🛠 Built by [
|
|
660
|
+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
|
|
661
661
|
|
|
662
662
|
|
|
663
663
|
## Disclaimer
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmwasm/ts-codegen",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.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
|
-
"author": "
|
|
5
|
+
"author": "Constructive <developers@constructive.io>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/ts-codegen",
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE",
|
|
8
8
|
"main": "index.js",
|
|
@@ -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.
|
|
47
|
-
"@cosmwasm/ts-codegen-types": "^1.
|
|
46
|
+
"@cosmwasm/ts-codegen-ast": "^1.10.0",
|
|
47
|
+
"@cosmwasm/ts-codegen-types": "^1.5.0",
|
|
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": "
|
|
75
|
+
"gitHead": "77a13284829c792990f9f8e2c26dfd838e929935"
|
|
76
76
|
}
|