injectivejs 1.7.5 → 1.7.6
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 +6 -6
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)
|
|
189
|
+
Copyright (c) 2024 Copyright (c) 2024 Hyperweb (https://hyperweb.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) 2024 Copyright (c) 2024 Hyperweb (https://hyperweb.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "injectivejs",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6",
|
|
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.7.
|
|
29
|
-
"@interchainjs/cosmos-types": "1.7.
|
|
30
|
-
"@interchainjs/types": "1.7.
|
|
31
|
-
"@interchainjs/utils": "1.7.
|
|
28
|
+
"@interchainjs/cosmos": "1.7.6",
|
|
29
|
+
"@interchainjs/cosmos-types": "1.7.6",
|
|
30
|
+
"@interchainjs/types": "1.7.6",
|
|
31
|
+
"@interchainjs/utils": "1.7.6",
|
|
32
32
|
"@noble/hashes": "^1.3.1",
|
|
33
33
|
"decimal.js": "^10.4.3"
|
|
34
34
|
},
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"cosmjs",
|
|
46
46
|
"wallet"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "352f0c3e7400c5453e1356f522c4bd770032132c"
|
|
49
49
|
}
|