@fluidframework/aqueduct 0.59.1001-62246 → 0.59.1001
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/dist/test/tsconfig.tsbuildinfo +4 -4
- package/package.json +13 -13
|
@@ -1862,13 +1862,13 @@
|
|
|
1862
1862
|
"affectsGlobalScope": false
|
|
1863
1863
|
},
|
|
1864
1864
|
"../../../../runtime/container-runtime/dist/garbageCollection.d.ts": {
|
|
1865
|
-
"version": "
|
|
1866
|
-
"signature": "
|
|
1865
|
+
"version": "9b098a0f494c71813e0d05cc6c35f529b0437798b7ba8cd97109ca8a6e4a1da1",
|
|
1866
|
+
"signature": "9b098a0f494c71813e0d05cc6c35f529b0437798b7ba8cd97109ca8a6e4a1da1",
|
|
1867
1867
|
"affectsGlobalScope": false
|
|
1868
1868
|
},
|
|
1869
1869
|
"../../../../runtime/container-runtime/dist/containerRuntime.d.ts": {
|
|
1870
|
-
"version": "
|
|
1871
|
-
"signature": "
|
|
1870
|
+
"version": "c51b1434527b5a835dfcc2734543d14b3e7d44179a57b2a7cb1aea1d22e9dcfa",
|
|
1871
|
+
"signature": "c51b1434527b5a835dfcc2734543d14b3e7d44179a57b2a7cb1aea1d22e9dcfa",
|
|
1872
1872
|
"affectsGlobalScope": false
|
|
1873
1873
|
},
|
|
1874
1874
|
"../../../../runtime/container-runtime/dist/deltaScheduler.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "0.59.1001
|
|
3
|
+
"version": "0.59.1001",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -65,25 +65,25 @@
|
|
|
65
65
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
66
66
|
"@fluidframework/common-utils": "^0.32.1",
|
|
67
67
|
"@fluidframework/container-definitions": "^0.48.1000",
|
|
68
|
-
"@fluidframework/container-loader": "0.59.1001
|
|
69
|
-
"@fluidframework/container-runtime": "0.59.1001
|
|
70
|
-
"@fluidframework/container-runtime-definitions": "0.59.1001
|
|
68
|
+
"@fluidframework/container-loader": "^0.59.1001",
|
|
69
|
+
"@fluidframework/container-runtime": "^0.59.1001",
|
|
70
|
+
"@fluidframework/container-runtime-definitions": "^0.59.1001",
|
|
71
71
|
"@fluidframework/core-interfaces": "^0.43.1000",
|
|
72
|
-
"@fluidframework/datastore": "0.59.1001
|
|
73
|
-
"@fluidframework/datastore-definitions": "0.59.1001
|
|
74
|
-
"@fluidframework/map": "0.59.1001
|
|
75
|
-
"@fluidframework/request-handler": "0.59.1001
|
|
76
|
-
"@fluidframework/runtime-definitions": "0.59.1001
|
|
77
|
-
"@fluidframework/runtime-utils": "0.59.1001
|
|
78
|
-
"@fluidframework/synthesize": "0.59.1001
|
|
79
|
-
"@fluidframework/view-interfaces": "0.59.1001
|
|
72
|
+
"@fluidframework/datastore": "^0.59.1001",
|
|
73
|
+
"@fluidframework/datastore-definitions": "^0.59.1001",
|
|
74
|
+
"@fluidframework/map": "^0.59.1001",
|
|
75
|
+
"@fluidframework/request-handler": "^0.59.1001",
|
|
76
|
+
"@fluidframework/runtime-definitions": "^0.59.1001",
|
|
77
|
+
"@fluidframework/runtime-utils": "^0.59.1001",
|
|
78
|
+
"@fluidframework/synthesize": "^0.59.1001",
|
|
79
|
+
"@fluidframework/view-interfaces": "^0.59.1001",
|
|
80
80
|
"uuid": "^8.3.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@^0.58.0",
|
|
84
84
|
"@fluidframework/build-common": "^0.23.0",
|
|
85
85
|
"@fluidframework/eslint-config-fluid": "^0.28.1000",
|
|
86
|
-
"@fluidframework/mocha-test-setup": "0.59.1001
|
|
86
|
+
"@fluidframework/mocha-test-setup": "^0.59.1001",
|
|
87
87
|
"@microsoft/api-extractor": "^7.16.1",
|
|
88
88
|
"@rushstack/eslint-config": "^2.5.1",
|
|
89
89
|
"@types/mocha": "^8.2.2",
|