@fluidframework/aqueduct 0.47.0-36362 → 0.48.0-38105
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 +14 -14
|
@@ -577,8 +577,8 @@
|
|
|
577
577
|
"affectsGlobalScope": false
|
|
578
578
|
},
|
|
579
579
|
"../../../../runtime/runtime-definitions/dist/summary.d.ts": {
|
|
580
|
-
"version": "
|
|
581
|
-
"signature": "
|
|
580
|
+
"version": "b57adc2f38034b6b33004bd05523b5384ffc9953dfa9c71c59ac6a54c64e3ff9",
|
|
581
|
+
"signature": "b57adc2f38034b6b33004bd05523b5384ffc9953dfa9c71c59ac6a54c64e3ff9",
|
|
582
582
|
"affectsGlobalScope": false
|
|
583
583
|
},
|
|
584
584
|
"../../../../runtime/runtime-definitions/dist/dataStoreContext.d.ts": {
|
|
@@ -687,8 +687,8 @@
|
|
|
687
687
|
"affectsGlobalScope": false
|
|
688
688
|
},
|
|
689
689
|
"../../../../runtime/runtime-utils/dist/summarizerNode/summarizerNodeWithGc.d.ts": {
|
|
690
|
-
"version": "
|
|
691
|
-
"signature": "
|
|
690
|
+
"version": "cd4044edb18b8c74c91dcca31cb1c8267dd2940a521a953d05d7c691f8ea694f",
|
|
691
|
+
"signature": "cd4044edb18b8c74c91dcca31cb1c8267dd2940a521a953d05d7c691f8ea694f",
|
|
692
692
|
"affectsGlobalScope": false
|
|
693
693
|
},
|
|
694
694
|
"../../../../runtime/runtime-utils/dist/summarizerNode/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0-38105",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -61,24 +61,24 @@
|
|
|
61
61
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
62
62
|
"@fluidframework/common-utils": "^0.32.1",
|
|
63
63
|
"@fluidframework/container-definitions": "^0.39.8",
|
|
64
|
-
"@fluidframework/container-loader": "0.
|
|
65
|
-
"@fluidframework/container-runtime": "0.
|
|
66
|
-
"@fluidframework/container-runtime-definitions": "0.
|
|
64
|
+
"@fluidframework/container-loader": "0.48.0-38105",
|
|
65
|
+
"@fluidframework/container-runtime": "0.48.0-38105",
|
|
66
|
+
"@fluidframework/container-runtime-definitions": "0.48.0-38105",
|
|
67
67
|
"@fluidframework/core-interfaces": "^0.39.7",
|
|
68
|
-
"@fluidframework/datastore": "0.
|
|
69
|
-
"@fluidframework/datastore-definitions": "0.
|
|
70
|
-
"@fluidframework/map": "0.
|
|
71
|
-
"@fluidframework/request-handler": "0.
|
|
72
|
-
"@fluidframework/runtime-definitions": "0.
|
|
73
|
-
"@fluidframework/runtime-utils": "0.
|
|
74
|
-
"@fluidframework/synthesize": "0.
|
|
75
|
-
"@fluidframework/view-interfaces": "0.
|
|
68
|
+
"@fluidframework/datastore": "0.48.0-38105",
|
|
69
|
+
"@fluidframework/datastore-definitions": "0.48.0-38105",
|
|
70
|
+
"@fluidframework/map": "0.48.0-38105",
|
|
71
|
+
"@fluidframework/request-handler": "0.48.0-38105",
|
|
72
|
+
"@fluidframework/runtime-definitions": "0.48.0-38105",
|
|
73
|
+
"@fluidframework/runtime-utils": "0.48.0-38105",
|
|
74
|
+
"@fluidframework/synthesize": "0.48.0-38105",
|
|
75
|
+
"@fluidframework/view-interfaces": "0.48.0-38105",
|
|
76
76
|
"uuid": "^8.3.1"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@fluidframework/build-common": "^0.
|
|
79
|
+
"@fluidframework/build-common": "^0.23.0-0",
|
|
80
80
|
"@fluidframework/eslint-config-fluid": "^0.23.0",
|
|
81
|
-
"@fluidframework/mocha-test-setup": "0.
|
|
81
|
+
"@fluidframework/mocha-test-setup": "0.48.0-38105",
|
|
82
82
|
"@microsoft/api-extractor": "^7.16.1",
|
|
83
83
|
"@types/mocha": "^8.2.2",
|
|
84
84
|
"@types/node": "^12.19.0",
|