@tuwaio/satellite-react 0.0.3 → 0.0.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/@tuwaio/satellite-react.svg)](https://www.npmjs.com/package/@tuwaio/satellite-react)
4
4
  [![License](https://img.shields.io/npm/l/@tuwaio/satellite-react.svg)](./LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/satellite-react/release.yml?branch=main)](https://github.com/TuwaIO/satellite-react/actions)
5
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/satellite-connect/release.yml?branch=main)](https://github.com/TuwaIO/satellite-connect/actions)
6
6
 
7
7
  React components and hooks for the Satellite Connect ecosystem, providing an easy-to-use interface for integrating Web3 wallet functionality into React applications.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-react",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -58,9 +58,9 @@
58
58
  "tsup": "^8.5.0",
59
59
  "typescript": "^5.9.2",
60
60
  "zustand": "^5.0.8",
61
- "@tuwaio/orbit-core": "^0.0.3",
62
- "@tuwaio/satellite-core": "^0.0.3",
63
- "@tuwaio/orbit-solana": "^0.0.3"
61
+ "@tuwaio/orbit-core": "^0.0.4",
62
+ "@tuwaio/orbit-solana": "^0.0.4",
63
+ "@tuwaio/satellite-core": "^0.0.4"
64
64
  },
65
65
  "scripts": {
66
66
  "start": "tsup src/index.ts --watch",