@fluidframework/local-driver 2.0.0-dev.7.3.0.207781 → 2.0.0-dev.7.3.0.209023
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.209023",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
"temp-directory": "nyc/.nyc_output"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.
|
|
41
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
42
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.
|
|
43
|
-
"@fluidframework/driver-base": "2.0.0-dev.7.3.0.
|
|
44
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.3.0.
|
|
40
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209023",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209023",
|
|
42
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.209023",
|
|
43
|
+
"@fluidframework/driver-base": "2.0.0-dev.7.3.0.209023",
|
|
44
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.3.0.209023",
|
|
45
|
+
"@fluidframework/driver-utils": "2.0.0-dev.7.3.0.209023",
|
|
46
46
|
"@fluidframework/protocol-base": "^2.0.1",
|
|
47
47
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
48
|
-
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.3.0.
|
|
48
|
+
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.3.0.209023",
|
|
49
49
|
"@fluidframework/server-local-server": "^2.0.1",
|
|
50
50
|
"@fluidframework/server-services-client": "^2.0.1",
|
|
51
51
|
"@fluidframework/server-services-core": "^2.0.1",
|
|
52
52
|
"@fluidframework/server-test-utils": "^2.0.1",
|
|
53
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.
|
|
53
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.209023",
|
|
54
54
|
"events": "^3.1.0",
|
|
55
55
|
"jsrsasign": "^10.5.25",
|
|
56
56
|
"url": "^0.11.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
61
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
62
|
"@fluidframework/build-tools": "^0.26.1",
|
|
63
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
64
|
-
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.7.
|
|
65
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
63
|
+
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
64
|
+
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.7.2.0",
|
|
65
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209023",
|
|
66
66
|
"@microsoft/api-extractor": "^7.37.0",
|
|
67
67
|
"@types/jsrsasign": "^8.0.8",
|
|
68
68
|
"@types/mocha": "^9.1.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
102
102
|
"test": "npm run test:mocha",
|
|
103
103
|
"test:coverage": "c8 npm test",
|
|
104
|
-
"test:mocha": "mocha --ignore
|
|
104
|
+
"test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
|
|
105
105
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
106
106
|
"tsc": "tsc",
|
|
107
107
|
"typetests:gen": "fluid-type-test-generator",
|