@fluid-internal/client-utils 2.1.0-276326 → 2.1.0-276985

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -79,10 +79,12 @@ verifying actual exports, but the consistency of tags within the legacy API set.
79
79
 
80
80
  ## Using Fluid Framework libraries
81
81
 
82
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
82
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
83
83
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
84
84
  library consumers should always prefer `^`.
85
85
 
86
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
87
+
86
88
  <!-- prettier-ignore-end -->
87
89
 
88
90
  <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/client-utils",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,8 +67,8 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluidframework/core-interfaces": "2.1.0-276326",
71
- "@fluidframework/core-utils": "2.1.0-276326",
70
+ "@fluidframework/core-interfaces": "2.1.0-276985",
71
+ "@fluidframework/core-utils": "2.1.0-276985",
72
72
  "@types/events_pkg": "npm:@types/events@^3.0.0",
73
73
  "base64-js": "^1.5.1",
74
74
  "buffer": "^6.0.3",
@@ -79,7 +79,7 @@
79
79
  "@arethetypeswrong/cli": "^0.15.2",
80
80
  "@biomejs/biome": "^1.7.3",
81
81
  "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.0.0-rc.5.0.0",
82
- "@fluid-internal/mocha-test-setup": "2.1.0-276326",
82
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
83
83
  "@fluid-tools/build-cli": "^0.39.0",
84
84
  "@fluidframework/build-common": "^2.0.3",
85
85
  "@fluidframework/build-tools": "^0.39.0",
@@ -87,7 +87,7 @@
87
87
  "@microsoft/api-extractor": "^7.45.1",
88
88
  "@types/base64-js": "^1.3.0",
89
89
  "@types/jest": "29.5.3",
90
- "@types/jest-environment-puppeteer": "2.1.0-276326",
90
+ "@types/jest-environment-puppeteer": "2.1.0-276985",
91
91
  "@types/mocha": "^9.1.1",
92
92
  "@types/node": "^18.19.0",
93
93
  "@types/rewire": "^2.5.28",