@fluidframework/aqueduct 2.0.0-internal.7.2.1 → 2.0.0-internal.7.2.2
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 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.0.0-internal.7.2.
|
|
3
|
+
"version": "2.0.0-internal.7.2.2",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -40,29 +40,29 @@
|
|
|
40
40
|
"temp-directory": "nyc/.nyc_output"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.
|
|
44
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.2.
|
|
45
|
-
"@fluidframework/container-runtime": ">=2.0.0-internal.7.2.
|
|
46
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.7.2.
|
|
47
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.
|
|
48
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.
|
|
49
|
-
"@fluidframework/datastore": ">=2.0.0-internal.7.2.
|
|
50
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.2.
|
|
51
|
-
"@fluidframework/map": ">=2.0.0-internal.7.2.
|
|
52
|
-
"@fluidframework/request-handler": ">=2.0.0-internal.7.2.
|
|
53
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.
|
|
54
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.2.
|
|
55
|
-
"@fluidframework/synthesize": ">=2.0.0-internal.7.2.
|
|
56
|
-
"@fluidframework/view-interfaces": ">=2.0.0-internal.7.2.
|
|
43
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
44
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
45
|
+
"@fluidframework/container-runtime": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
46
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
47
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
48
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
49
|
+
"@fluidframework/datastore": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
50
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
51
|
+
"@fluidframework/map": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
52
|
+
"@fluidframework/request-handler": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
53
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
54
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
55
|
+
"@fluidframework/synthesize": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
56
|
+
"@fluidframework/view-interfaces": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
57
57
|
"uuid": "^9.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@fluid-tools/build-cli": "^0.26.1",
|
|
61
|
-
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-internal.7.1
|
|
61
|
+
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-internal.7.2.1",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
63
|
"@fluidframework/build-tools": "^0.26.1",
|
|
64
64
|
"@fluidframework/eslint-config-fluid": "^3.0.0",
|
|
65
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.
|
|
65
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.2.2 <2.0.0-internal.7.3.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.37.0",
|
|
67
67
|
"@types/events": "^3.0.0",
|
|
68
68
|
"@types/mocha": "^9.1.1",
|