injectivejs 1.9.0 → 1.9.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.
- package/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -584,7 +584,7 @@ yarn publish
|
|
|
584
584
|
|
|
585
585
|
## Interchain JavaScript Stack ⚛️
|
|
586
586
|
|
|
587
|
-
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|
|
587
|
+
A unified toolkit for building applications and smart contracts in the Interchain ecosystem
|
|
588
588
|
|
|
589
589
|
| Category | Tools | Description |
|
|
590
590
|
|----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "injectivejs",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
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.1",
|
|
29
|
+
"@interchainjs/cosmos-types": "^1.9.1",
|
|
30
|
+
"@interchainjs/types": "^1.8.1",
|
|
31
|
+
"@interchainjs/utils": "^1.8.1",
|
|
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": "e75287b5654ac10f9b6b68b46444f3c5cf208721"
|
|
43
43
|
}
|