@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
|
@@ -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-
|
|
111
|
+
//# sourceMappingURL=chunk-TPEE4DI4.js.map
|
package/extensions/index.js
CHANGED
package/package.json
CHANGED
|
File without changes
|