@tuwaio/satellite-core 0.0.3 → 1.0.0-fix-test-alpha.1.3665b1d

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 +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/@tuwaio/satellite-core.svg)](https://www.npmjs.com/package/@tuwaio/satellite-core)
4
4
  [![License](https://img.shields.io/npm/l/@tuwaio/satellite-core.svg)](./LICENSE)
5
- [![Build Status](https://img.shields.io/github/actions/workflow/status/TuwaIO/satellite-core/release.yml?branch=main)](https://github.com/TuwaIO/satellite-core/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
  Core of the Satellite ecosystem for Web3 wallet interactions, providing a universal interface for connecting and interacting with various blockchain wallets.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/satellite-core",
3
- "version": "0.0.3",
3
+ "version": "1.0.0-fix-test-alpha.1.3665b1d",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -53,7 +53,7 @@
53
53
  "tsup": "^8.5.0",
54
54
  "typescript": "^5.9.2",
55
55
  "zustand": "^5.0.8",
56
- "@tuwaio/orbit-core": "^0.0.3"
56
+ "@tuwaio/orbit-core": "^1.0.0-fix-test-alpha.1.3665b1d"
57
57
  },
58
58
  "scripts": {
59
59
  "start": "tsup src/index.ts --watch",