@fluidframework/core-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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -43,10 +43,12 @@ If you want to add code that does not meet these requirements, these other packa
|
|
|
43
43
|
|
|
44
44
|
## Using Fluid Framework libraries
|
|
45
45
|
|
|
46
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
46
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
47
47
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
48
48
|
library consumers should always prefer `^`.
|
|
49
49
|
|
|
50
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
51
|
+
|
|
50
52
|
<!-- prettier-ignore-end -->
|
|
51
53
|
|
|
52
54
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/core-utils",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276985",
|
|
4
4
|
"description": "Not intended for use outside the Fluid client repo.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
71
71
|
"@biomejs/biome": "^1.7.3",
|
|
72
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
72
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
|
|
73
73
|
"@fluid-tools/benchmark": "^0.47.0",
|
|
74
74
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
75
75
|
"@fluidframework/build-common": "^2.0.3",
|