fluid-framework 2.0.0-internal.7.3.0 → 2.0.0-internal.7.4.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # fluid-framework
2
2
 
3
+ ## 2.0.0-internal.7.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - azure-client: Deprecated FluidStatic Classes ([#18402](https://github.com/microsoft/FluidFramework/issues/18402)) [589ec39de5](https://github.com/microsoft/FluidFramework/commits/589ec39de52116c7f782319e6f6aa61bc5aa9964)
8
+
9
+ Several FluidStatic classes were unnecessarily exposed. They have been replaced with creation functions. This helps us
10
+ keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
11
+ public surface area of downstream packages. The deprecated classes are as follows:
12
+
13
+ - `AzureAudience` (use `IAzureAudience` instead)
14
+ - `TinyliciousAudience` (use `ITinyliciousAudience` instead)
15
+ - `DOProviderContainerRuntimeFactory`
16
+ - `FluidContainer`
17
+ - `ServiceAudience`
18
+
3
19
  ## 2.0.0-internal.7.3.0
4
20
 
5
21
  Dependency updates only.
@@ -0,0 +1,13 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "../../../common/build/build-common/api-extractor-lint.json",
4
+ "messages": {
5
+ "extractorMessageReporting": {
6
+ // TODO: remove once base config has this enabled as an error
7
+ "ae-incompatible-release-tags": {
8
+ "logLevel": "error",
9
+ "addToApiReportFile": false
10
+ }
11
+ }
12
+ }
13
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "@fluidframework/build-common/api-extractor-base.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-base.json"
4
4
  }
@@ -0,0 +1,244 @@
1
+ /**
2
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
3
+ * when paired with a corresponding service client library (for example,
4
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
5
+ *
6
+ * @packageDocumentation
7
+ */
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 { IDirectoryNewStorageFormat } from '@fluidframework/map';
31
+ import { IDirectoryOperation } from '@fluidframework/map';
32
+ import { IDirectorySetOperation } from '@fluidframework/map';
33
+ import { IDirectoryStorageOperation } from '@fluidframework/map';
34
+ import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
35
+ import { IDirectoryValueChanged } from '@fluidframework/map';
36
+ import { IFluidContainer } from '@fluidframework/fluid-static';
37
+ import { IFluidContainerEvents } from '@fluidframework/fluid-static';
38
+ import { IInterval } from '@fluidframework/sequence';
39
+ import { IIntervalCollection } from '@fluidframework/sequence';
40
+ import { IIntervalCollectionEvent } from '@fluidframework/sequence';
41
+ import { IIntervalHelpers } from '@fluidframework/sequence';
42
+ import { IJSONRunSegment } from '@fluidframework/sequence';
43
+ import { ILocalValue } from '@fluidframework/map';
44
+ import { IMapMessageLocalMetadata } from '@fluidframework/sequence';
45
+ import { IMember } from '@fluidframework/fluid-static';
46
+ import { Interval } from '@fluidframework/sequence';
47
+ import { IntervalLocator } from '@fluidframework/sequence';
48
+ import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
49
+ import { IntervalType } from '@fluidframework/sequence';
50
+ import { IRootDataObject } from '@fluidframework/fluid-static';
51
+ import { ISequenceDeltaRange } from '@fluidframework/sequence';
52
+ import { ISerializableInterval } from '@fluidframework/sequence';
53
+ import { ISerializableValue } from '@fluidframework/map';
54
+ import { ISerializedInterval } from '@fluidframework/sequence';
55
+ import { ISerializedValue } from '@fluidframework/map';
56
+ import { IServiceAudience } from '@fluidframework/fluid-static';
57
+ import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
58
+ import { ISharedDirectory } from '@fluidframework/map';
59
+ import { ISharedDirectoryEvents } from '@fluidframework/map';
60
+ import { ISharedIntervalCollection } from '@fluidframework/sequence';
61
+ import { ISharedMap } from '@fluidframework/map';
62
+ import { ISharedMapEvents } from '@fluidframework/map';
63
+ import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
64
+ import { ISharedString } from '@fluidframework/sequence';
65
+ import { IValueChanged } from '@fluidframework/map';
66
+ import { IValueOpEmitter } from '@fluidframework/sequence';
67
+ import { LoadableObjectClass } from '@fluidframework/fluid-static';
68
+ import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
69
+ import { LoadableObjectCtor } from '@fluidframework/fluid-static';
70
+ import { LoadableObjectRecord } from '@fluidframework/fluid-static';
71
+ import { LocalValueMaker } from '@fluidframework/map';
72
+ import { MapFactory } from '@fluidframework/map';
73
+ import { MemberChangedListener } from '@fluidframework/fluid-static';
74
+ import { SequenceDeltaEvent } from '@fluidframework/sequence';
75
+ import { SequenceEvent } from '@fluidframework/sequence';
76
+ import { SequenceInterval } from '@fluidframework/sequence';
77
+ import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
78
+ import { SerializedIntervalDelta } from '@fluidframework/sequence';
79
+ import { ServiceAudience } from '@fluidframework/fluid-static';
80
+ import { SharedDirectory } from '@fluidframework/map';
81
+ import { SharedIntervalCollection } from '@fluidframework/sequence';
82
+ import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
83
+ import { SharedMap } from '@fluidframework/map';
84
+ import { SharedObjectClass } from '@fluidframework/fluid-static';
85
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
86
+ import { SharedSequence } from '@fluidframework/sequence';
87
+ import { SharedString } from '@fluidframework/sequence';
88
+ import { SharedStringFactory } from '@fluidframework/sequence';
89
+ import { SharedStringSegment } from '@fluidframework/sequence';
90
+ import { SubSequence } from '@fluidframework/sequence';
91
+
92
+ export { AttachState }
93
+
94
+ /* Excluded from this release type: ConnectionState */
95
+
96
+ /* Excluded from this release type: ContainerErrorType */
97
+ export { ContainerSchema }
98
+
99
+ export { DataObjectClass }
100
+
101
+ export { DeserializeCallback }
102
+
103
+ export { DirectoryFactory }
104
+
105
+ /* Excluded from this release type: DOProviderContainerRuntimeFactory */
106
+ export { DriverErrorType }
107
+
108
+ /* Excluded from this release type: FluidContainer */
109
+
110
+ /* Excluded from this release type: getTextAndMarkers */
111
+ export { IConnection }
112
+
113
+ export { ICriticalContainerError }
114
+
115
+ export { IDirectory }
116
+
117
+ export { IDirectoryClearOperation }
118
+
119
+ export { IDirectoryCreateSubDirectoryOperation }
120
+
121
+ export { IDirectoryDataObject }
122
+
123
+ export { IDirectoryDeleteOperation }
124
+
125
+ export { IDirectoryDeleteSubDirectoryOperation }
126
+
127
+ export { IDirectoryEvents }
128
+
129
+ export { IDirectoryKeyOperation }
130
+
131
+ /* Excluded from this release type: IDirectoryNewStorageFormat */
132
+ export { IDirectoryOperation }
133
+
134
+ export { IDirectorySetOperation }
135
+
136
+ export { IDirectoryStorageOperation }
137
+
138
+ export { IDirectorySubDirectoryOperation }
139
+
140
+ export { IDirectoryValueChanged }
141
+
142
+ export { IFluidContainer }
143
+
144
+ export { IFluidContainerEvents }
145
+
146
+ export { IInterval }
147
+
148
+ export { IIntervalCollection }
149
+
150
+ export { IIntervalCollectionEvent }
151
+
152
+ /* Excluded from this release type: IIntervalHelpers */
153
+
154
+ /* Excluded from this release type: IJSONRunSegment */
155
+ export { ILocalValue }
156
+
157
+ /* Excluded from this release type: IMapMessageLocalMetadata */
158
+ export { IMember }
159
+
160
+ /* Excluded from this release type: Interval */
161
+
162
+ /* Excluded from this release type: IntervalLocator */
163
+
164
+ /* Excluded from this release type: intervalLocatorFromEndpoint */
165
+ export { IntervalType }
166
+
167
+ /* Excluded from this release type: IRootDataObject */
168
+ export { ISequenceDeltaRange }
169
+
170
+ export { ISerializableInterval }
171
+
172
+ export { ISerializableValue }
173
+
174
+ export { ISerializedInterval }
175
+
176
+ export { ISerializedValue }
177
+
178
+ export { IServiceAudience }
179
+
180
+ export { IServiceAudienceEvents }
181
+
182
+ export { ISharedDirectory }
183
+
184
+ export { ISharedDirectoryEvents }
185
+
186
+ export { ISharedIntervalCollection }
187
+
188
+ export { ISharedMap }
189
+
190
+ export { ISharedMapEvents }
191
+
192
+ export { ISharedSegmentSequenceEvents }
193
+
194
+ export { ISharedString }
195
+
196
+ export { IValueChanged }
197
+
198
+ /* Excluded from this release type: IValueOpEmitter */
199
+ export { LoadableObjectClass }
200
+
201
+ export { LoadableObjectClassRecord }
202
+
203
+ export { LoadableObjectCtor }
204
+
205
+ export { LoadableObjectRecord }
206
+
207
+ export { LocalValueMaker }
208
+
209
+ export { MapFactory }
210
+
211
+ export { MemberChangedListener }
212
+
213
+ export { SequenceDeltaEvent }
214
+
215
+ export { SequenceEvent }
216
+
217
+ export { SequenceInterval }
218
+
219
+ export { SequenceMaintenanceEvent }
220
+
221
+ /* Excluded from this release type: SerializedIntervalDelta */
222
+
223
+ /* Excluded from this release type: ServiceAudience */
224
+ export { SharedDirectory }
225
+
226
+ /* Excluded from this release type: SharedIntervalCollection */
227
+
228
+ /* Excluded from this release type: SharedIntervalCollectionFactory */
229
+ export { SharedMap }
230
+
231
+ export { SharedObjectClass }
232
+
233
+ export { SharedSegmentSequence }
234
+
235
+ /* Excluded from this release type: SharedSequence */
236
+ export { SharedString }
237
+
238
+ export { SharedStringFactory }
239
+
240
+ export { SharedStringSegment }
241
+
242
+ /* Excluded from this release type: SubSequence */
243
+
244
+ export { }
@@ -0,0 +1,256 @@
1
+ /**
2
+ * The **fluid-framework** package bundles a collection of Fluid Framework client libraries for easy use
3
+ * when paired with a corresponding service client library (for example,
4
+ * `\@fluidframework/azure-client` or `\@fluidframework/tinylicious-client`).
5
+ *
6
+ * @packageDocumentation
7
+ */
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 { IDirectoryNewStorageFormat } from '@fluidframework/map';
31
+ import { IDirectoryOperation } from '@fluidframework/map';
32
+ import { IDirectorySetOperation } from '@fluidframework/map';
33
+ import { IDirectoryStorageOperation } from '@fluidframework/map';
34
+ import { IDirectorySubDirectoryOperation } from '@fluidframework/map';
35
+ import { IDirectoryValueChanged } from '@fluidframework/map';
36
+ import { IFluidContainer } from '@fluidframework/fluid-static';
37
+ import { IFluidContainerEvents } from '@fluidframework/fluid-static';
38
+ import { IInterval } from '@fluidframework/sequence';
39
+ import { IIntervalCollection } from '@fluidframework/sequence';
40
+ import { IIntervalCollectionEvent } from '@fluidframework/sequence';
41
+ import { IIntervalHelpers } from '@fluidframework/sequence';
42
+ import { IJSONRunSegment } from '@fluidframework/sequence';
43
+ import { ILocalValue } from '@fluidframework/map';
44
+ import { IMapMessageLocalMetadata } from '@fluidframework/sequence';
45
+ import { IMember } from '@fluidframework/fluid-static';
46
+ import { Interval } from '@fluidframework/sequence';
47
+ import { IntervalLocator } from '@fluidframework/sequence';
48
+ import { intervalLocatorFromEndpoint } from '@fluidframework/sequence';
49
+ import { IntervalType } from '@fluidframework/sequence';
50
+ import { IRootDataObject } from '@fluidframework/fluid-static';
51
+ import { ISequenceDeltaRange } from '@fluidframework/sequence';
52
+ import { ISerializableInterval } from '@fluidframework/sequence';
53
+ import { ISerializableValue } from '@fluidframework/map';
54
+ import { ISerializedInterval } from '@fluidframework/sequence';
55
+ import { ISerializedValue } from '@fluidframework/map';
56
+ import { IServiceAudience } from '@fluidframework/fluid-static';
57
+ import { IServiceAudienceEvents } from '@fluidframework/fluid-static';
58
+ import { ISharedDirectory } from '@fluidframework/map';
59
+ import { ISharedDirectoryEvents } from '@fluidframework/map';
60
+ import { ISharedIntervalCollection } from '@fluidframework/sequence';
61
+ import { ISharedMap } from '@fluidframework/map';
62
+ import { ISharedMapEvents } from '@fluidframework/map';
63
+ import { ISharedSegmentSequenceEvents } from '@fluidframework/sequence';
64
+ import { ISharedString } from '@fluidframework/sequence';
65
+ import { IValueChanged } from '@fluidframework/map';
66
+ import { IValueOpEmitter } from '@fluidframework/sequence';
67
+ import { LoadableObjectClass } from '@fluidframework/fluid-static';
68
+ import { LoadableObjectClassRecord } from '@fluidframework/fluid-static';
69
+ import { LoadableObjectCtor } from '@fluidframework/fluid-static';
70
+ import { LoadableObjectRecord } from '@fluidframework/fluid-static';
71
+ import { LocalValueMaker } from '@fluidframework/map';
72
+ import { MapFactory } from '@fluidframework/map';
73
+ import { MemberChangedListener } from '@fluidframework/fluid-static';
74
+ import { SequenceDeltaEvent } from '@fluidframework/sequence';
75
+ import { SequenceEvent } from '@fluidframework/sequence';
76
+ import { SequenceInterval } from '@fluidframework/sequence';
77
+ import { SequenceMaintenanceEvent } from '@fluidframework/sequence';
78
+ import { SerializedIntervalDelta } from '@fluidframework/sequence';
79
+ import { ServiceAudience } from '@fluidframework/fluid-static';
80
+ import { SharedDirectory } from '@fluidframework/map';
81
+ import { SharedIntervalCollection } from '@fluidframework/sequence';
82
+ import { SharedIntervalCollectionFactory } from '@fluidframework/sequence';
83
+ import { SharedMap } from '@fluidframework/map';
84
+ import { SharedObjectClass } from '@fluidframework/fluid-static';
85
+ import { SharedSegmentSequence } from '@fluidframework/sequence';
86
+ import { SharedSequence } from '@fluidframework/sequence';
87
+ import { SharedString } from '@fluidframework/sequence';
88
+ import { SharedStringFactory } from '@fluidframework/sequence';
89
+ import { SharedStringSegment } from '@fluidframework/sequence';
90
+ import { SubSequence } from '@fluidframework/sequence';
91
+
92
+ /* Excluded from this release type: AttachState */
93
+
94
+ /* Excluded from this release type: ConnectionState */
95
+
96
+ /* Excluded from this release type: ContainerErrorType */
97
+
98
+ /* Excluded from this release type: ContainerSchema */
99
+
100
+ /* Excluded from this release type: DataObjectClass */
101
+
102
+ /* Excluded from this release type: DeserializeCallback */
103
+
104
+ /* Excluded from this release type: DirectoryFactory */
105
+
106
+ /* Excluded from this release type: DOProviderContainerRuntimeFactory */
107
+
108
+ /* Excluded from this release type: DriverErrorType */
109
+
110
+ /* Excluded from this release type: FluidContainer */
111
+
112
+ /* Excluded from this release type: getTextAndMarkers */
113
+
114
+ /* Excluded from this release type: IConnection */
115
+
116
+ /* Excluded from this release type: ICriticalContainerError */
117
+
118
+ /* Excluded from this release type: IDirectory */
119
+
120
+ /* Excluded from this release type: IDirectoryClearOperation */
121
+
122
+ /* Excluded from this release type: IDirectoryCreateSubDirectoryOperation */
123
+
124
+ /* Excluded from this release type: IDirectoryDataObject */
125
+
126
+ /* Excluded from this release type: IDirectoryDeleteOperation */
127
+
128
+ /* Excluded from this release type: IDirectoryDeleteSubDirectoryOperation */
129
+
130
+ /* Excluded from this release type: IDirectoryEvents */
131
+
132
+ /* Excluded from this release type: IDirectoryKeyOperation */
133
+
134
+ /* Excluded from this release type: IDirectoryNewStorageFormat */
135
+
136
+ /* Excluded from this release type: IDirectoryOperation */
137
+
138
+ /* Excluded from this release type: IDirectorySetOperation */
139
+
140
+ /* Excluded from this release type: IDirectoryStorageOperation */
141
+
142
+ /* Excluded from this release type: IDirectorySubDirectoryOperation */
143
+
144
+ /* Excluded from this release type: IDirectoryValueChanged */
145
+
146
+ /* Excluded from this release type: IFluidContainer */
147
+
148
+ /* Excluded from this release type: IFluidContainerEvents */
149
+
150
+ /* Excluded from this release type: IInterval */
151
+
152
+ /* Excluded from this release type: IIntervalCollection */
153
+
154
+ /* Excluded from this release type: IIntervalCollectionEvent */
155
+
156
+ /* Excluded from this release type: IIntervalHelpers */
157
+
158
+ /* Excluded from this release type: IJSONRunSegment */
159
+
160
+ /* Excluded from this release type: ILocalValue */
161
+
162
+ /* Excluded from this release type: IMapMessageLocalMetadata */
163
+
164
+ /* Excluded from this release type: IMember */
165
+
166
+ /* Excluded from this release type: Interval */
167
+
168
+ /* Excluded from this release type: IntervalLocator */
169
+
170
+ /* Excluded from this release type: intervalLocatorFromEndpoint */
171
+
172
+ /* Excluded from this release type: IntervalType */
173
+
174
+ /* Excluded from this release type: IRootDataObject */
175
+
176
+ /* Excluded from this release type: ISequenceDeltaRange */
177
+
178
+ /* Excluded from this release type: ISerializableInterval */
179
+
180
+ /* Excluded from this release type: ISerializableValue */
181
+
182
+ /* Excluded from this release type: ISerializedInterval */
183
+
184
+ /* Excluded from this release type: ISerializedValue */
185
+
186
+ /* Excluded from this release type: IServiceAudience */
187
+
188
+ /* Excluded from this release type: IServiceAudienceEvents */
189
+
190
+ /* Excluded from this release type: ISharedDirectory */
191
+
192
+ /* Excluded from this release type: ISharedDirectoryEvents */
193
+
194
+ /* Excluded from this release type: ISharedIntervalCollection */
195
+
196
+ /* Excluded from this release type: ISharedMap */
197
+
198
+ /* Excluded from this release type: ISharedMapEvents */
199
+
200
+ /* Excluded from this release type: ISharedSegmentSequenceEvents */
201
+
202
+ /* Excluded from this release type: ISharedString */
203
+
204
+ /* Excluded from this release type: IValueChanged */
205
+
206
+ /* Excluded from this release type: IValueOpEmitter */
207
+
208
+ /* Excluded from this release type: LoadableObjectClass */
209
+
210
+ /* Excluded from this release type: LoadableObjectClassRecord */
211
+
212
+ /* Excluded from this release type: LoadableObjectCtor */
213
+
214
+ /* Excluded from this release type: LoadableObjectRecord */
215
+
216
+ /* Excluded from this release type: LocalValueMaker */
217
+
218
+ /* Excluded from this release type: MapFactory */
219
+
220
+ /* Excluded from this release type: MemberChangedListener */
221
+
222
+ /* Excluded from this release type: SequenceDeltaEvent */
223
+
224
+ /* Excluded from this release type: SequenceEvent */
225
+
226
+ /* Excluded from this release type: SequenceInterval */
227
+
228
+ /* Excluded from this release type: SequenceMaintenanceEvent */
229
+
230
+ /* Excluded from this release type: SerializedIntervalDelta */
231
+
232
+ /* Excluded from this release type: ServiceAudience */
233
+
234
+ /* Excluded from this release type: SharedDirectory */
235
+
236
+ /* Excluded from this release type: SharedIntervalCollection */
237
+
238
+ /* Excluded from this release type: SharedIntervalCollectionFactory */
239
+
240
+ /* Excluded from this release type: SharedMap */
241
+
242
+ /* Excluded from this release type: SharedObjectClass */
243
+
244
+ /* Excluded from this release type: SharedSegmentSequence */
245
+
246
+ /* Excluded from this release type: SharedSequence */
247
+
248
+ /* Excluded from this release type: SharedString */
249
+
250
+ /* Excluded from this release type: SharedStringFactory */
251
+
252
+ /* Excluded from this release type: SharedStringSegment */
253
+
254
+ /* Excluded from this release type: SubSequence */
255
+
256
+ export { }