@fluidframework/synthesize
Advanced tools
Comparing version 2.1.0-276326 to 2.1.0-276985
{ | ||
"name": "@fluidframework/synthesize", | ||
"version": "2.1.0-276326", | ||
"version": "2.1.0-276985", | ||
"description": "A library for synthesizing scope objects.", | ||
@@ -70,3 +70,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-utils": "2.1.0-276326" | ||
"@fluidframework/core-utils": "2.1.0-276985" | ||
}, | ||
@@ -76,10 +76,10 @@ "devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-276326", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-276985", | ||
"@fluid-tools/build-cli": "^0.39.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.39.0", | ||
"@fluidframework/core-interfaces": "2.1.0-276326", | ||
"@fluidframework/datastore": "2.1.0-276326", | ||
"@fluidframework/core-interfaces": "2.1.0-276985", | ||
"@fluidframework/datastore": "2.1.0-276985", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/runtime-utils": "2.1.0-276326", | ||
"@fluidframework/runtime-utils": "2.1.0-276985", | ||
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.5.0.0", | ||
@@ -86,0 +86,0 @@ "@microsoft/api-extractor": "^7.45.1", |
@@ -12,6 +12,8 @@ # @fluidframework/synthesize | ||
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`. | ||
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`. | ||
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries, | ||
library consumers should always prefer `^`. | ||
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`. | ||
<!-- prettier-ignore-end --> | ||
@@ -18,0 +20,0 @@ |
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
101141
261
+ Added@fluidframework/core-utils@2.1.0-276985(transitive)
- Removed@fluidframework/core-utils@2.1.0-276326(transitive)