@dynamic-labs/eclipse 4.0.0-alpha.37 → 4.0.0-alpha.39
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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.0.0-alpha.39](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.38...v4.0.0-alpha.39) (2024-12-02)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
* remove usages of findWalletBookWallet when possible (#7455)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* sdkHasLoaded always false in cookie enabled env ([#7516](https://github.com/dynamic-labs/dynamic-auth/issues/7516)) ([1c3335c](https://github.com/dynamic-labs/dynamic-auth/commit/1c3335c13930e9bffe60cf1c09bc9c9584a59ef7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
* remove usages of findWalletBookWallet when possible ([#7455](https://github.com/dynamic-labs/dynamic-auth/issues/7455)) ([0ce977d](https://github.com/dynamic-labs/dynamic-auth/commit/0ce977d5d4d591c371c6ea2edfb252ba7acff5d2))
|
|
15
|
+
|
|
16
|
+
## [4.0.0-alpha.38](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.37...v4.0.0-alpha.38) (2024-11-27)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* don't allow user to connect wallet in bridge while sdk is still loading ([#7506](https://github.com/dynamic-labs/dynamic-auth/issues/7506)) ([c0a913d](https://github.com/dynamic-labs/dynamic-auth/commit/c0a913d78675cc66b41f03ea9bfb316de5f95905))
|
|
22
|
+
|
|
2
23
|
## [4.0.0-alpha.37](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.36...v4.0.0-alpha.37) (2024-11-27)
|
|
3
24
|
|
|
4
25
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/eclipse",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.39",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@solana/web3.js": "1.92.1",
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.0.0-alpha.
|
|
23
|
-
"@dynamic-labs/rpc-providers": "4.0.0-alpha.
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.0.0-alpha.39",
|
|
23
|
+
"@dynamic-labs/rpc-providers": "4.0.0-alpha.39",
|
|
24
24
|
"@dynamic-labs/sdk-api-core": "0.0.570",
|
|
25
|
-
"@dynamic-labs/solana": "4.0.0-alpha.
|
|
26
|
-
"@dynamic-labs/solana-core": "4.0.0-alpha.
|
|
27
|
-
"@dynamic-labs/types": "4.0.0-alpha.
|
|
28
|
-
"@dynamic-labs/utils": "4.0.0-alpha.
|
|
29
|
-
"@dynamic-labs/wallet-book": "4.0.0-alpha.
|
|
30
|
-
"@dynamic-labs/wallet-connector-core": "4.0.0-alpha.
|
|
25
|
+
"@dynamic-labs/solana": "4.0.0-alpha.39",
|
|
26
|
+
"@dynamic-labs/solana-core": "4.0.0-alpha.39",
|
|
27
|
+
"@dynamic-labs/types": "4.0.0-alpha.39",
|
|
28
|
+
"@dynamic-labs/utils": "4.0.0-alpha.39",
|
|
29
|
+
"@dynamic-labs/wallet-book": "4.0.0-alpha.39",
|
|
30
|
+
"@dynamic-labs/wallet-connector-core": "4.0.0-alpha.39"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {}
|
|
33
33
|
}
|
|
@@ -18,7 +18,6 @@ class Backpack extends solana.BackpackConnector {
|
|
|
18
18
|
this.supportedChains = ['ECLIPSE'];
|
|
19
19
|
this.name = 'Backpack';
|
|
20
20
|
this.overrideKey = 'backpackeclipse';
|
|
21
|
-
this.solanaChain = 'eclipse';
|
|
22
21
|
this.eclipseNetworks = opts.eclipseNetworks;
|
|
23
22
|
this.chainRpcProviders = opts.chainRpcProviders;
|
|
24
23
|
(_a = this.chainRpcProviders) === null || _a === void 0 ? void 0 : _a.registerEclipseProviders();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Connection } from '@solana/web3.js';
|
|
2
|
-
import { BackpackConnector
|
|
2
|
+
import { BackpackConnector } from '@dynamic-labs/solana';
|
|
3
3
|
import { SolanaWalletConnectorOpts } from '@dynamic-labs/solana-core';
|
|
4
4
|
import { GenericNetwork } from '@dynamic-labs/types';
|
|
5
5
|
import { Chain } from '@dynamic-labs/wallet-connector-core';
|
|
@@ -11,7 +11,6 @@ export declare class Backpack extends BackpackConnector {
|
|
|
11
11
|
supportedChains: Chain[];
|
|
12
12
|
name: string;
|
|
13
13
|
overrideKey: string;
|
|
14
|
-
solanaChain: AllowedSolanaChain;
|
|
15
14
|
eclipseNetworks: GenericNetwork[];
|
|
16
15
|
constructor(opts: BackpackOpts);
|
|
17
16
|
getPublicClient(): Promise<Connection | undefined>;
|
|
@@ -14,7 +14,6 @@ class Backpack extends BackpackConnector {
|
|
|
14
14
|
this.supportedChains = ['ECLIPSE'];
|
|
15
15
|
this.name = 'Backpack';
|
|
16
16
|
this.overrideKey = 'backpackeclipse';
|
|
17
|
-
this.solanaChain = 'eclipse';
|
|
18
17
|
this.eclipseNetworks = opts.eclipseNetworks;
|
|
19
18
|
this.chainRpcProviders = opts.chainRpcProviders;
|
|
20
19
|
(_a = this.chainRpcProviders) === null || _a === void 0 ? void 0 : _a.registerEclipseProviders();
|