injectivejs 1.18.0 → 1.19.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/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 Interweb, Inc. <developers@hyperweb.io>
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 Interweb, Inc. <developers@hyperweb.io>
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 Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
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.18.0",
3
+ "version": "1.19.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",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "./package.json": "./package.json"
20
20
  },
21
- "author": "Hyperweb <developers@hyperweb.io>",
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.18.0",
43
- "@interchainjs/cosmos-types": "1.18.0",
42
+ "@interchainjs/cosmos": "^1.19.1",
43
+ "@interchainjs/cosmos-types": "^1.19.0",
44
44
  "@interchainjs/encoding": "1.18.0",
45
45
  "@interchainjs/math": "1.18.0",
46
- "@interchainjs/pubkey": "1.18.0",
47
- "@interchainjs/types": "1.18.0",
48
- "@interchainjs/utils": "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": "e96519e6eee6970e44535d3f055c3e80d92e651d",
59
+ "gitHead": "74dec3776f908660a4450aac3cf948b875f14562",
60
60
  "devDependencies": {
61
61
  "tsc-esm-fix": "^3.1.2"
62
62
  }