@w3ux/observables-connect 1.0.0 → 1.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/accounts/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  unsubAll,
7
7
  unsubs,
8
8
  updateAccounts
9
- } from "../chunk-LGLMA7HM.js";
9
+ } from "../chunk-TPEE4DI4.js";
10
10
  import "../chunk-J5456N26.js";
11
11
  export {
12
12
  addUnsub,
@@ -98,14 +98,14 @@ var unsubAll = () => {
98
98
  };
99
99
 
100
100
  export {
101
- unsubs,
102
- addUnsub,
103
- unsubAll,
104
101
  processExtensionAccounts,
105
102
  formatExtensionAccounts,
106
103
  updateAccounts,
107
- getAccountsFromExtensions
104
+ getAccountsFromExtensions,
105
+ unsubs,
106
+ addUnsub,
107
+ unsubAll
108
108
  };
109
109
  /* @license Copyright 2024 w3ux authors & contributors
110
110
  SPDX-License-Identifier: GPL-3.0-only */
111
- //# sourceMappingURL=chunk-LGLMA7HM.js.map
111
+ //# sourceMappingURL=chunk-TPEE4DI4.js.map
@@ -9,7 +9,7 @@ import {
9
9
  getAccountsFromExtensions,
10
10
  processExtensionAccounts,
11
11
  updateAccounts
12
- } from "../chunk-LGLMA7HM.js";
12
+ } from "../chunk-TPEE4DI4.js";
13
13
  import {
14
14
  _extensionsStatus,
15
15
  _gettingExtensions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w3ux/observables-connect",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "description": "Observables for extensions and accounts discovery",