@dxos/util 0.6.9 → 0.6.10-main.3cfcc89
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.
|
@@ -30,7 +30,7 @@ export declare const DiKey: {
|
|
|
30
30
|
*
|
|
31
31
|
* Good luck :)
|
|
32
32
|
*/
|
|
33
|
-
"__#
|
|
33
|
+
"__#6@#combinedRegistry": WeakMap<WeakKey, any>;
|
|
34
34
|
define<T>(name: string): DiKey<T>;
|
|
35
35
|
singleton<T>(name: string, factory: SingletonFactory<T>): DiKey<T>;
|
|
36
36
|
stringify(id: DiKey<any>): string;
|
|
@@ -43,7 +43,7 @@ export declare const DiKey: {
|
|
|
43
43
|
*/
|
|
44
44
|
combine(...ids: DiKey<any>[]): any;
|
|
45
45
|
getSingletonFactory<T>(id: DiKey<T>): SingletonFactory<T> | undefined;
|
|
46
|
-
"__#
|
|
47
|
-
"__#
|
|
46
|
+
"__#6@#lookupCombined"(map: WeakMap<any, any>, [first, ...rest]: DiKey<any>[]): WeakMap<any, any>;
|
|
47
|
+
"__#6@#combinedDescription"([first, ...rest]: DiKey<any>[]): string;
|
|
48
48
|
};
|
|
49
49
|
//# sourceMappingURL=di-key.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/util",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.10-main.3cfcc89",
|
|
4
4
|
"description": "Temporary bucket for misc functions, which should graduate into separate packages.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@effect/schema": "^0.67.16",
|
|
28
28
|
"xcase": "^2.0.1",
|
|
29
|
-
"@dxos/debug": "0.6.
|
|
30
|
-
"@dxos/
|
|
31
|
-
"@dxos/
|
|
32
|
-
"@dxos/node-std": "0.6.
|
|
29
|
+
"@dxos/debug": "0.6.10-main.3cfcc89",
|
|
30
|
+
"@dxos/invariant": "0.6.10-main.3cfcc89",
|
|
31
|
+
"@dxos/keys": "0.6.10-main.3cfcc89",
|
|
32
|
+
"@dxos/node-std": "0.6.10-main.3cfcc89"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@dxos/crypto": "0.6.
|
|
35
|
+
"@dxos/crypto": "0.6.10-main.3cfcc89"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|