fluid-framework 2.0.0-dev.7.4.0.215930 → 2.0.0-dev.7.4.0.216897

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.
@@ -6,241 +6,168 @@
6
6
  * @packageDocumentation
7
7
  */
8
8
 
9
- import { AttachState } from '@fluidframework/container-definitions';
10
- import { ConnectionState } from '@fluidframework/container-loader';
11
- import { ContainerErrorType } from '@fluidframework/container-definitions';
12
- import { ContainerSchema } from '@fluidframework/fluid-static';
13
- import { DataObjectClass } from '@fluidframework/fluid-static';
14
- import { DeserializeCallback } from '@fluidframework/sequence';
15
- import { DirectoryFactory } from '@fluidframework/map';
16
- import { DOProviderContainerRuntimeFactory } from '@fluidframework/fluid-static';
17
- import { DriverErrorType } from '@fluidframework/driver-definitions';
18
- import { FluidContainer } from '@fluidframework/fluid-static';
19
- import { getTextAndMarkers } from '@fluidframework/sequence';
20
- import { IConnection } from '@fluidframework/fluid-static';
21
- import { ICriticalContainerError } from '@fluidframework/container-definitions';
22
- import { IDirectory } from '@fluidframework/map';
23
- import { IDirectoryClearOperation } from '@fluidframework/map';
24
- import { IDirectoryCreateSubDirectoryOperation } from '@fluidframework/map';
25
- import { IDirectoryDataObject } from '@fluidframework/map';
26
- import { IDirectoryDeleteOperation } from '@fluidframework/map';
27
- import { IDirectoryDeleteSubDirectoryOperation } from '@fluidframework/map';
28
- import { IDirectoryEvents } from '@fluidframework/map';
29
- import { IDirectoryKeyOperation } from '@fluidframework/map';
30
- import { IDirectoryOperation } from '@fluidframework/map';
31
- import { IDirectorySetOperation } from '@fluidframework/map';
32
- import { IDirectoryStorageOperation } from '@fluidframework/map';
33
- import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
34
- import { IDirectoryValueChanged } from '@fluidframework/map';
35
- import { IFluidContainer } from '@fluidframework/fluid-static';
36
- import { IFluidContainerEvents } from '@fluidframework/fluid-static';
37
- import { IInterval } from '@fluidframework/sequence';
38
- import { IIntervalCollection } from '@fluidframework/sequence';
39
- import { IIntervalCollectionEvent } from '@fluidframework/sequence';
40
- import { IIntervalHelpers } from '@fluidframework/sequence';
41
- import { IJSONRunSegment } from '@fluidframework/sequence';
42
- import { ILocalValue } from '@fluidframework/map';
43
- import { IMember } from '@fluidframework/fluid-static';
44
- import { Interval } from '@fluidframework/sequence';
45
- import { IntervalLocator } from '@fluidframework/sequence';
46
- import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
47
- import { IntervalType } from '@fluidframework/sequence';
48
- import { IRootDataObject } from '@fluidframework/fluid-static';
49
- import { ISequenceDeltaRange } from '@fluidframework/sequence';
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
- export { IDirectorySetOperation }
53
+ /* Excluded from this release type: IDirectoryOperation */
54
+
55
+ /* Excluded from this release type: IDirectorySetOperation */
133
56
 
134
- export { IDirectoryStorageOperation }
57
+ /* Excluded from this release type: IDirectoryStorageOperation */
135
58
 
136
- export { IDirectorySubDirectoryOperation }
59
+ /* Excluded from this release type: IDirectorySubDirectoryOperation */
137
60
 
138
- export { IDirectoryValueChanged }
61
+ /* Excluded from this release type: IDirectoryValueChanged */
139
62
 
140
- export { IFluidContainer }
63
+ /* Excluded from this release type: IFluidContainer */
141
64
 
142
- export { IFluidContainerEvents }
65
+ /* Excluded from this release type: IFluidContainerEvents */
143
66
 
144
- export { IInterval }
67
+ /* Excluded from this release type: IInterval */
145
68
 
146
- export { IIntervalCollection }
69
+ /* Excluded from this release type: IIntervalCollection */
147
70
 
148
- export { IIntervalCollectionEvent }
71
+ /* Excluded from this release type: IIntervalCollectionEvent */
149
72
 
150
- export { IIntervalHelpers }
73
+ /* Excluded from this release type: IIntervalHelpers */
151
74
 
152
- export { IJSONRunSegment }
75
+ /* Excluded from this release type: IJSONRunSegment */
153
76
 
154
- export { ILocalValue }
77
+ /* Excluded from this release type: ILocalValue */
155
78
 
156
79
  /* Excluded from this release type: IMapMessageLocalMetadata */
157
- export { IMember }
158
80
 
159
- export { Interval }
81
+ /* Excluded from this release type: IMember */
82
+
83
+ /* Excluded from this release type: Interval */
160
84
 
161
- export { IntervalLocator }
85
+ /* Excluded from this release type: IntervalLocator */
162
86
 
163
- export { intervalLocatorFromEndpoint }
87
+ /* Excluded from this release type: intervalLocatorFromEndpoint */
164
88
 
165
- export { IntervalType }
89
+ /* Excluded from this release type: IntervalType */
166
90
 
167
- export { IRootDataObject }
91
+ /* Excluded from this release type: IRootDataObject */
168
92
 
169
- export { ISequenceDeltaRange }
93
+ /* Excluded from this release type: ISequenceDeltaRange */
170
94
 
171
- export { ISerializableInterval }
95
+ /* Excluded from this release type: ISerializableInterval */
172
96
 
173
- export { ISerializableValue }
97
+ /* Excluded from this release type: ISerializableValue */
174
98
 
175
99
  /* Excluded from this release type: ISerializedInterval */
176
- export { ISerializedValue }
177
100
 
178
- export { IServiceAudience }
101
+ /* Excluded from this release type: ISerializedValue */
179
102
 
180
- export { IServiceAudienceEvents }
103
+ /* Excluded from this release type: IServiceAudience */
181
104
 
182
- export { ISharedDirectory }
105
+ /* Excluded from this release type: IServiceAudienceEvents */
183
106
 
184
- export { ISharedDirectoryEvents }
107
+ /* Excluded from this release type: ISharedDirectory */
185
108
 
186
- export { ISharedIntervalCollection }
109
+ /* Excluded from this release type: ISharedDirectoryEvents */
187
110
 
188
- export { ISharedMap }
111
+ /* Excluded from this release type: ISharedIntervalCollection */
189
112
 
190
- export { ISharedMapEvents }
113
+ /* Excluded from this release type: ISharedMap */
191
114
 
192
- export { ISharedSegmentSequenceEvents }
115
+ /* Excluded from this release type: ISharedMapEvents */
193
116
 
194
- export { ISharedString }
117
+ /* Excluded from this release type: ISharedSegmentSequenceEvents */
195
118
 
196
- export { IValueChanged }
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
- export { LoadableObjectClassRecord }
125
+ /* Excluded from this release type: LoadableObjectClass */
126
+
127
+ /* Excluded from this release type: LoadableObjectClassRecord */
202
128
 
203
- export { LoadableObjectCtor }
129
+ /* Excluded from this release type: LoadableObjectCtor */
204
130
 
205
- export { LoadableObjectRecord }
131
+ /* Excluded from this release type: LoadableObjectRecord */
206
132
 
207
- export { LocalValueMaker }
133
+ /* Excluded from this release type: LocalValueMaker */
208
134
 
209
- export { MapFactory }
135
+ /* Excluded from this release type: MapFactory */
210
136
 
211
- export { MemberChangedListener }
137
+ /* Excluded from this release type: MemberChangedListener */
212
138
 
213
- export { SequenceDeltaEvent }
139
+ /* Excluded from this release type: SequenceDeltaEvent */
214
140
 
215
- export { SequenceEvent }
141
+ /* Excluded from this release type: SequenceEvent */
216
142
 
217
- export { SequenceInterval }
143
+ /* Excluded from this release type: SequenceInterval */
218
144
 
219
- export { SequenceMaintenanceEvent }
145
+ /* Excluded from this release type: SequenceMaintenanceEvent */
220
146
 
221
147
  /* Excluded from this release type: SerializedIntervalDelta */
222
- export { ServiceAudience }
223
148
 
224
- export { SharedDirectory }
149
+ /* Excluded from this release type: ServiceAudience */
150
+
151
+ /* Excluded from this release type: SharedDirectory */
225
152
 
226
- export { SharedIntervalCollection }
153
+ /* Excluded from this release type: SharedIntervalCollection */
227
154
 
228
- export { SharedIntervalCollectionFactory }
155
+ /* Excluded from this release type: SharedIntervalCollectionFactory */
229
156
 
230
- export { SharedMap }
157
+ /* Excluded from this release type: SharedMap */
231
158
 
232
- export { SharedObjectClass }
159
+ /* Excluded from this release type: SharedObjectClass */
233
160
 
234
- export { SharedSegmentSequence }
161
+ /* Excluded from this release type: SharedSegmentSequence */
235
162
 
236
- export { SharedSequence }
163
+ /* Excluded from this release type: SharedSequence */
237
164
 
238
- export { SharedString }
165
+ /* Excluded from this release type: SharedString */
239
166
 
240
- export { SharedStringFactory }
167
+ /* Excluded from this release type: SharedStringFactory */
241
168
 
242
- export { SharedStringSegment }
169
+ /* Excluded from this release type: SharedStringSegment */
243
170
 
244
- export { SubSequence }
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.215930",
3
+ "version": "2.0.0-dev.7.4.0.216897",
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.215930",
31
- "@fluidframework/container-loader": "2.0.0-dev.7.4.0.215930",
32
- "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.215930",
33
- "@fluidframework/fluid-static": "2.0.0-dev.7.4.0.215930",
34
- "@fluidframework/map": "2.0.0-dev.7.4.0.215930",
35
- "@fluidframework/sequence": "2.0.0-dev.7.4.0.215930"
30
+ "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.216897",
31
+ "@fluidframework/container-loader": "2.0.0-dev.7.4.0.216897",
32
+ "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.216897",
33
+ "@fluidframework/fluid-static": "2.0.0-dev.7.4.0.216897",
34
+ "@fluidframework/map": "2.0.0-dev.7.4.0.216897",
35
+ "@fluidframework/sequence": "2.0.0-dev.7.4.0.216897"
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",