@fluid-internal/client-utils
Advanced tools
Comparing version
{ | ||
"name": "@fluid-internal/client-utils", | ||
"version": "2.1.0-276326", | ||
"version": "2.1.0-276985", | ||
"description": "Not intended for use outside the Fluid Framework.", | ||
@@ -70,4 +70,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.1.0-276326", | ||
"@fluidframework/core-utils": "2.1.0-276326", | ||
"@fluidframework/core-interfaces": "2.1.0-276985", | ||
"@fluidframework/core-utils": "2.1.0-276985", | ||
"@types/events_pkg": "npm:@types/events@^3.0.0", | ||
@@ -83,3 +83,3 @@ "base64-js": "^1.5.1", | ||
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0-rc.5.0.0", | ||
"@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", | ||
@@ -92,3 +92,3 @@ "@fluidframework/build-common": "^2.0.3", | ||
"@types/jest": "29.5.3", | ||
"@types/jest-environment-puppeteer": "2.1.0-276326", | ||
"@types/jest-environment-puppeteer": "2.1.0-276985", | ||
"@types/mocha": "^9.1.1", | ||
@@ -95,0 +95,0 @@ "@types/node": "^18.19.0", |
@@ -82,6 +82,8 @@ # @fluid-internal/client-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 --> | ||
@@ -88,0 +90,0 @@ |
235331
0.07%108
1.89%+ Added
+ Added
- Removed
- Removed