@interchain-kit/react 0.3.55 → 0.4.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Interweb, Inc. <developers@interweb.co>
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
@@ -200,7 +200,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
200
200
 
201
201
  ## Credits
202
202
 
203
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
203
+ 🛠 Built by the [Constructive](https://constructive.io) team — makers of [Hyperweb](https://hyperweb.io)
204
204
 
205
205
  ## Disclaimer
206
206
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@interchain-kit/react",
3
- "version": "0.3.55",
4
- "author": "Interweb <developers@interweb.co>",
3
+ "version": "0.4.0",
4
+ "author": "Constructive <developers@constructive.io>",
5
5
  "description": "interchain-kit wallet connector react package",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
@@ -35,8 +35,8 @@
35
35
  "keywords": [],
36
36
  "dependencies": {
37
37
  "@chain-registry/types": "^2.0.1",
38
- "@interchain-kit/core": "0.3.55",
39
- "@interchain-kit/store": "0.3.55",
38
+ "@interchain-kit/core": "^0.4.0",
39
+ "@interchain-kit/store": "^0.4.0",
40
40
  "@interchain-ui/react": "^1.26.3",
41
41
  "@interchainjs/cosmos": "1.17.3",
42
42
  "@interchainjs/cosmos-types": "1.17.3",
@@ -70,5 +70,5 @@
70
70
  "react": "^19.0.0",
71
71
  "react-dom": "^19.0.0"
72
72
  },
73
- "gitHead": "e7011eb97719243925a4e50373d46b2eda05bed8"
73
+ "gitHead": "51c252dd8f219d3698cebefcc84b09ba3c7dbfc0"
74
74
  }