Skip to content

Commit c79b9fe

Browse files
committed
Merge branch 'main' into solana
2 parents ea86fab + 2e4bacf commit c79b9fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1682
-267
lines changed

libs/cosmos-types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.17.6](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-22)
7+
8+
**Note:** Version bump only for package @interchainjs/cosmos-types
9+
10+
## [1.17.5](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-16)
11+
12+
**Note:** Version bump only for package @interchainjs/cosmos-types
13+
14+
## [1.17.4](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-11)
15+
16+
**Note:** Version bump only for package @interchainjs/cosmos-types
17+
618
## [1.17.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-08-26)
719

820
**Note:** Version bump only for package @interchainjs/cosmos-types

libs/cosmos-types/package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchainjs/cosmos-types",
3-
"version": "1.17.3",
3+
"version": "1.17.6",
44
"description": "Cosmos message codecs and query implementation generated by telescope for cosmos chains",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -33,19 +33,23 @@
3333
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
3434
"clean": "rimraf dist/**",
3535
"prepare": "npm run build",
36-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
36+
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy",
3737
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
38-
"lint": "eslint . --fix"
38+
"lint": "eslint . --fix",
39+
"fix-esm": "tsc-esm-fix --target=dist/esm"
3940
},
4041
"dependencies": {
41-
"@interchainjs/math": "1.17.3",
42-
"@interchainjs/types": "1.17.3",
43-
"@interchainjs/utils": "1.17.3"
42+
"@interchainjs/math": "1.17.6",
43+
"@interchainjs/types": "1.17.6",
44+
"@interchainjs/utils": "1.17.6"
4445
},
4546
"keywords": [
4647
"cosmos",
4748
"blockchain",
4849
"query"
4950
],
50-
"gitHead": "25cc22e03504ea6164707192deb0f3c6f572fad3"
51+
"gitHead": "25cc22e03504ea6164707192deb0f3c6f572fad3",
52+
"devDependencies": {
53+
"tsc-esm-fix": "^3.1.2"
54+
}
5155
}

libs/injective-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.17.6](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.6) (2025-09-22)
7+
8+
**Note:** Version bump only for package injective-react
9+
10+
## [1.17.5](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.5) (2025-09-16)
11+
12+
**Note:** Version bump only for package injective-react
13+
14+
## [1.17.4](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.4) (2025-09-11)
15+
16+
**Note:** Version bump only for package injective-react
17+
618
## [1.17.3](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.3) (2025-08-26)
719

820
**Note:** Version bump only for package injective-react

libs/injective-react/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "injective-react",
3-
"version": "1.17.3",
3+
"version": "1.17.6",
44
"description": "injective-react is a JavaScript library providing react query hooks for interacting with injective sdk.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -32,24 +32,26 @@
3232
"scripts": {
3333
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
3434
"clean": "rimraf dist/**",
35-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
35+
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy",
3636
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
3737
"lint": "eslint . --fix",
38-
"prepare": "npm run build"
38+
"prepare": "npm run build",
39+
"fix-esm": "tsc-esm-fix --target=dist/esm"
3940
},
4041
"dependencies": {
41-
"@interchainjs/cosmos": "1.17.3",
42-
"@interchainjs/cosmos-types": "1.17.3",
43-
"@interchainjs/encoding": "1.17.3",
44-
"@interchainjs/math": "1.17.3",
45-
"@interchainjs/pubkey": "1.17.3",
46-
"@interchainjs/types": "1.17.3",
47-
"@interchainjs/utils": "1.17.3",
42+
"@interchainjs/cosmos": "1.17.6",
43+
"@interchainjs/cosmos-types": "1.17.6",
44+
"@interchainjs/encoding": "1.17.6",
45+
"@interchainjs/math": "1.17.6",
46+
"@interchainjs/pubkey": "1.17.6",
47+
"@interchainjs/types": "1.17.6",
48+
"@interchainjs/utils": "1.17.6",
4849
"@noble/hashes": "^1.3.1",
4950
"decimal.js": "^10.4.3"
5051
},
5152
"devDependencies": {
52-
"@tanstack/react-query": "4.29.1"
53+
"@tanstack/react-query": "4.29.1",
54+
"tsc-esm-fix": "^3.1.2"
5355
},
5456
"peerDependencies": {
5557
"@tanstack/react-query": "4.29.1"

libs/injective-vue/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.17.6](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.6) (2025-09-22)
7+
8+
**Note:** Version bump only for package injective-vue
9+
10+
## [1.17.5](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.5) (2025-09-16)
11+
12+
**Note:** Version bump only for package injective-vue
13+
14+
## [1.17.4](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.4) (2025-09-11)
15+
16+
**Note:** Version bump only for package injective-vue
17+
618
## [1.17.3](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.3) (2025-08-26)
719

820
**Note:** Version bump only for package injective-vue

libs/injective-vue/package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "injective-vue",
3-
"version": "1.17.3",
3+
"version": "1.17.6",
44
"description": "injective-vue is a JavaScript library providing vue hooks for interacting with injective sdk.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -32,24 +32,26 @@
3232
"scripts": {
3333
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
3434
"clean": "rimraf dist/**",
35-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
35+
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy",
3636
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
3737
"lint": "eslint . --fix",
38-
"prepare": "npm run build"
38+
"prepare": "npm run build",
39+
"fix-esm": "tsc-esm-fix --target=dist/esm"
3940
},
4041
"dependencies": {
41-
"@interchainjs/cosmos": "1.17.3",
42-
"@interchainjs/cosmos-types": "1.17.3",
43-
"@interchainjs/encoding": "1.17.3",
44-
"@interchainjs/math": "1.17.3",
45-
"@interchainjs/pubkey": "1.17.3",
46-
"@interchainjs/types": "1.17.3",
47-
"@interchainjs/utils": "1.17.3",
42+
"@interchainjs/cosmos": "1.17.6",
43+
"@interchainjs/cosmos-types": "1.17.6",
44+
"@interchainjs/encoding": "1.17.6",
45+
"@interchainjs/math": "1.17.6",
46+
"@interchainjs/pubkey": "1.17.6",
47+
"@interchainjs/types": "1.17.6",
48+
"@interchainjs/utils": "1.17.6",
4849
"@noble/hashes": "^1.3.1",
4950
"decimal.js": "^10.4.3"
5051
},
5152
"devDependencies": {
5253
"@tanstack/vue-query": "^5.62.7",
54+
"tsc-esm-fix": "^3.1.2",
5355
"vue": "^3.5.13"
5456
},
5557
"peerDependencies": {

libs/injectivejs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.17.6](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.6) (2025-09-22)
7+
8+
**Note:** Version bump only for package injectivejs
9+
10+
## [1.17.5](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.5) (2025-09-16)
11+
12+
**Note:** Version bump only for package injectivejs
13+
14+
## [1.17.4](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.4) (2025-09-11)
15+
16+
**Note:** Version bump only for package injectivejs
17+
618
## [1.17.3](https://github.com/hyperweb-io/interchainjs/compare/[email protected]@1.17.3) (2025-08-26)
719

820
**Note:** Version bump only for package injectivejs

libs/injectivejs/package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "injectivejs",
3-
"version": "1.17.3",
3+
"version": "1.17.6",
44
"description": "Injectivejs is a JavaScript library for interacting with injective sdk.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -32,19 +32,20 @@
3232
"scripts": {
3333
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
3434
"clean": "rimraf dist/**",
35-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
35+
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy",
3636
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
3737
"lint": "eslint . --fix",
38-
"prepare": "npm run build"
38+
"prepare": "npm run build",
39+
"fix-esm": "tsc-esm-fix --target=dist/esm"
3940
},
4041
"dependencies": {
41-
"@interchainjs/cosmos": "1.17.3",
42-
"@interchainjs/cosmos-types": "1.17.3",
43-
"@interchainjs/encoding": "1.17.3",
44-
"@interchainjs/math": "1.17.3",
45-
"@interchainjs/pubkey": "1.17.3",
46-
"@interchainjs/types": "1.17.3",
47-
"@interchainjs/utils": "1.17.3",
42+
"@interchainjs/cosmos": "1.17.6",
43+
"@interchainjs/cosmos-types": "1.17.6",
44+
"@interchainjs/encoding": "1.17.6",
45+
"@interchainjs/math": "1.17.6",
46+
"@interchainjs/pubkey": "1.17.6",
47+
"@interchainjs/types": "1.17.6",
48+
"@interchainjs/utils": "1.17.6",
4849
"@noble/hashes": "^1.3.1",
4950
"decimal.js": "^10.4.3"
5051
},
@@ -55,5 +56,8 @@
5556
"cosmjs",
5657
"wallet"
5758
],
58-
"gitHead": "25cc22e03504ea6164707192deb0f3c6f572fad3"
59+
"gitHead": "25cc22e03504ea6164707192deb0f3c6f572fad3",
60+
"devDependencies": {
61+
"tsc-esm-fix": "^3.1.2"
62+
}
5963
}

libs/interchain-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.17.6](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-22)
7+
8+
**Note:** Version bump only for package @interchainjs/react
9+
10+
## [1.17.5](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-16)
11+
12+
**Note:** Version bump only for package @interchainjs/react
13+
14+
## [1.17.4](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-09-11)
15+
16+
**Note:** Version bump only for package @interchainjs/react
17+
618
## [1.17.3](https://github.com/hyperweb-io/interchainjs/compare/@interchainjs/[email protected]...@interchainjs/[email protected]) (2025-08-26)
719

820
**Note:** Version bump only for package @interchainjs/react

libs/interchain-react/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interchainjs/react",
3-
"version": "1.17.3",
3+
"version": "1.17.6",
44
"description": "@interchainjs/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -32,24 +32,26 @@
3232
"scripts": {
3333
"copy": "copyfiles -f ../../LICENSE-MIT ../../LICENSE-Apache README.md package.json dist",
3434
"clean": "rimraf dist/**",
35-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
35+
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run fix-esm; npm run copy",
3636
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
3737
"lint": "eslint . --fix",
38-
"prepare": "npm run build"
38+
"prepare": "npm run build",
39+
"fix-esm": "tsc-esm-fix --target=dist/esm"
3940
},
4041
"dependencies": {
41-
"@interchainjs/cosmos": "1.17.3",
42-
"@interchainjs/cosmos-types": "1.17.3",
43-
"@interchainjs/encoding": "1.17.3",
44-
"@interchainjs/math": "1.17.3",
45-
"@interchainjs/pubkey": "1.17.3",
46-
"@interchainjs/types": "1.17.3",
47-
"@interchainjs/utils": "1.17.3",
42+
"@interchainjs/cosmos": "1.17.6",
43+
"@interchainjs/cosmos-types": "1.17.6",
44+
"@interchainjs/encoding": "1.17.6",
45+
"@interchainjs/math": "1.17.6",
46+
"@interchainjs/pubkey": "1.17.6",
47+
"@interchainjs/types": "1.17.6",
48+
"@interchainjs/utils": "1.17.6",
4849
"@noble/hashes": "^1.3.1",
4950
"decimal.js": "^10.4.3"
5051
},
5152
"devDependencies": {
52-
"@tanstack/react-query": "4.29.1"
53+
"@tanstack/react-query": "4.29.1",
54+
"tsc-esm-fix": "^3.1.2"
5355
},
5456
"peerDependencies": {
5557
"@tanstack/react-query": "4.29.1"

0 commit comments

Comments
 (0)