injectivejs 1.17.8 → 1.19.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 +1 -1
- package/package.json +10 -10
package/LICENSE-Apache
CHANGED
|
@@ -186,7 +186,7 @@ file or class name and description of purpose be included on the
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright (c) 2025
|
|
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) 2025
|
|
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
|
@@ -615,7 +615,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
|
|
|
615
615
|
|
|
616
616
|
## Credits
|
|
617
617
|
|
|
618
|
-
🛠 Built by
|
|
618
|
+
🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
|
|
619
619
|
|
|
620
620
|
## Disclaimer
|
|
621
621
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "injectivejs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Injectivejs is a JavaScript library for interacting with injective sdk.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"./package.json": "./package.json"
|
|
20
20
|
},
|
|
21
|
-
"author": "
|
|
21
|
+
"author": "Constructive <developers@constructive.io>",
|
|
22
22
|
"homepage": "https://github.com/hyperweb-io/interchainjs",
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"fix-esm": "tsc-esm-fix --target=dist/esm"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@interchainjs/cosmos": "1.
|
|
43
|
-
"@interchainjs/cosmos-types": "1.
|
|
44
|
-
"@interchainjs/encoding": "1.
|
|
45
|
-
"@interchainjs/math": "1.
|
|
46
|
-
"@interchainjs/pubkey": "1.
|
|
47
|
-
"@interchainjs/types": "1.
|
|
48
|
-
"@interchainjs/utils": "1.
|
|
42
|
+
"@interchainjs/cosmos": "^1.19.0",
|
|
43
|
+
"@interchainjs/cosmos-types": "^1.19.0",
|
|
44
|
+
"@interchainjs/encoding": "1.18.0",
|
|
45
|
+
"@interchainjs/math": "1.18.0",
|
|
46
|
+
"@interchainjs/pubkey": "^1.19.0",
|
|
47
|
+
"@interchainjs/types": "^1.19.0",
|
|
48
|
+
"@interchainjs/utils": "^1.19.0",
|
|
49
49
|
"@noble/hashes": "^1.3.1",
|
|
50
50
|
"decimal.js": "^10.4.3"
|
|
51
51
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"cosmjs",
|
|
57
57
|
"wallet"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "87e15879d18ebfadb1790c2434f85b29138cf3e6",
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsc-esm-fix": "^3.1.2"
|
|
62
62
|
}
|