@w3ux/observables-connect 0.12.0 → 1.0.0

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-TPEE4DI4.js";
9
+ } from "../chunk-LGLMA7HM.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,
101
104
  processExtensionAccounts,
102
105
  formatExtensionAccounts,
103
106
  updateAccounts,
104
- getAccountsFromExtensions,
105
- unsubs,
106
- addUnsub,
107
- unsubAll
107
+ getAccountsFromExtensions
108
108
  };
109
109
  /* @license Copyright 2024 w3ux authors & contributors
110
110
  SPDX-License-Identifier: GPL-3.0-only */
111
- //# sourceMappingURL=chunk-TPEE4DI4.js.map
111
+ //# sourceMappingURL=chunk-LGLMA7HM.js.map
@@ -9,7 +9,7 @@ import {
9
9
  getAccountsFromExtensions,
10
10
  processExtensionAccounts,
11
11
  updateAccounts
12
- } from "../chunk-TPEE4DI4.js";
12
+ } from "../chunk-LGLMA7HM.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": "0.12.0",
3
+ "version": "1.0.0",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "description": "Observables for extensions and accounts discovery",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@mimirdev/apps-inject": "^3.2.0",
42
42
  "@w3ux/extension-assets": "^2.2.5",
43
- "@w3ux/utils": "^2.2.1"
43
+ "@w3ux/utils": "^2.3.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "rxjs": "^7.8.2"