@fluidframework/container-runtime 2.0.0-dev.7.4.0.216897 → 2.0.0-dev.7.4.0.217212
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/container-runtime-alpha.d.ts +18 -36
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/container-runtime-alpha.d.ts +18 -36
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +15 -15
- package/src/packageVersion.ts +1 -1
|
@@ -1,6 +1,24 @@
|
|
|
1
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
2
|
+
import { ContainerWarning } from '@fluidframework/container-definitions';
|
|
3
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
1
5
|
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
6
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
7
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
9
|
+
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
2
10
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
11
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
12
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
13
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
14
|
+
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
15
|
+
import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
|
|
16
|
+
import { ILoader } from '@fluidframework/container-definitions';
|
|
17
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
3
18
|
import { IQuorumClients } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
21
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
4
22
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
5
23
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
6
24
|
import { ISummaryAck } from '@fluidframework/protocol-definitions';
|
|
@@ -17,8 +35,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
17
35
|
|
|
18
36
|
/* Excluded from this release type: assertIsStableId */
|
|
19
37
|
|
|
20
|
-
/* Excluded from this release type: AttachState */
|
|
21
|
-
|
|
22
38
|
/* Excluded from this release type: CompatModeBehavior */
|
|
23
39
|
|
|
24
40
|
/* Excluded from this release type: CompressionAlgorithms */
|
|
@@ -29,8 +45,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
29
45
|
|
|
30
46
|
/* Excluded from this release type: ContainerRuntimeMessage */
|
|
31
47
|
|
|
32
|
-
/* Excluded from this release type: ContainerWarning */
|
|
33
|
-
|
|
34
48
|
/* Excluded from this release type: DefaultSummaryConfiguration */
|
|
35
49
|
|
|
36
50
|
/* Excluded from this release type: EnqueueSummarizeResult */
|
|
@@ -39,8 +53,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
39
53
|
|
|
40
54
|
/* Excluded from this release type: FluidDataStoreRegistryEntry */
|
|
41
55
|
|
|
42
|
-
/* Excluded from this release type: FluidObject */
|
|
43
|
-
|
|
44
56
|
/* Excluded from this release type: FlushMode */
|
|
45
57
|
|
|
46
58
|
/* Excluded from this release type: GCFeatureMatrix */
|
|
@@ -55,8 +67,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
55
67
|
|
|
56
68
|
/* Excluded from this release type: IAckSummaryResult */
|
|
57
69
|
|
|
58
|
-
/* Excluded from this release type: IAudience */
|
|
59
|
-
|
|
60
70
|
/* Excluded from this release type: IBaseSummarizeResult */
|
|
61
71
|
|
|
62
72
|
/* Excluded from this release type: IBlobManagerLoadInfo */
|
|
@@ -75,8 +85,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
75
85
|
|
|
76
86
|
/* Excluded from this release type: IConnectableRuntime */
|
|
77
87
|
|
|
78
|
-
/* Excluded from this release type: IContainerContext */
|
|
79
|
-
|
|
80
88
|
/* Excluded from this release type: IContainerRuntime */
|
|
81
89
|
|
|
82
90
|
/* Excluded from this release type: IContainerRuntimeEvents */
|
|
@@ -89,22 +97,10 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
89
97
|
|
|
90
98
|
/* Excluded from this release type: ICreateContainerMetadata */
|
|
91
99
|
|
|
92
|
-
/* Excluded from this release type: ICriticalContainerError */
|
|
93
|
-
|
|
94
100
|
/* Excluded from this release type: IDataStore */
|
|
95
101
|
|
|
96
|
-
/* Excluded from this release type: IDeltaManager */
|
|
97
|
-
|
|
98
|
-
/* Excluded from this release type: IDisposable */
|
|
99
|
-
|
|
100
|
-
/* Excluded from this release type: IDocumentStorageService */
|
|
101
|
-
|
|
102
102
|
/* Excluded from this release type: IEnqueueSummarizeOptions */
|
|
103
103
|
|
|
104
|
-
/* Excluded from this release type: IEvent */
|
|
105
|
-
|
|
106
|
-
/* Excluded from this release type: IEventProvider */
|
|
107
|
-
|
|
108
104
|
/* Excluded from this release type: IFluidDataStoreContextDetached */
|
|
109
105
|
|
|
110
106
|
/* Excluded from this release type: IFluidDataStoreRegistry */
|
|
@@ -113,8 +109,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
113
109
|
|
|
114
110
|
/* Excluded from this release type: IFluidHandleContext */
|
|
115
111
|
|
|
116
|
-
/* Excluded from this release type: IFluidRouter */
|
|
117
|
-
|
|
118
112
|
/* Excluded from this release type: IGarbageCollectionData */
|
|
119
113
|
|
|
120
114
|
/* Excluded from this release type: IGCMetadata */
|
|
@@ -127,16 +121,10 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
127
121
|
|
|
128
122
|
/* Excluded from this release type: IGenerateSummaryTreeResult */
|
|
129
123
|
|
|
130
|
-
/* Excluded from this release type: IGetPendingLocalStateProps */
|
|
131
|
-
|
|
132
124
|
/* Excluded from this release type: IIdCompressor */
|
|
133
125
|
|
|
134
126
|
/* Excluded from this release type: IIdCompressorCore */
|
|
135
127
|
|
|
136
|
-
/* Excluded from this release type: ILoader */
|
|
137
|
-
|
|
138
|
-
/* Excluded from this release type: ILoaderOptions */
|
|
139
|
-
|
|
140
128
|
/* Excluded from this release type: IMarkPhaseStats */
|
|
141
129
|
|
|
142
130
|
/* Excluded from this release type: INackSummaryResult */
|
|
@@ -149,14 +137,8 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
149
137
|
|
|
150
138
|
/* Excluded from this release type: IRefreshSummaryAckOptions */
|
|
151
139
|
|
|
152
|
-
/* Excluded from this release type: IRequest */
|
|
153
|
-
|
|
154
|
-
/* Excluded from this release type: IResponse */
|
|
155
|
-
|
|
156
140
|
/* Excluded from this release type: IRetriableFailureResult */
|
|
157
141
|
|
|
158
|
-
/* Excluded from this release type: IRuntime */
|
|
159
|
-
|
|
160
142
|
/* Excluded from this release type: ISerializedElection */
|
|
161
143
|
|
|
162
144
|
/* Excluded from this release type: isRuntimeMessage */
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/container-runtime";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev.7.4.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev.7.4.0.217212";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
|
|
@@ -1,6 +1,24 @@
|
|
|
1
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
2
|
+
import { ContainerWarning } from '@fluidframework/container-definitions';
|
|
3
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
4
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
1
5
|
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
6
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
7
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
9
|
+
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
2
10
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
11
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
12
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
13
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
14
|
+
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
15
|
+
import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
|
|
16
|
+
import { ILoader } from '@fluidframework/container-definitions';
|
|
17
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
3
18
|
import { IQuorumClients } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
21
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
4
22
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
5
23
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
6
24
|
import { ISummaryAck } from '@fluidframework/protocol-definitions';
|
|
@@ -17,8 +35,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
17
35
|
|
|
18
36
|
/* Excluded from this release type: assertIsStableId */
|
|
19
37
|
|
|
20
|
-
/* Excluded from this release type: AttachState */
|
|
21
|
-
|
|
22
38
|
/* Excluded from this release type: CompatModeBehavior */
|
|
23
39
|
|
|
24
40
|
/* Excluded from this release type: CompressionAlgorithms */
|
|
@@ -29,8 +45,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
29
45
|
|
|
30
46
|
/* Excluded from this release type: ContainerRuntimeMessage */
|
|
31
47
|
|
|
32
|
-
/* Excluded from this release type: ContainerWarning */
|
|
33
|
-
|
|
34
48
|
/* Excluded from this release type: DefaultSummaryConfiguration */
|
|
35
49
|
|
|
36
50
|
/* Excluded from this release type: EnqueueSummarizeResult */
|
|
@@ -39,8 +53,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
39
53
|
|
|
40
54
|
/* Excluded from this release type: FluidDataStoreRegistryEntry */
|
|
41
55
|
|
|
42
|
-
/* Excluded from this release type: FluidObject */
|
|
43
|
-
|
|
44
56
|
/* Excluded from this release type: FlushMode */
|
|
45
57
|
|
|
46
58
|
/* Excluded from this release type: GCFeatureMatrix */
|
|
@@ -55,8 +67,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
55
67
|
|
|
56
68
|
/* Excluded from this release type: IAckSummaryResult */
|
|
57
69
|
|
|
58
|
-
/* Excluded from this release type: IAudience */
|
|
59
|
-
|
|
60
70
|
/* Excluded from this release type: IBaseSummarizeResult */
|
|
61
71
|
|
|
62
72
|
/* Excluded from this release type: IBlobManagerLoadInfo */
|
|
@@ -75,8 +85,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
75
85
|
|
|
76
86
|
/* Excluded from this release type: IConnectableRuntime */
|
|
77
87
|
|
|
78
|
-
/* Excluded from this release type: IContainerContext */
|
|
79
|
-
|
|
80
88
|
/* Excluded from this release type: IContainerRuntime */
|
|
81
89
|
|
|
82
90
|
/* Excluded from this release type: IContainerRuntimeEvents */
|
|
@@ -89,22 +97,10 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
89
97
|
|
|
90
98
|
/* Excluded from this release type: ICreateContainerMetadata */
|
|
91
99
|
|
|
92
|
-
/* Excluded from this release type: ICriticalContainerError */
|
|
93
|
-
|
|
94
100
|
/* Excluded from this release type: IDataStore */
|
|
95
101
|
|
|
96
|
-
/* Excluded from this release type: IDeltaManager */
|
|
97
|
-
|
|
98
|
-
/* Excluded from this release type: IDisposable */
|
|
99
|
-
|
|
100
|
-
/* Excluded from this release type: IDocumentStorageService */
|
|
101
|
-
|
|
102
102
|
/* Excluded from this release type: IEnqueueSummarizeOptions */
|
|
103
103
|
|
|
104
|
-
/* Excluded from this release type: IEvent */
|
|
105
|
-
|
|
106
|
-
/* Excluded from this release type: IEventProvider */
|
|
107
|
-
|
|
108
104
|
/* Excluded from this release type: IFluidDataStoreContextDetached */
|
|
109
105
|
|
|
110
106
|
/* Excluded from this release type: IFluidDataStoreRegistry */
|
|
@@ -113,8 +109,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
113
109
|
|
|
114
110
|
/* Excluded from this release type: IFluidHandleContext */
|
|
115
111
|
|
|
116
|
-
/* Excluded from this release type: IFluidRouter */
|
|
117
|
-
|
|
118
112
|
/* Excluded from this release type: IGarbageCollectionData */
|
|
119
113
|
|
|
120
114
|
/* Excluded from this release type: IGCMetadata */
|
|
@@ -127,16 +121,10 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
127
121
|
|
|
128
122
|
/* Excluded from this release type: IGenerateSummaryTreeResult */
|
|
129
123
|
|
|
130
|
-
/* Excluded from this release type: IGetPendingLocalStateProps */
|
|
131
|
-
|
|
132
124
|
/* Excluded from this release type: IIdCompressor */
|
|
133
125
|
|
|
134
126
|
/* Excluded from this release type: IIdCompressorCore */
|
|
135
127
|
|
|
136
|
-
/* Excluded from this release type: ILoader */
|
|
137
|
-
|
|
138
|
-
/* Excluded from this release type: ILoaderOptions */
|
|
139
|
-
|
|
140
128
|
/* Excluded from this release type: IMarkPhaseStats */
|
|
141
129
|
|
|
142
130
|
/* Excluded from this release type: INackSummaryResult */
|
|
@@ -149,14 +137,8 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
149
137
|
|
|
150
138
|
/* Excluded from this release type: IRefreshSummaryAckOptions */
|
|
151
139
|
|
|
152
|
-
/* Excluded from this release type: IRequest */
|
|
153
|
-
|
|
154
|
-
/* Excluded from this release type: IResponse */
|
|
155
|
-
|
|
156
140
|
/* Excluded from this release type: IRetriableFailureResult */
|
|
157
141
|
|
|
158
|
-
/* Excluded from this release type: IRuntime */
|
|
159
|
-
|
|
160
142
|
/* Excluded from this release type: ISerializedElection */
|
|
161
143
|
|
|
162
144
|
/* Excluded from this release type: isRuntimeMessage */
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev.7.4.0.217212";
|
|
9
9
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,wBAAwB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.217212",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.
|
|
39
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.
|
|
40
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.
|
|
41
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
42
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
43
|
-
"@fluidframework/datastore": "2.0.0-dev.7.4.0.
|
|
44
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
45
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.
|
|
38
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217212",
|
|
39
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
|
|
40
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217212",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
|
|
42
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
|
|
43
|
+
"@fluidframework/datastore": "2.0.0-dev.7.4.0.217212",
|
|
44
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217212",
|
|
45
|
+
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217212",
|
|
46
46
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
47
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.
|
|
48
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.
|
|
49
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
47
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217212",
|
|
48
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217212",
|
|
49
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217212",
|
|
50
50
|
"double-ended-queue": "^2.1.0-0",
|
|
51
51
|
"events": "^3.1.0",
|
|
52
52
|
"lz4js": "^0.2.0",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"uuid": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.
|
|
57
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.217212",
|
|
58
58
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
59
59
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
61
|
"@fluidframework/build-tools": "^0.28.0",
|
|
62
62
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.7.2.0",
|
|
63
63
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
64
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
65
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.
|
|
64
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217212",
|
|
65
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217212",
|
|
66
66
|
"@microsoft/api-extractor": "^7.38.3",
|
|
67
67
|
"@types/double-ended-queue": "^2.1.0",
|
|
68
68
|
"@types/events": "^3.0.0",
|
package/src/packageVersion.ts
CHANGED