@fluidframework/core-utils
Advanced tools
Comparing version
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.1.0-276326", | ||
"version": "2.1.0-276985", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com", | ||
"@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/benchmark": "^0.47.0", | ||
@@ -75,0 +75,0 @@ "@fluid-tools/build-cli": "^0.39.0", |
@@ -46,6 +46,8 @@ # @fluidframework/core-utils | ||
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 --> | ||
@@ -52,0 +54,0 @@ |
252592
0.06%72
2.86%