@fluidframework/local-driver 2.4.0-297385 → 2.4.0-299707
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 +17 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -53,12 +53,14 @@
|
|
|
53
53
|
"cache-dir": "nyc/.cache",
|
|
54
54
|
"exclude": [
|
|
55
55
|
"src/test/**/*.*ts",
|
|
56
|
-
"dist/test/**/*.*js"
|
|
56
|
+
"dist/test/**/*.*js",
|
|
57
|
+
"lib/test/**/*.*js"
|
|
57
58
|
],
|
|
58
59
|
"exclude-after-remap": false,
|
|
59
60
|
"include": [
|
|
60
61
|
"src/**/*.*ts",
|
|
61
|
-
"dist/**/*.*js"
|
|
62
|
+
"dist/**/*.*js",
|
|
63
|
+
"lib/**/*.*js"
|
|
62
64
|
],
|
|
63
65
|
"report-dir": "nyc/report",
|
|
64
66
|
"reporter": [
|
|
@@ -69,29 +71,29 @@
|
|
|
69
71
|
"temp-directory": "nyc/.nyc_output"
|
|
70
72
|
},
|
|
71
73
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
73
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
74
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
75
|
-
"@fluidframework/driver-base": "2.4.0-
|
|
76
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
77
|
-
"@fluidframework/driver-utils": "2.4.0-
|
|
74
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
75
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
76
|
+
"@fluidframework/core-utils": "2.4.0-299707",
|
|
77
|
+
"@fluidframework/driver-base": "2.4.0-299707",
|
|
78
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
79
|
+
"@fluidframework/driver-utils": "2.4.0-299707",
|
|
78
80
|
"@fluidframework/protocol-base": "^5.0.0",
|
|
79
|
-
"@fluidframework/routerlicious-driver": "2.4.0-
|
|
81
|
+
"@fluidframework/routerlicious-driver": "2.4.0-299707",
|
|
80
82
|
"@fluidframework/server-local-server": "^5.0.0",
|
|
81
83
|
"@fluidframework/server-services-client": "^5.0.0",
|
|
82
84
|
"@fluidframework/server-services-core": "^5.0.0",
|
|
83
85
|
"@fluidframework/server-test-utils": "^5.0.0",
|
|
84
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
86
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707",
|
|
85
87
|
"jsrsasign": "^11.0.0",
|
|
86
88
|
"uuid": "^9.0.0"
|
|
87
89
|
},
|
|
88
90
|
"devDependencies": {
|
|
89
|
-
"@arethetypeswrong/cli": "^0.
|
|
91
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
90
92
|
"@biomejs/biome": "~1.8.3",
|
|
91
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
92
|
-
"@fluid-tools/build-cli": "^0.
|
|
93
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
94
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
93
95
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
|
-
"@fluidframework/build-tools": "^0.
|
|
96
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
95
97
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
96
98
|
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@~2.3.0",
|
|
97
99
|
"@microsoft/api-extractor": "7.47.8",
|
|
@@ -105,7 +107,6 @@
|
|
|
105
107
|
"cross-env": "^7.0.3",
|
|
106
108
|
"eslint": "~8.55.0",
|
|
107
109
|
"mocha": "^10.2.0",
|
|
108
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
109
110
|
"mocha-multi-reporters": "^1.5.1",
|
|
110
111
|
"moment": "^2.21.0",
|
|
111
112
|
"prettier": "~3.0.3",
|