@tezos-x/octez.connect-ui 5.0.0-beta.7 → 5.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tezos-x/octez.connect-ui",
3
- "version": "5.0.0-beta.7",
3
+ "version": "5.0.1",
4
4
  "description": "This package contains the UI part (alerts and toasts) of the Beacon SDK.",
5
5
  "author": "Blockchain Infra <blockchain.infra@trili.tech>",
6
6
  "homepage": "https://octez-connect.tezos.com",
@@ -38,10 +38,10 @@
38
38
  "url": "https://github.com/trilitech/octez.connect/issues"
39
39
  },
40
40
  "dependencies": {
41
- "@tezos-x/octez.connect-core": "5.0.0-beta.7",
42
- "@tezos-x/octez.connect-transport-postmessage": "5.0.0-beta.7",
43
- "@tezos-x/octez.connect-types": "5.0.0-beta.7",
44
- "@tezos-x/octez.connect-utils": "5.0.0-beta.7",
41
+ "@tezos-x/octez.connect-core": "5.0.1",
42
+ "@tezos-x/octez.connect-transport-postmessage": "5.0.1",
43
+ "@tezos-x/octez.connect-types": "5.0.1",
44
+ "@tezos-x/octez.connect-utils": "5.0.1",
45
45
  "@walletconnect/utils": "2.23.6",
46
46
  "qrcode-svg": "^1.1.0",
47
47
  "react": "^19.2.5",
@@ -1,15 +0,0 @@
1
- import { ExtensionApp, DesktopApp, WebApp, App } from '@tezos-x/octez.connect-types';
2
- interface WalletRegistry {
3
- version: string;
4
- updated: string;
5
- extensionList: ExtensionApp[];
6
- desktopList: DesktopApp[];
7
- webList: WebApp[];
8
- iOSList: App[];
9
- }
10
- /**
11
- * Fetch wallet lists from GitHub (jsDelivr CDN)
12
- * Returns null on error (caller should use bundled fallback)
13
- */
14
- export declare function fetchWalletListsFromGitHub(blockchain: string): Promise<WalletRegistry | null>;
15
- export {};
@@ -1,16 +0,0 @@
1
- import { ExtensionApp, DesktopApp, WebApp, App } from '@tezos-x/octez.connect-types';
2
- interface WalletRegistry {
3
- version: string;
4
- updated: string;
5
- extensionList: ExtensionApp[];
6
- desktopList: DesktopApp[];
7
- webList: WebApp[];
8
- iOSList: App[];
9
- }
10
- /**
11
- * Fetch wallet lists from GitHub (jsDelivr CDN)
12
- * Returns null on error (caller should use bundled fallback)
13
- */
14
- export declare function fetchWalletListsFromGitHub(blockchain: string): Promise<WalletRegistry | null>;
15
- export {};
16
- //# sourceMappingURL=walletListFetcher.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"walletListFetcher.d.ts","sourceRoot":"","sources":["../../../src/utils/walletListFetcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,8BAA8B,CAAA;AAKpF,UAAU,cAAc;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,EAAE,YAAY,EAAE,CAAA;IAC7B,WAAW,EAAE,UAAU,EAAE,CAAA;IACzB,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,OAAO,EAAE,GAAG,EAAE,CAAA;CACf;AAID;;;GAGG;AACH,wBAAsB,0BAA0B,CAC9C,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAgChC"}
@@ -1,15 +0,0 @@
1
- import { ExtensionApp, DesktopApp, WebApp, App } from '@tezos-x/octez.connect-types';
2
- interface WalletRegistry {
3
- version: string;
4
- updated: string;
5
- extensionList: ExtensionApp[];
6
- desktopList: DesktopApp[];
7
- webList: WebApp[];
8
- iOSList: App[];
9
- }
10
- /**
11
- * Fetch wallet lists from GitHub (jsDelivr CDN)
12
- * Returns null on error (caller should use bundled fallback)
13
- */
14
- export declare function fetchWalletListsFromGitHub(blockchain: string): Promise<WalletRegistry | null>;
15
- export {};