@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
|
@@ -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-
|
|
111
|
+
//# sourceMappingURL=chunk-LGLMA7HM.js.map
|
package/extensions/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w3ux/observables-connect",
|
|
3
|
-
"version": "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.
|
|
43
|
+
"@w3ux/utils": "^2.3.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"rxjs": "^7.8.2"
|
|
File without changes
|