@fluidframework/driver-definitions
Advanced tools
Comparing version 2.1.0-276326 to 2.1.0-276985
{ | ||
"name": "@fluidframework/driver-definitions", | ||
"version": "2.1.0-276326", | ||
"version": "2.1.0-276985", | ||
"description": "Fluid driver definitions", | ||
@@ -50,3 +50,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.1.0-276326" | ||
"@fluidframework/core-interfaces": "2.1.0-276985" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
@@ -12,6 +12,8 @@ # @fluidframework/driver-definitions | ||
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
541512
38
+ Added@fluidframework/core-interfaces@2.1.0-276985(transitive)
- Removed@fluidframework/core-interfaces@2.1.0-276326(transitive)