@fluid-experimental/dds-interceptions 2.1.0-274160 → 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 +8 -8
package/README.md CHANGED
@@ -9,10 +9,12 @@ This package provides factory methods to create a wrapper around some of the bas
9
9
 
10
10
  ## Using Fluid Framework libraries
11
11
 
12
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
12
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
13
13
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
14
14
  library consumers should always prefer `^`.
15
15
 
16
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
17
+
16
18
  <!-- prettier-ignore-end -->
17
19
 
18
20
  <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/dds-interceptions",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Distributed Data Structures that support an interception callback",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,21 +47,21 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluidframework/core-utils": "2.1.0-274160",
51
- "@fluidframework/map": "2.1.0-274160",
52
- "@fluidframework/merge-tree": "2.1.0-274160",
53
- "@fluidframework/runtime-definitions": "2.1.0-274160",
54
- "@fluidframework/sequence": "2.1.0-274160"
50
+ "@fluidframework/core-utils": "2.1.0-276985",
51
+ "@fluidframework/map": "2.1.0-276985",
52
+ "@fluidframework/merge-tree": "2.1.0-276985",
53
+ "@fluidframework/runtime-definitions": "2.1.0-276985",
54
+ "@fluidframework/sequence": "2.1.0-276985"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.15.2",
58
58
  "@biomejs/biome": "^1.7.3",
59
- "@fluid-internal/mocha-test-setup": "2.1.0-274160",
59
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
60
60
  "@fluid-tools/build-cli": "^0.39.0",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
62
  "@fluidframework/build-tools": "^0.39.0",
63
63
  "@fluidframework/eslint-config-fluid": "^5.3.0",
64
- "@fluidframework/test-runtime-utils": "2.1.0-274160",
64
+ "@fluidframework/test-runtime-utils": "2.1.0-276985",
65
65
  "@microsoft/api-extractor": "^7.45.1",
66
66
  "@types/diff": "^3.5.1",
67
67
  "@types/mocha": "^9.1.1",