@fluidframework/merge-tree 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 +15 -15
package/README.md CHANGED
@@ -12,10 +12,12 @@ See [GitHub](https://github.com/microsoft/FluidFramework) for more details on th
12
12
 
13
13
  ## Using Fluid Framework libraries
14
14
 
15
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
15
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
16
16
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
17
17
  library consumers should always prefer `^`.
18
18
 
19
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
20
+
19
21
  <!-- prettier-ignore-end -->
20
22
 
21
23
  <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -79,30 +79,30 @@
79
79
  "temp-directory": "nyc/.nyc_output"
80
80
  },
81
81
  "dependencies": {
82
- "@fluid-internal/client-utils": "2.1.0-276326",
83
- "@fluidframework/container-definitions": "2.1.0-276326",
84
- "@fluidframework/core-interfaces": "2.1.0-276326",
85
- "@fluidframework/core-utils": "2.1.0-276326",
86
- "@fluidframework/datastore-definitions": "2.1.0-276326",
87
- "@fluidframework/driver-definitions": "2.1.0-276326",
88
- "@fluidframework/runtime-definitions": "2.1.0-276326",
89
- "@fluidframework/runtime-utils": "2.1.0-276326",
90
- "@fluidframework/shared-object-base": "2.1.0-276326",
91
- "@fluidframework/telemetry-utils": "2.1.0-276326"
82
+ "@fluid-internal/client-utils": "2.1.0-276985",
83
+ "@fluidframework/container-definitions": "2.1.0-276985",
84
+ "@fluidframework/core-interfaces": "2.1.0-276985",
85
+ "@fluidframework/core-utils": "2.1.0-276985",
86
+ "@fluidframework/datastore-definitions": "2.1.0-276985",
87
+ "@fluidframework/driver-definitions": "2.1.0-276985",
88
+ "@fluidframework/runtime-definitions": "2.1.0-276985",
89
+ "@fluidframework/runtime-utils": "2.1.0-276985",
90
+ "@fluidframework/shared-object-base": "2.1.0-276985",
91
+ "@fluidframework/telemetry-utils": "2.1.0-276985"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@arethetypeswrong/cli": "^0.15.2",
95
95
  "@biomejs/biome": "^1.7.3",
96
- "@fluid-internal/mocha-test-setup": "2.1.0-276326",
97
- "@fluid-private/stochastic-test-utils": "2.1.0-276326",
98
- "@fluid-private/test-pairwise-generator": "2.1.0-276326",
96
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
97
+ "@fluid-private/stochastic-test-utils": "2.1.0-276985",
98
+ "@fluid-private/test-pairwise-generator": "2.1.0-276985",
99
99
  "@fluid-tools/benchmark": "^0.48.0",
100
100
  "@fluid-tools/build-cli": "^0.39.0",
101
101
  "@fluidframework/build-common": "^2.0.3",
102
102
  "@fluidframework/build-tools": "^0.39.0",
103
103
  "@fluidframework/eslint-config-fluid": "^5.3.0",
104
104
  "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-rc.5.0.0",
105
- "@fluidframework/test-runtime-utils": "2.1.0-276326",
105
+ "@fluidframework/test-runtime-utils": "2.1.0-276985",
106
106
  "@microsoft/api-extractor": "^7.45.1",
107
107
  "@types/diff": "^3.5.1",
108
108
  "@types/mocha": "^9.1.1",