@fluidframework/synthesize
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.268409 to 2.0.0-dev-rc.5.0.0.270401
@@ -16,2 +16,4 @@ "use strict"; | ||
class DependencyContainer { | ||
providers = new Map(); | ||
parents; | ||
get IFluidDependencySynthesizer() { | ||
@@ -21,3 +23,2 @@ return this; | ||
constructor(...parents) { | ||
this.providers = new Map(); | ||
this.parents = parents.filter((v) => v !== undefined); | ||
@@ -24,0 +25,0 @@ } |
@@ -13,2 +13,4 @@ /*! | ||
export class DependencyContainer { | ||
providers = new Map(); | ||
parents; | ||
get IFluidDependencySynthesizer() { | ||
@@ -18,3 +20,2 @@ return this; | ||
constructor(...parents) { | ||
this.providers = new Map(); | ||
this.parents = parents.filter((v) => v !== undefined); | ||
@@ -21,0 +22,0 @@ } |
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.0.0-dev-rc.5.0.0.268409", | ||
"version": "2.0.0-dev-rc.5.0.0.270401", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -70,3 +70,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.268409" | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401" | ||
}, | ||
@@ -76,10 +76,10 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.268409", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluid-tools/build-cli": "^0.39.0-264124", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0-264124", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.268409", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.268409", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.4.0.0", | ||
@@ -86,0 +86,0 @@ "@microsoft/api-extractor": "^7.45.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97487
1071
+ Added@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.270401(transitive)
- Removed@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.268409(transitive)