injectivejs 1.7.5 → 1.7.8

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 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) Interweb, Inc. <developers@cosmology.zone>
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) Interweb, Inc. <developers@cosmology.zone>
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
@@ -595,4 +595,4 @@ Code built with the help of these related projects:
595
595
 
596
596
  MIT License (MIT) & Apache License
597
597
 
598
- Copyright (c) 2024 Cosmology (https://cosmology.zone/)
598
+ Copyright (c) 2024 Copyright (c) 2024 Hyperweb (https://hyperweb.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "injectivejs",
3
- "version": "1.7.5",
3
+ "version": "1.7.8",
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.5",
29
- "@interchainjs/cosmos-types": "1.7.5",
30
- "@interchainjs/types": "1.7.5",
31
- "@interchainjs/utils": "1.7.5",
28
+ "@interchainjs/cosmos": "1.7.8",
29
+ "@interchainjs/cosmos-types": "1.7.8",
30
+ "@interchainjs/types": "1.7.8",
31
+ "@interchainjs/utils": "1.7.8",
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": "9efaadee53077f62aa7d8a0077128a1b6bd86cf8"
48
+ "gitHead": "5782d91c216b6c7a1b794d393b02cb008e86bb9d"
49
49
  }