@fluidframework/replay-driver 2.1.0-274160 → 2.1.0-276326
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/package.json +9 -9
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-276326",
|
|
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-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"
|
|
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",
|