@fluidframework/synthesize
Advanced tools
Comparing version
# @fluidframework/synthesize | ||
## 2.51.0 | ||
Dependency updates only. | ||
## 2.50.0 | ||
@@ -4,0 +8,0 @@ |
@@ -6,3 +6,3 @@ /*! | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import { AsyncFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
import type { AsyncFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
/** | ||
@@ -9,0 +9,0 @@ * DependencyContainer is similar to a IoC Container. It takes providers and will |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
import type { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ * @legacy |
@@ -6,4 +6,4 @@ /*! | ||
export { DependencyContainer } from "./dependencyContainer.js"; | ||
export { IFluidDependencySynthesizer, IProvideFluidDependencySynthesizer, } from "./IFluidDependencySynthesizer.js"; | ||
export { AsyncFluidObjectProvider, AsyncOptionalFluidObjectProvider, AsyncRequiredFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider, } from "./types.js"; | ||
export { IFluidDependencySynthesizer, type IProvideFluidDependencySynthesizer, } from "./IFluidDependencySynthesizer.js"; | ||
export type { AsyncFluidObjectProvider, AsyncOptionalFluidObjectProvider, AsyncRequiredFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider, } from "./types.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import type { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ * This is a condensed version of Record that requires the object has all |
@@ -6,3 +6,3 @@ /*! | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import { AsyncFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
import type { AsyncFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
/** | ||
@@ -9,0 +9,0 @@ * DependencyContainer is similar to a IoC Container. It takes providers and will |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
import type { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ * @legacy |
@@ -6,4 +6,4 @@ /*! | ||
export { DependencyContainer } from "./dependencyContainer.js"; | ||
export { IFluidDependencySynthesizer, IProvideFluidDependencySynthesizer, } from "./IFluidDependencySynthesizer.js"; | ||
export { AsyncFluidObjectProvider, AsyncOptionalFluidObjectProvider, AsyncRequiredFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider, } from "./types.js"; | ||
export { IFluidDependencySynthesizer, type IProvideFluidDependencySynthesizer, } from "./IFluidDependencySynthesizer.js"; | ||
export type { AsyncFluidObjectProvider, AsyncOptionalFluidObjectProvider, AsyncRequiredFluidObjectProvider, FluidObjectProvider, FluidObjectSymbolProvider, } from "./types.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,3 +5,3 @@ /*! | ||
*/ | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import type { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
/** | ||
@@ -8,0 +8,0 @@ * This is a condensed version of Record that requires the object has all |
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.51.0-347100", | ||
"version": "2.51.0", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-utils": "2.51.0-347100" | ||
"@fluidframework/core-utils": "~2.51.0" | ||
}, | ||
@@ -78,10 +78,10 @@ "devDependencies": { | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/mocha-test-setup": "2.51.0-347100", | ||
"@fluid-internal/mocha-test-setup": "~2.51.0", | ||
"@fluid-tools/build-cli": "^0.56.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.56.0", | ||
"@fluidframework/core-interfaces": "2.51.0-347100", | ||
"@fluidframework/datastore": "2.51.0-347100", | ||
"@fluidframework/core-interfaces": "~2.51.0", | ||
"@fluidframework/datastore": "~2.51.0", | ||
"@fluidframework/eslint-config-fluid": "^5.7.4", | ||
"@fluidframework/runtime-utils": "2.51.0-347100", | ||
"@fluidframework/runtime-utils": "~2.51.0", | ||
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.50.0", | ||
@@ -88,0 +88,0 @@ "@microsoft/api-extractor": "7.52.8", |
@@ -9,3 +9,3 @@ /*! | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import { | ||
import type { | ||
AsyncFluidObjectProvider, | ||
@@ -12,0 +12,0 @@ AsyncOptionalFluidObjectProvider, |
@@ -6,3 +6,3 @@ /*! | ||
import { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
import type { AsyncFluidObjectProvider, FluidObjectSymbolProvider } from "./types.js"; | ||
@@ -9,0 +9,0 @@ /** |
@@ -9,5 +9,5 @@ /*! | ||
IFluidDependencySynthesizer, | ||
IProvideFluidDependencySynthesizer, | ||
type IProvideFluidDependencySynthesizer, | ||
} from "./IFluidDependencySynthesizer.js"; | ||
export { | ||
export type { | ||
AsyncFluidObjectProvider, | ||
@@ -14,0 +14,0 @@ AsyncOptionalFluidObjectProvider, |
@@ -6,3 +6,3 @@ /*! | ||
import { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
import type { IFluidDependencySynthesizer } from "./IFluidDependencySynthesizer.js"; | ||
@@ -9,0 +9,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113664
0.49%1170
0.95%0
-100%+ Added
- Removed