@dxos/util
Advanced tools
Comparing version 0.6.10-main.e92b5eb to 0.6.10-staging.00555f6
@@ -33,3 +33,3 @@ import { inspect } from 'node:util'; | ||
*/ | ||
"__#3@#combinedRegistry": WeakMap<WeakKey, any>; | ||
"__#6@#combinedRegistry": WeakMap<WeakKey, any>; | ||
define<T>(name: string): DiKey<T>; | ||
@@ -47,5 +47,5 @@ singleton<T>(name: string, factory: SingletonFactory<T>): DiKey<T>; | ||
getSingletonFactory<T>(id: DiKey<T>): SingletonFactory<T> | undefined; | ||
"__#3@#lookupCombined"(map: WeakMap<any, any>, [first, ...rest]: DiKey<any>[]): WeakMap<any, any>; | ||
"__#3@#combinedDescription"([first, ...rest]: DiKey<any>[]): string; | ||
"__#6@#lookupCombined"(map: WeakMap<any, any>, [first, ...rest]: DiKey<any>[]): WeakMap<any, any>; | ||
"__#6@#combinedDescription"([first, ...rest]: DiKey<any>[]): string; | ||
}; | ||
//# sourceMappingURL=di-key.d.ts.map |
{ | ||
"name": "@dxos/util", | ||
"version": "0.6.10-main.e92b5eb", | ||
"version": "0.6.10-staging.00555f6", | ||
"description": "Temporary bucket for misc functions, which should graduate into separate packages.", | ||
@@ -29,9 +29,9 @@ "homepage": "https://dxos.org", | ||
"xcase": "^2.0.1", | ||
"@dxos/debug": "0.6.10-main.e92b5eb", | ||
"@dxos/invariant": "0.6.10-main.e92b5eb", | ||
"@dxos/node-std": "0.6.10-main.e92b5eb", | ||
"@dxos/keys": "0.6.10-main.e92b5eb" | ||
"@dxos/debug": "0.6.10-staging.00555f6", | ||
"@dxos/keys": "0.6.10-staging.00555f6", | ||
"@dxos/node-std": "0.6.10-staging.00555f6", | ||
"@dxos/invariant": "0.6.10-staging.00555f6" | ||
}, | ||
"devDependencies": { | ||
"@dxos/crypto": "0.6.10-main.e92b5eb" | ||
"@dxos/crypto": "0.6.10-staging.00555f6" | ||
}, | ||
@@ -38,0 +38,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
505063
+ Added@dxos/debug@0.6.10-staging.00555f6(transitive)
+ Added@dxos/invariant@0.6.10-staging.00555f6(transitive)
+ Added@dxos/keys@0.6.10-staging.00555f6(transitive)
+ Added@dxos/node-std@0.6.10-staging.00555f6(transitive)
- Removed@dxos/debug@0.6.10-main.e92b5eb(transitive)
- Removed@dxos/invariant@0.6.10-main.e92b5eb(transitive)
- Removed@dxos/keys@0.6.10-main.e92b5eb(transitive)
- Removed@dxos/node-std@0.6.10-main.e92b5eb(transitive)