@tuwaio/nova-connect 1.0.0-fix-test-alpha.4.bd69225 → 1.0.0-fix-test-alpha.6.2ae3a34

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.
@@ -1,2 +1,2 @@
1
- 'use strict';var chunkDYDY3FCT_cjs=require('../chunk-DYDY3FCT.cjs');Object.defineProperty(exports,"getAvailableSolanaClusters",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.c}});Object.defineProperty(exports,"getSolanaClusters",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.a}});Object.defineProperty(exports,"isSolanaChainList",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.b}});Object.defineProperty(exports,"isValidSolanaCluster",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.d}});//# sourceMappingURL=index.cjs.map
1
+ 'use strict';var chunkDYDY3FCT_cjs=require('../chunk-DYDY3FCT.cjs'),solana=require('@tuwaio/satellite-react/solana');Object.defineProperty(exports,"getAvailableSolanaClusters",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.c}});Object.defineProperty(exports,"getSolanaClusters",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.a}});Object.defineProperty(exports,"isSolanaChainList",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.b}});Object.defineProperty(exports,"isValidSolanaCluster",{enumerable:true,get:function(){return chunkDYDY3FCT_cjs.d}});Object.keys(solana).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return solana[k]}})});//# sourceMappingURL=index.cjs.map
2
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -1,8 +1,7 @@
1
1
  import { SolanaClusterMoniker } from 'gill';
2
2
  export { SolanaClusterMoniker } from 'gill';
3
- import { OrbitAdapter } from '@tuwaio/orbit-core';
4
- import { SolanaWallet, ConnectorSolana } from '@tuwaio/satellite-solana';
5
- import { a as ChainIdentifierArray } from '../types-C0Vlrba-.cjs';
3
+ import { C as ChainIdentifierArray } from '../types-DGsiEwne.cjs';
4
+ export * from '@tuwaio/satellite-react/solana';
6
5
 
7
6
  /**
8
7
  * Get Solana clusters from configuration
@@ -29,12 +28,6 @@ declare module '@tuwaio/nova-connect' {
29
28
  */
30
29
  solanaRPCUrls?: Partial<Record<SolanaClusterMoniker, string>>;
31
30
  }
32
- interface AllWallets {
33
- [OrbitAdapter.SOLANA]: SolanaWallet;
34
- }
35
- interface AllConnectors {
36
- [OrbitAdapter.SOLANA]: ConnectorSolana;
37
- }
38
31
  }
39
32
 
40
33
  export { getAvailableSolanaClusters, getSolanaClusters, isSolanaChainList, isValidSolanaCluster };
@@ -1,8 +1,7 @@
1
1
  import { SolanaClusterMoniker } from 'gill';
2
2
  export { SolanaClusterMoniker } from 'gill';
3
- import { OrbitAdapter } from '@tuwaio/orbit-core';
4
- import { SolanaWallet, ConnectorSolana } from '@tuwaio/satellite-solana';
5
- import { a as ChainIdentifierArray } from '../types-C0Vlrba-.js';
3
+ import { C as ChainIdentifierArray } from '../types-DGsiEwne.js';
4
+ export * from '@tuwaio/satellite-react/solana';
6
5
 
7
6
  /**
8
7
  * Get Solana clusters from configuration
@@ -29,12 +28,6 @@ declare module '@tuwaio/nova-connect' {
29
28
  */
30
29
  solanaRPCUrls?: Partial<Record<SolanaClusterMoniker, string>>;
31
30
  }
32
- interface AllWallets {
33
- [OrbitAdapter.SOLANA]: SolanaWallet;
34
- }
35
- interface AllConnectors {
36
- [OrbitAdapter.SOLANA]: ConnectorSolana;
37
- }
38
31
  }
39
32
 
40
33
  export { getAvailableSolanaClusters, getSolanaClusters, isSolanaChainList, isValidSolanaCluster };
@@ -1,2 +1,2 @@
1
- export{c as getAvailableSolanaClusters,a as getSolanaClusters,b as isSolanaChainList,d as isValidSolanaCluster}from'../chunk-J4TY3CJF.js';//# sourceMappingURL=index.js.map
1
+ export{c as getAvailableSolanaClusters,a as getSolanaClusters,b as isSolanaChainList,d as isValidSolanaCluster}from'../chunk-J4TY3CJF.js';export*from'@tuwaio/satellite-react/solana';//# sourceMappingURL=index.js.map
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -46,30 +46,5 @@ type InitialChains = AllChainConfigs;
46
46
  * ```
47
47
  */
48
48
  type ChainIdentifierArray = readonly (string | number)[];
49
- /**
50
- * @description
51
- * This interface is intentionally left empty.
52
- * Other packages (@tuwaio/satellite-*) will use module
53
- * augmentation to add their specific wallet types here.
54
- */
55
- interface AllWallets {
56
- }
57
- /**
58
- * @description
59
- * This interface is intentionally left empty.
60
- * It will be augmented by satellite packages.
61
- */
62
- interface AllConnectors {
63
- }
64
- /**
65
- * Union type for all supported wallet types.
66
- * It's created from the values of the AllWallets interface.
67
- * e.g., { evm: EVMWallet, solana: SolanaWallet } -> EVMWallet | SolanaWallet
68
- */
69
- type Wallet = AllWallets[keyof AllWallets];
70
- /**
71
- * Union type for all supported connector types.
72
- */
73
- type Connector = AllConnectors[keyof AllConnectors];
74
49
 
75
- export type { AllChainConfigs as A, Connector as C, InitialChains as I, Wallet as W, ChainIdentifierArray as a, AllConnectors as b, AllWallets as c };
50
+ export type { AllChainConfigs as A, ChainIdentifierArray as C, InitialChains as I };
@@ -46,30 +46,5 @@ type InitialChains = AllChainConfigs;
46
46
  * ```
47
47
  */
48
48
  type ChainIdentifierArray = readonly (string | number)[];
49
- /**
50
- * @description
51
- * This interface is intentionally left empty.
52
- * Other packages (@tuwaio/satellite-*) will use module
53
- * augmentation to add their specific wallet types here.
54
- */
55
- interface AllWallets {
56
- }
57
- /**
58
- * @description
59
- * This interface is intentionally left empty.
60
- * It will be augmented by satellite packages.
61
- */
62
- interface AllConnectors {
63
- }
64
- /**
65
- * Union type for all supported wallet types.
66
- * It's created from the values of the AllWallets interface.
67
- * e.g., { evm: EVMWallet, solana: SolanaWallet } -> EVMWallet | SolanaWallet
68
- */
69
- type Wallet = AllWallets[keyof AllWallets];
70
- /**
71
- * Union type for all supported connector types.
72
- */
73
- type Connector = AllConnectors[keyof AllConnectors];
74
49
 
75
- export type { AllChainConfigs as A, Connector as C, InitialChains as I, Wallet as W, ChainIdentifierArray as a, AllConnectors as b, AllWallets as c };
50
+ export type { AllChainConfigs as A, ChainIdentifierArray as C, InitialChains as I };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "1.0.0-fix-test-alpha.4.bd69225",
3
+ "version": "1.0.0-fix-test-alpha.6.2ae3a34",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -64,6 +64,9 @@
64
64
  "url": "https://github.com/Argeare5"
65
65
  }
66
66
  ],
67
+ "dependencies": {
68
+ "@tuwaio/satellite-react": "^0.1.1"
69
+ },
67
70
  "peerDependencies": {
68
71
  "@bgd-labs/react-web3-icons": ">=1.5",
69
72
  "@heroicons/react": "2.x.x",
@@ -74,7 +77,6 @@
74
77
  "@tuwaio/orbit-solana": ">=0.1",
75
78
  "@tuwaio/satellite-core": ">=0.1",
76
79
  "@tuwaio/satellite-evm": ">=0.1",
77
- "@tuwaio/satellite-react": ">=0.1",
78
80
  "@tuwaio/satellite-solana": ">=0.1",
79
81
  "@tuwaio/pulsar-core": ">=0.2",
80
82
  "@tuwaio/nova-core": ">=0",
@@ -112,9 +114,6 @@
112
114
  "@tuwaio/satellite-core": {
113
115
  "optional": false
114
116
  },
115
- "@tuwaio/satellite-react": {
116
- "optional": false
117
- },
118
117
  "@tuwaio/pulsar-core": {
119
118
  "optional": false
120
119
  },
@@ -186,7 +185,6 @@
186
185
  "@tuwaio/orbit-solana": "^0.1.0",
187
186
  "@tuwaio/satellite-core": "^0.1.0",
188
187
  "@tuwaio/satellite-evm": "^0.1.0",
189
- "@tuwaio/satellite-react": "1.0.0-fix-watchers-alpha.1.39245f5",
190
188
  "@tuwaio/satellite-solana": "^0.1.0",
191
189
  "@tuwaio/pulsar-core": "^0.2.0",
192
190
  "@wallet-standard/react": "^1.0.1",
@@ -214,8 +212,8 @@
214
212
  "tw-animate-css": "^1.4.0",
215
213
  "typescript": "^5.9.3",
216
214
  "tsup": "^8.5.0",
217
- "@tuwaio/nova-core": "^1.0.0-fix-test-alpha.4.bd69225",
218
- "@tuwaio/nova-transactions": "^1.0.0-fix-test-alpha.4.bd69225"
215
+ "@tuwaio/nova-core": "^1.0.0-fix-test-alpha.6.2ae3a34",
216
+ "@tuwaio/nova-transactions": "^1.0.0-fix-test-alpha.6.2ae3a34"
219
217
  },
220
218
  "scripts": {
221
219
  "start": "tsup src/index.ts --watch",