@fluidframework/replay-driver 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 +7 -7
package/README.md CHANGED
@@ -10,10 +10,12 @@ to mimic the web socket connection.
10
10
 
11
11
  ## Using Fluid Framework libraries
12
12
 
13
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
13
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
14
14
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
15
15
  library consumers should always prefer `^`.
16
16
 
17
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
18
+
17
19
  <!-- prettier-ignore-end -->
18
20
 
19
21
  <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/replay-driver",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Document replay version of Socket.IO implementation",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,12 +37,12 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/public.d.ts",
39
39
  "dependencies": {
40
- "@fluid-internal/client-utils": "2.1.0-276326",
41
- "@fluidframework/core-interfaces": "2.1.0-276326",
42
- "@fluidframework/core-utils": "2.1.0-276326",
43
- "@fluidframework/driver-definitions": "2.1.0-276326",
44
- "@fluidframework/driver-utils": "2.1.0-276326",
45
- "@fluidframework/telemetry-utils": "2.1.0-276326"
40
+ "@fluid-internal/client-utils": "2.1.0-276985",
41
+ "@fluidframework/core-interfaces": "2.1.0-276985",
42
+ "@fluidframework/core-utils": "2.1.0-276985",
43
+ "@fluidframework/driver-definitions": "2.1.0-276985",
44
+ "@fluidframework/driver-utils": "2.1.0-276985",
45
+ "@fluidframework/telemetry-utils": "2.1.0-276985"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@arethetypeswrong/cli": "^0.15.2",