@reown/appkit-controllers 1.7.2-rc2 → 1.7.2

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.
@@ -268,6 +268,7 @@ export declare const OptionsController: {
268
268
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
269
269
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
270
270
  };
271
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
271
272
  readonly dispatchEvent: (event: Event) => boolean;
272
273
  } | null | undefined;
273
274
  readonly cache?: RequestCache | undefined;
@@ -346,6 +347,7 @@ export declare const OptionsController: {
346
347
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
347
348
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
348
349
  };
350
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
349
351
  readonly dispatchEvent: (event: Event) => boolean;
350
352
  } | null | undefined;
351
353
  readonly cache?: RequestCache | undefined;
@@ -424,6 +426,7 @@ export declare const OptionsController: {
424
426
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
425
427
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
426
428
  };
429
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
427
430
  readonly dispatchEvent: (event: Event) => boolean;
428
431
  } | null | undefined;
429
432
  readonly cache?: RequestCache | undefined;
@@ -502,6 +505,7 @@ export declare const OptionsController: {
502
505
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
503
506
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
504
507
  };
508
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
505
509
  readonly dispatchEvent: (event: Event) => boolean;
506
510
  } | null | undefined;
507
511
  readonly cache?: RequestCache | undefined;
@@ -580,6 +584,7 @@ export declare const OptionsController: {
580
584
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
581
585
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
582
586
  };
587
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
583
588
  readonly dispatchEvent: (event: Event) => boolean;
584
589
  } | null | undefined;
585
590
  readonly cache?: RequestCache | undefined;
@@ -658,6 +663,7 @@ export declare const OptionsController: {
658
663
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
659
664
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
660
665
  };
666
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
661
667
  readonly dispatchEvent: (event: Event) => boolean;
662
668
  } | null | undefined;
663
669
  readonly cache?: RequestCache | undefined;
@@ -736,6 +742,7 @@ export declare const OptionsController: {
736
742
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
737
743
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
738
744
  };
745
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
739
746
  readonly dispatchEvent: (event: Event) => boolean;
740
747
  } | null | undefined;
741
748
  readonly cache?: RequestCache | undefined;
@@ -814,6 +821,7 @@ export declare const OptionsController: {
814
821
  <K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
815
822
  (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
816
823
  };
824
+ readonly any: (signals: Iterable<AbortSignal>) => AbortSignal;
817
825
  readonly dispatchEvent: (event: Event) => boolean;
818
826
  } | null | undefined;
819
827
  readonly cache?: RequestCache | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-controllers",
3
- "version": "1.7.2-rc2",
3
+ "version": "1.7.2",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "./dist/esm/exports/index.js",
@@ -45,8 +45,8 @@
45
45
  "@walletconnect/universal-provider": "2.19.1",
46
46
  "valtio": "1.13.2",
47
47
  "viem": ">=2.23.11",
48
- "@reown/appkit-common": "1.7.2-rc2",
49
- "@reown/appkit-wallet": "1.7.2-rc2"
48
+ "@reown/appkit-common": "1.7.2",
49
+ "@reown/appkit-wallet": "1.7.2"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@vitest/coverage-v8": "2.1.9",