@fluidframework/synthesize
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.271262 to 2.0.0-dev-rc.5.0.0.271717
@@ -16,4 +16,2 @@ "use strict"; | ||
class DependencyContainer { | ||
providers = new Map(); | ||
parents; | ||
get IFluidDependencySynthesizer() { | ||
@@ -23,2 +21,3 @@ return this; | ||
constructor(...parents) { | ||
this.providers = new Map(); | ||
this.parents = parents.filter((v) => v !== undefined); | ||
@@ -25,0 +24,0 @@ } |
@@ -13,4 +13,2 @@ /*! | ||
export class DependencyContainer { | ||
providers = new Map(); | ||
parents; | ||
get IFluidDependencySynthesizer() { | ||
@@ -20,2 +18,3 @@ return this; | ||
constructor(...parents) { | ||
this.providers = new Map(); | ||
this.parents = parents.filter((v) => v !== undefined); | ||
@@ -22,0 +21,0 @@ } |
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.0.0-dev-rc.5.0.0.271262", | ||
"version": "2.0.0-dev-rc.5.0.0.271717", | ||
"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.271262" | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717" | ||
}, | ||
@@ -76,10 +76,10 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271262", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717", | ||
"@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
97718
1069
+ Added@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.271717(transitive)
- Removed@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.271262(transitive)