fluid-framework 2.0.0-dev.7.4.0.215930 → 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/api-extractor-lint.json +13 -0
- package/dist/fluid-framework-alpha.d.ts +79 -150
- package/dist/fluid-framework-beta.d.ts +102 -175
- package/dist/fluid-framework-public.d.ts +102 -175
- package/lib/fluid-framework-alpha.d.ts +79 -150
- package/lib/fluid-framework-beta.d.ts +102 -175
- package/lib/fluid-framework-public.d.ts +102 -175
- package/package.json +9 -8
|
@@ -6,241 +6,168 @@
|
|
|
6
6
|
* @packageDocumentation
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import { ISerializableInterval } from '@fluidframework/sequence';
|
|
51
|
-
import { ISerializableValue } from '@fluidframework/map';
|
|
52
|
-
import { ISerializedValue } from '@fluidframework/map';
|
|
53
|
-
import { IServiceAudience } from '@fluidframework/fluid-static';
|
|
54
|
-
import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
|
|
55
|
-
import { ISharedDirectory } from '@fluidframework/map';
|
|
56
|
-
import { ISharedDirectoryEvents } from '@fluidframework/map';
|
|
57
|
-
import { ISharedIntervalCollection } from '@fluidframework/sequence';
|
|
58
|
-
import { ISharedMap } from '@fluidframework/map';
|
|
59
|
-
import { ISharedMapEvents } from '@fluidframework/map';
|
|
60
|
-
import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
|
|
61
|
-
import { ISharedString } from '@fluidframework/sequence';
|
|
62
|
-
import { IValueChanged } from '@fluidframework/map';
|
|
63
|
-
import { LoadableObjectClass } from '@fluidframework/fluid-static';
|
|
64
|
-
import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
|
|
65
|
-
import { LoadableObjectCtor } from '@fluidframework/fluid-static';
|
|
66
|
-
import { LoadableObjectRecord } from '@fluidframework/fluid-static';
|
|
67
|
-
import { LocalValueMaker } from '@fluidframework/map';
|
|
68
|
-
import { MapFactory } from '@fluidframework/map';
|
|
69
|
-
import { MemberChangedListener } from '@fluidframework/fluid-static';
|
|
70
|
-
import { SequenceDeltaEvent } from '@fluidframework/sequence';
|
|
71
|
-
import { SequenceEvent } from '@fluidframework/sequence';
|
|
72
|
-
import { SequenceInterval } from '@fluidframework/sequence';
|
|
73
|
-
import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
|
|
74
|
-
import { ServiceAudience } from '@fluidframework/fluid-static';
|
|
75
|
-
import { SharedDirectory } from '@fluidframework/map';
|
|
76
|
-
import { SharedIntervalCollection } from '@fluidframework/sequence';
|
|
77
|
-
import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
|
|
78
|
-
import { SharedMap } from '@fluidframework/map';
|
|
79
|
-
import { SharedObjectClass } from '@fluidframework/fluid-static';
|
|
80
|
-
import { SharedSegmentSequence } from '@fluidframework/sequence';
|
|
81
|
-
import { SharedSequence } from '@fluidframework/sequence';
|
|
82
|
-
import { SharedString } from '@fluidframework/sequence';
|
|
83
|
-
import { SharedStringFactory } from '@fluidframework/sequence';
|
|
84
|
-
import { SharedStringSegment } from '@fluidframework/sequence';
|
|
85
|
-
import { SubSequence } from '@fluidframework/sequence';
|
|
86
|
-
|
|
87
|
-
export { AttachState }
|
|
88
|
-
|
|
89
|
-
export { ConnectionState }
|
|
90
|
-
|
|
91
|
-
export { ContainerErrorType }
|
|
92
|
-
|
|
93
|
-
export { ContainerSchema }
|
|
94
|
-
|
|
95
|
-
export { DataObjectClass }
|
|
96
|
-
|
|
97
|
-
export { DeserializeCallback }
|
|
98
|
-
|
|
99
|
-
export { DirectoryFactory }
|
|
100
|
-
|
|
101
|
-
export { DOProviderContainerRuntimeFactory }
|
|
102
|
-
|
|
103
|
-
export { DriverErrorType }
|
|
104
|
-
|
|
105
|
-
export { FluidContainer }
|
|
106
|
-
|
|
107
|
-
export { getTextAndMarkers }
|
|
108
|
-
|
|
109
|
-
export { IConnection }
|
|
110
|
-
|
|
111
|
-
export { ICriticalContainerError }
|
|
112
|
-
|
|
113
|
-
export { IDirectory }
|
|
114
|
-
|
|
115
|
-
export { IDirectoryClearOperation }
|
|
116
|
-
|
|
117
|
-
export { IDirectoryCreateSubDirectoryOperation }
|
|
118
|
-
|
|
119
|
-
export { IDirectoryDataObject }
|
|
120
|
-
|
|
121
|
-
export { IDirectoryDeleteOperation }
|
|
122
|
-
|
|
123
|
-
export { IDirectoryDeleteSubDirectoryOperation }
|
|
124
|
-
|
|
125
|
-
export { IDirectoryEvents }
|
|
126
|
-
|
|
127
|
-
export { IDirectoryKeyOperation }
|
|
9
|
+
/* Excluded from this release type: AttachState */
|
|
10
|
+
|
|
11
|
+
/* Excluded from this release type: ConnectionState */
|
|
12
|
+
|
|
13
|
+
/* Excluded from this release type: ContainerErrorType */
|
|
14
|
+
|
|
15
|
+
/* Excluded from this release type: ContainerSchema */
|
|
16
|
+
|
|
17
|
+
/* Excluded from this release type: DataObjectClass */
|
|
18
|
+
|
|
19
|
+
/* Excluded from this release type: DeserializeCallback */
|
|
20
|
+
|
|
21
|
+
/* Excluded from this release type: DirectoryFactory */
|
|
22
|
+
|
|
23
|
+
/* Excluded from this release type: DOProviderContainerRuntimeFactory */
|
|
24
|
+
|
|
25
|
+
/* Excluded from this release type: DriverErrorType */
|
|
26
|
+
|
|
27
|
+
/* Excluded from this release type: FluidContainer */
|
|
28
|
+
|
|
29
|
+
/* Excluded from this release type: getTextAndMarkers */
|
|
30
|
+
|
|
31
|
+
/* Excluded from this release type: IConnection */
|
|
32
|
+
|
|
33
|
+
/* Excluded from this release type: ICriticalContainerError */
|
|
34
|
+
|
|
35
|
+
/* Excluded from this release type: IDirectory */
|
|
36
|
+
|
|
37
|
+
/* Excluded from this release type: IDirectoryClearOperation */
|
|
38
|
+
|
|
39
|
+
/* Excluded from this release type: IDirectoryCreateSubDirectoryOperation */
|
|
40
|
+
|
|
41
|
+
/* Excluded from this release type: IDirectoryDataObject */
|
|
42
|
+
|
|
43
|
+
/* Excluded from this release type: IDirectoryDeleteOperation */
|
|
44
|
+
|
|
45
|
+
/* Excluded from this release type: IDirectoryDeleteSubDirectoryOperation */
|
|
46
|
+
|
|
47
|
+
/* Excluded from this release type: IDirectoryEvents */
|
|
48
|
+
|
|
49
|
+
/* Excluded from this release type: IDirectoryKeyOperation */
|
|
128
50
|
|
|
129
51
|
/* Excluded from this release type: IDirectoryNewStorageFormat */
|
|
130
|
-
export { IDirectoryOperation }
|
|
131
52
|
|
|
132
|
-
|
|
53
|
+
/* Excluded from this release type: IDirectoryOperation */
|
|
54
|
+
|
|
55
|
+
/* Excluded from this release type: IDirectorySetOperation */
|
|
133
56
|
|
|
134
|
-
|
|
57
|
+
/* Excluded from this release type: IDirectoryStorageOperation */
|
|
135
58
|
|
|
136
|
-
|
|
59
|
+
/* Excluded from this release type: IDirectorySubDirectoryOperation */
|
|
137
60
|
|
|
138
|
-
|
|
61
|
+
/* Excluded from this release type: IDirectoryValueChanged */
|
|
139
62
|
|
|
140
|
-
|
|
63
|
+
/* Excluded from this release type: IFluidContainer */
|
|
141
64
|
|
|
142
|
-
|
|
65
|
+
/* Excluded from this release type: IFluidContainerEvents */
|
|
143
66
|
|
|
144
|
-
|
|
67
|
+
/* Excluded from this release type: IInterval */
|
|
145
68
|
|
|
146
|
-
|
|
69
|
+
/* Excluded from this release type: IIntervalCollection */
|
|
147
70
|
|
|
148
|
-
|
|
71
|
+
/* Excluded from this release type: IIntervalCollectionEvent */
|
|
149
72
|
|
|
150
|
-
|
|
73
|
+
/* Excluded from this release type: IIntervalHelpers */
|
|
151
74
|
|
|
152
|
-
|
|
75
|
+
/* Excluded from this release type: IJSONRunSegment */
|
|
153
76
|
|
|
154
|
-
|
|
77
|
+
/* Excluded from this release type: ILocalValue */
|
|
155
78
|
|
|
156
79
|
/* Excluded from this release type: IMapMessageLocalMetadata */
|
|
157
|
-
export { IMember }
|
|
158
80
|
|
|
159
|
-
|
|
81
|
+
/* Excluded from this release type: IMember */
|
|
82
|
+
|
|
83
|
+
/* Excluded from this release type: Interval */
|
|
160
84
|
|
|
161
|
-
|
|
85
|
+
/* Excluded from this release type: IntervalLocator */
|
|
162
86
|
|
|
163
|
-
|
|
87
|
+
/* Excluded from this release type: intervalLocatorFromEndpoint */
|
|
164
88
|
|
|
165
|
-
|
|
89
|
+
/* Excluded from this release type: IntervalType */
|
|
166
90
|
|
|
167
|
-
|
|
91
|
+
/* Excluded from this release type: IRootDataObject */
|
|
168
92
|
|
|
169
|
-
|
|
93
|
+
/* Excluded from this release type: ISequenceDeltaRange */
|
|
170
94
|
|
|
171
|
-
|
|
95
|
+
/* Excluded from this release type: ISerializableInterval */
|
|
172
96
|
|
|
173
|
-
|
|
97
|
+
/* Excluded from this release type: ISerializableValue */
|
|
174
98
|
|
|
175
99
|
/* Excluded from this release type: ISerializedInterval */
|
|
176
|
-
export { ISerializedValue }
|
|
177
100
|
|
|
178
|
-
|
|
101
|
+
/* Excluded from this release type: ISerializedValue */
|
|
179
102
|
|
|
180
|
-
|
|
103
|
+
/* Excluded from this release type: IServiceAudience */
|
|
181
104
|
|
|
182
|
-
|
|
105
|
+
/* Excluded from this release type: IServiceAudienceEvents */
|
|
183
106
|
|
|
184
|
-
|
|
107
|
+
/* Excluded from this release type: ISharedDirectory */
|
|
185
108
|
|
|
186
|
-
|
|
109
|
+
/* Excluded from this release type: ISharedDirectoryEvents */
|
|
187
110
|
|
|
188
|
-
|
|
111
|
+
/* Excluded from this release type: ISharedIntervalCollection */
|
|
189
112
|
|
|
190
|
-
|
|
113
|
+
/* Excluded from this release type: ISharedMap */
|
|
191
114
|
|
|
192
|
-
|
|
115
|
+
/* Excluded from this release type: ISharedMapEvents */
|
|
193
116
|
|
|
194
|
-
|
|
117
|
+
/* Excluded from this release type: ISharedSegmentSequenceEvents */
|
|
195
118
|
|
|
196
|
-
|
|
119
|
+
/* Excluded from this release type: ISharedString */
|
|
120
|
+
|
|
121
|
+
/* Excluded from this release type: IValueChanged */
|
|
197
122
|
|
|
198
123
|
/* Excluded from this release type: IValueOpEmitter */
|
|
199
|
-
export { LoadableObjectClass }
|
|
200
124
|
|
|
201
|
-
|
|
125
|
+
/* Excluded from this release type: LoadableObjectClass */
|
|
126
|
+
|
|
127
|
+
/* Excluded from this release type: LoadableObjectClassRecord */
|
|
202
128
|
|
|
203
|
-
|
|
129
|
+
/* Excluded from this release type: LoadableObjectCtor */
|
|
204
130
|
|
|
205
|
-
|
|
131
|
+
/* Excluded from this release type: LoadableObjectRecord */
|
|
206
132
|
|
|
207
|
-
|
|
133
|
+
/* Excluded from this release type: LocalValueMaker */
|
|
208
134
|
|
|
209
|
-
|
|
135
|
+
/* Excluded from this release type: MapFactory */
|
|
210
136
|
|
|
211
|
-
|
|
137
|
+
/* Excluded from this release type: MemberChangedListener */
|
|
212
138
|
|
|
213
|
-
|
|
139
|
+
/* Excluded from this release type: SequenceDeltaEvent */
|
|
214
140
|
|
|
215
|
-
|
|
141
|
+
/* Excluded from this release type: SequenceEvent */
|
|
216
142
|
|
|
217
|
-
|
|
143
|
+
/* Excluded from this release type: SequenceInterval */
|
|
218
144
|
|
|
219
|
-
|
|
145
|
+
/* Excluded from this release type: SequenceMaintenanceEvent */
|
|
220
146
|
|
|
221
147
|
/* Excluded from this release type: SerializedIntervalDelta */
|
|
222
|
-
export { ServiceAudience }
|
|
223
148
|
|
|
224
|
-
|
|
149
|
+
/* Excluded from this release type: ServiceAudience */
|
|
150
|
+
|
|
151
|
+
/* Excluded from this release type: SharedDirectory */
|
|
225
152
|
|
|
226
|
-
|
|
153
|
+
/* Excluded from this release type: SharedIntervalCollection */
|
|
227
154
|
|
|
228
|
-
|
|
155
|
+
/* Excluded from this release type: SharedIntervalCollectionFactory */
|
|
229
156
|
|
|
230
|
-
|
|
157
|
+
/* Excluded from this release type: SharedMap */
|
|
231
158
|
|
|
232
|
-
|
|
159
|
+
/* Excluded from this release type: SharedObjectClass */
|
|
233
160
|
|
|
234
|
-
|
|
161
|
+
/* Excluded from this release type: SharedSegmentSequence */
|
|
235
162
|
|
|
236
|
-
|
|
163
|
+
/* Excluded from this release type: SharedSequence */
|
|
237
164
|
|
|
238
|
-
|
|
165
|
+
/* Excluded from this release type: SharedString */
|
|
239
166
|
|
|
240
|
-
|
|
167
|
+
/* Excluded from this release type: SharedStringFactory */
|
|
241
168
|
|
|
242
|
-
|
|
169
|
+
/* Excluded from this release type: SharedStringSegment */
|
|
243
170
|
|
|
244
|
-
|
|
171
|
+
/* Excluded from this release type: SubSequence */
|
|
245
172
|
|
|
246
173
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.217212",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"module": "lib/index.mjs",
|
|
28
28
|
"types": "dist/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.
|
|
31
|
-
"@fluidframework/container-loader": "2.0.0-dev.7.4.0.
|
|
32
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
33
|
-
"@fluidframework/fluid-static": "2.0.0-dev.7.4.0.
|
|
34
|
-
"@fluidframework/map": "2.0.0-dev.7.4.0.
|
|
35
|
-
"@fluidframework/sequence": "2.0.0-dev.7.4.0.
|
|
30
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
|
|
31
|
+
"@fluidframework/container-loader": "2.0.0-dev.7.4.0.217212",
|
|
32
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217212",
|
|
33
|
+
"@fluidframework/fluid-static": "2.0.0-dev.7.4.0.217212",
|
|
34
|
+
"@fluidframework/map": "2.0.0-dev.7.4.0.217212",
|
|
35
|
+
"@fluidframework/sequence": "2.0.0-dev.7.4.0.217212"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
@@ -77,12 +77,13 @@
|
|
|
77
77
|
"build:compile": "fluid-build . --task compile",
|
|
78
78
|
"build:docs": "fluid-build . --task api",
|
|
79
79
|
"build:esnext": "tsc-multi --config ../../../common/build/build-common/tsc-multi.esm.json",
|
|
80
|
+
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
80
81
|
"ci:build:docs": "api-extractor run",
|
|
81
82
|
"clean": "rimraf --glob _api-extractor-temp dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
82
83
|
"eslint": "eslint --format stylish src",
|
|
83
84
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
84
85
|
"format": "npm run prettier:fix",
|
|
85
|
-
"lint": "npm run prettier && npm run eslint",
|
|
86
|
+
"lint": "npm run prettier && npm run check:release-tags && npm run eslint",
|
|
86
87
|
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
87
88
|
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
88
89
|
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|