injectivejs 1.9.0 → 1.9.2
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/README.md +4 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
# InjectiveJS
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://
|
|
5
|
-
Building the future of decentralized exchange
|
|
4
|
+
<img src="https://raw.githubusercontent.com/hyperweb-io/interchainjs/refs/heads/main/assets/logo.svg" width="280">
|
|
6
5
|
</p>
|
|
7
6
|
|
|
8
7
|
<p align="center" width="100%">
|
|
9
|
-
|
|
8
|
+
<a href="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml">
|
|
10
9
|
<img height="20" src="https://github.com/hyperweb-io/interchainjs/actions/workflows/run-tests.yaml/badge.svg" />
|
|
11
|
-
</a>
|
|
10
|
+
</a>
|
|
12
11
|
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
|
13
12
|
<a href="https://github.com/hyperweb-io/interchainjs/blob/main/LICENSE-Apache"><img height="20" src="https://img.shields.io/badge/license-Apache-blue.svg"></a>
|
|
14
13
|
</p>
|
|
@@ -584,7 +583,7 @@ yarn publish
|
|
|
584
583
|
|
|
585
584
|
## Interchain JavaScript Stack ⚛️
|
|
586
585
|
|
|
587
|
-
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|
|
586
|
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|
|
588
587
|
|
|
589
588
|
| Category | Tools | Description |
|
|
590
589
|
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "injectivejs",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "Injectivejs is a JavaScript library for interacting with injective sdk.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"prepare": "npm run build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@interchainjs/cosmos": "^1.9.
|
|
29
|
-
"@interchainjs/cosmos-types": "^1.9.
|
|
30
|
-
"@interchainjs/types": "^1.8.
|
|
31
|
-
"@interchainjs/utils": "^1.8.
|
|
28
|
+
"@interchainjs/cosmos": "^1.9.2",
|
|
29
|
+
"@interchainjs/cosmos-types": "^1.9.2",
|
|
30
|
+
"@interchainjs/types": "^1.8.2",
|
|
31
|
+
"@interchainjs/utils": "^1.8.2",
|
|
32
32
|
"@noble/hashes": "^1.3.1",
|
|
33
33
|
"decimal.js": "^10.4.3"
|
|
34
34
|
},
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"cosmjs",
|
|
40
40
|
"wallet"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "29934f5d3f7af376227d3fbfe898fc87d3216a40"
|
|
43
43
|
}
|