@fluidframework/aqueduct 2.0.0-dev.7.3.0.207992 → 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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.209023",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"temp-directory": "nyc/.nyc_output"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.
|
|
44
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/container-runtime": "2.0.0-dev.7.3.0.
|
|
46
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.
|
|
47
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
48
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.
|
|
49
|
-
"@fluidframework/datastore": "2.0.0-dev.7.3.0.
|
|
50
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.
|
|
51
|
-
"@fluidframework/map": "2.0.0-dev.7.3.0.
|
|
52
|
-
"@fluidframework/request-handler": "2.0.0-dev.7.3.0.
|
|
53
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.
|
|
54
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.
|
|
55
|
-
"@fluidframework/synthesize": "2.0.0-dev.7.3.0.
|
|
56
|
-
"@fluidframework/view-interfaces": "2.0.0-dev.7.3.0.
|
|
43
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.209023",
|
|
44
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.209023",
|
|
45
|
+
"@fluidframework/container-runtime": "2.0.0-dev.7.3.0.209023",
|
|
46
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.3.0.209023",
|
|
47
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.209023",
|
|
48
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.209023",
|
|
49
|
+
"@fluidframework/datastore": "2.0.0-dev.7.3.0.209023",
|
|
50
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.209023",
|
|
51
|
+
"@fluidframework/map": "2.0.0-dev.7.3.0.209023",
|
|
52
|
+
"@fluidframework/request-handler": "2.0.0-dev.7.3.0.209023",
|
|
53
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.209023",
|
|
54
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.209023",
|
|
55
|
+
"@fluidframework/synthesize": "2.0.0-dev.7.3.0.209023",
|
|
56
|
+
"@fluidframework/view-interfaces": "2.0.0-dev.7.3.0.209023",
|
|
57
57
|
"uuid": "^9.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-internal.7.2.0",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
63
|
"@fluidframework/build-tools": "^0.26.1",
|
|
64
|
-
"@fluidframework/eslint-config-fluid": "^3.
|
|
65
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
64
|
+
"@fluidframework/eslint-config-fluid": "^3.1.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/events": "^3.0.0",
|
|
68
68
|
"@types/mocha": "^9.1.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
101
101
|
"test": "npm run test:mocha",
|
|
102
102
|
"test:coverage": "c8 npm test",
|
|
103
|
-
"test:mocha": "mocha --ignore
|
|
103
|
+
"test:mocha": "mocha --ignore \"dist/test/types/*\" --recursive dist/test -r node_modules/@fluidframework/mocha-test-setup",
|
|
104
104
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
105
105
|
"tsc": "tsc",
|
|
106
106
|
"typetests:gen": "fluid-type-test-generator",
|