@tuwaio/satellite-core 1.0.0-fix-test-alpha.30.04cd533 → 1.0.0-fix-test-alpha.32.dca1747
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/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -24,8 +24,6 @@ type ConnectorsInitProps = {
|
|
|
24
24
|
appUrl?: string;
|
|
25
25
|
/** Array of icon URLs for WalletConnect */
|
|
26
26
|
appIcons?: string[];
|
|
27
|
-
/** Function to get impersonated account address for testing */
|
|
28
|
-
getImpersonatedAccount?: () => string | `0x${string}` | undefined;
|
|
29
27
|
};
|
|
30
28
|
/**
|
|
31
29
|
* Base interface for connected wallet information
|
package/dist/index.d.ts
CHANGED
|
@@ -24,8 +24,6 @@ type ConnectorsInitProps = {
|
|
|
24
24
|
appUrl?: string;
|
|
25
25
|
/** Array of icon URLs for WalletConnect */
|
|
26
26
|
appIcons?: string[];
|
|
27
|
-
/** Function to get impersonated account address for testing */
|
|
28
|
-
getImpersonatedAccount?: () => string | `0x${string}` | undefined;
|
|
29
27
|
};
|
|
30
28
|
/**
|
|
31
29
|
* Base interface for connected wallet information
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-core",
|
|
3
|
-
"version": "1.0.0-fix-test-alpha.
|
|
3
|
+
"version": "1.0.0-fix-test-alpha.32.dca1747",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"tsup": "^8.5.0",
|
|
50
50
|
"typescript": "^5.9.2",
|
|
51
51
|
"zustand": "^5.0.8",
|
|
52
|
-
"@tuwaio/orbit-core": "^1.0.0-fix-test-alpha.
|
|
52
|
+
"@tuwaio/orbit-core": "^1.0.0-fix-test-alpha.32.dca1747"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"start": "tsup src/index.ts --watch",
|