@interchain-kit/store 0.3.52 → 0.3.54

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 +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Cosmology Developers <developers@hyperweb.io>
3
+ Copyright (c) 2025 Interweb, Inc. <developers@interweb.co>
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
@@ -61,7 +61,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
61
61
 
62
62
  ## Credits
63
63
 
64
- 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
64
+ 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
65
65
 
66
66
  ## Disclaimer
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interchain-kit/store",
3
- "version": "0.3.52",
3
+ "version": "0.3.54",
4
4
  "author": "Hyperweb <developers@hyperweb.io>",
5
5
  "description": "interchain-kit wallet connector store package",
6
6
  "main": "index.js",
@@ -31,5 +31,5 @@
31
31
  "watch:dev": "tsc -w -p tsconfig.esm.json & tsc -w"
32
32
  },
33
33
  "keywords": [],
34
- "gitHead": "d4d4156f567c0f4ba418fbc56dd7bcabd25cd040"
34
+ "gitHead": "9a01142b36255172c09c6272ea434caebaf2387b"
35
35
  }