@fluidframework/replay-driver 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.
- package/README.md +3 -1
- package/package.json +9 -9
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-
|
|
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-
|
|
41
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
42
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
43
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
44
|
-
"@fluidframework/driver-utils": "2.1.0-
|
|
45
|
-
"@fluidframework/telemetry-utils": "2.1.0-
|
|
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",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"api": "fluid-build . --task api",
|
|
78
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
79
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
78
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
79
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
80
80
|
"build": "fluid-build . --task build",
|
|
81
81
|
"build:compile": "fluid-build . --task compile",
|
|
82
82
|
"build:docs": "api-extractor run --local",
|