@fluidframework/synthesize
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.272251 to 2.0.0-dev-rc.5.0.0.272889
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "../../../common/build/build-common/api-extractor-base.esm.primary.json" | ||
"extends": "../../../common/build/build-common/api-extractor-base.esm.current.json" | ||
} |
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.0.0-dev-rc.5.0.0.272251", | ||
"version": "2.0.0-dev-rc.5.0.0.272889", | ||
"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.272251" | ||
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272889" | ||
}, | ||
@@ -76,10 +76,10 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272889", | ||
"@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.272251", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272889", | ||
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272889", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272889", | ||
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.4.0.0", | ||
@@ -125,3 +125,3 @@ "@microsoft/api-extractor": "^7.45.1", | ||
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json", | ||
"check:format": "npm run check:prettier", | ||
"check:format": "npm run check:biome", | ||
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
@@ -132,3 +132,3 @@ "ci:build:docs": "api-extractor run", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"format": "npm run format:prettier", | ||
"format": "npm run format:biome", | ||
"format:biome": "biome check . --formatter-enabled=true --apply", | ||
@@ -135,0 +135,0 @@ "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore", |
@@ -126,5 +126,3 @@ /*! | ||
throw new Error( | ||
`Object attempted to be created without registered required provider ${String( | ||
key, | ||
)}`, | ||
`Object attempted to be created without registered required provider ${String(key)}`, | ||
); | ||
@@ -131,0 +129,0 @@ } |
@@ -34,3 +34,3 @@ /*! | ||
[P in keyof T]: Promise<NonNullable<Exclude<T[P], undefined | null>>>; | ||
}; | ||
}; | ||
@@ -47,3 +47,3 @@ /** | ||
[P in keyof T]?: Promise<T[P] | undefined>; | ||
}; | ||
}; | ||
@@ -50,0 +50,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
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
99696
1096
+ Added@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.272889(transitive)
- Removed@fluidframework/core-utils@2.0.0-dev-rc.5.0.0.272251(transitive)