@fluidframework/sequence 2.0.0-dev.7.4.0.217212 → 2.0.0-dev.7.4.0.217884

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.
@@ -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/sequence";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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/sequence";
11
- exports.pkgVersion = "2.0.0-dev.7.4.0.217212";
11
+ exports.pkgVersion = "2.0.0-dev.7.4.0.217884";
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,0BAA0B,CAAC;AACrC,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,0BAA0B,CAAC;AACrC,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217884\";\n"]}
@@ -11,9 +11,21 @@
11
11
  * @packageDocumentation
12
12
  */
13
13
 
14
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
15
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
16
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
17
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
14
18
  import { IEvent } from '@fluidframework/core-interfaces';
15
19
  import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
20
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
21
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
16
22
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
23
+ import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
24
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
25
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
26
+ import { SharedObject } from '@fluidframework/shared-object-base';
27
+ import { SummarySerializer } from '@fluidframework/shared-object-base';
28
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
17
29
 
18
30
  /* Excluded from this release type: appendAddIntervalToRevertibles */
19
31
 
@@ -49,24 +61,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
49
61
 
50
62
  /* Excluded from this release type: getTextAndMarkers */
51
63
 
52
- /* Excluded from this release type: IChannelAttributes */
53
-
54
- /* Excluded from this release type: IChannelFactory */
55
-
56
- /* Excluded from this release type: IChannelServices */
57
-
58
- /* Excluded from this release type: IChannelStorageService */
59
-
60
64
  /* Excluded from this release type: ICombiningOp */
61
65
 
62
66
  /* Excluded from this release type: IEndpointIndex */
63
67
 
64
68
  /* Excluded from this release type: IEndpointInRangeIndex */
65
69
 
66
- /* Excluded from this release type: IFluidDataStoreRuntime */
67
-
68
- /* Excluded from this release type: IFluidSerializer */
69
-
70
70
  /* Excluded from this release type: IIdIntervalIndex */
71
71
 
72
72
  /* Excluded from this release type: IInterval */
@@ -131,18 +131,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
131
131
 
132
132
  /* Excluded from this release type: ISharedIntervalCollection */
133
133
 
134
- /* Excluded from this release type: ISharedObjectEvents */
135
-
136
134
  /* Excluded from this release type: ISharedSegmentSequenceEvents */
137
135
 
138
136
  /* Excluded from this release type: ISharedString */
139
137
 
140
138
  /* Excluded from this release type: IStartpointInRangeIndex */
141
139
 
142
- /* Excluded from this release type: ISummaryTreeWithStats */
143
-
144
- /* Excluded from this release type: ITelemetryContext */
145
-
146
140
  /* Excluded from this release type: IValueOpEmitter */
147
141
 
148
142
  /* Excluded from this release type: LocalReferencePosition */
@@ -195,8 +189,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
195
189
 
196
190
  /* Excluded from this release type: SharedIntervalCollectionFactory */
197
191
 
198
- /* Excluded from this release type: SharedObject */
199
-
200
192
  /* Excluded from this release type: SharedSegmentSequence */
201
193
 
202
194
  /* Excluded from this release type: SharedSequence */
@@ -215,10 +207,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
215
207
 
216
208
  /* Excluded from this release type: SubSequence */
217
209
 
218
- /* Excluded from this release type: SummarySerializer */
219
-
220
210
  /* Excluded from this release type: TextSegment */
221
211
 
222
- /* Excluded from this release type: TypedEventEmitter */
223
-
224
212
  export { }
@@ -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/sequence";
8
- export declare const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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/sequence";
8
- export const pkgVersion = "2.0.0-dev.7.4.0.217212";
8
+ export const pkgVersion = "2.0.0-dev.7.4.0.217884";
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,0BAA0B,CAAC;AAClD,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217212\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,0BAA0B,CAAC;AAClD,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/sequence\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.217884\";\n"]}
@@ -11,9 +11,21 @@
11
11
  * @packageDocumentation
12
12
  */
13
13
 
14
+ import { IChannelAttributes } from '@fluidframework/datastore-definitions';
15
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
16
+ import { IChannelServices } from '@fluidframework/datastore-definitions';
17
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
14
18
  import { IEvent } from '@fluidframework/core-interfaces';
15
19
  import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
20
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
21
+ import { IFluidSerializer } from '@fluidframework/shared-object-base';
16
22
  import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
23
+ import { ISharedObjectEvents } from '@fluidframework/shared-object-base';
24
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
25
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
26
+ import { SharedObject } from '@fluidframework/shared-object-base';
27
+ import { SummarySerializer } from '@fluidframework/shared-object-base';
28
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
17
29
 
18
30
  /* Excluded from this release type: appendAddIntervalToRevertibles */
19
31
 
@@ -49,24 +61,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
49
61
 
50
62
  /* Excluded from this release type: getTextAndMarkers */
51
63
 
52
- /* Excluded from this release type: IChannelAttributes */
53
-
54
- /* Excluded from this release type: IChannelFactory */
55
-
56
- /* Excluded from this release type: IChannelServices */
57
-
58
- /* Excluded from this release type: IChannelStorageService */
59
-
60
64
  /* Excluded from this release type: ICombiningOp */
61
65
 
62
66
  /* Excluded from this release type: IEndpointIndex */
63
67
 
64
68
  /* Excluded from this release type: IEndpointInRangeIndex */
65
69
 
66
- /* Excluded from this release type: IFluidDataStoreRuntime */
67
-
68
- /* Excluded from this release type: IFluidSerializer */
69
-
70
70
  /* Excluded from this release type: IIdIntervalIndex */
71
71
 
72
72
  /* Excluded from this release type: IInterval */
@@ -131,18 +131,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
131
131
 
132
132
  /* Excluded from this release type: ISharedIntervalCollection */
133
133
 
134
- /* Excluded from this release type: ISharedObjectEvents */
135
-
136
134
  /* Excluded from this release type: ISharedSegmentSequenceEvents */
137
135
 
138
136
  /* Excluded from this release type: ISharedString */
139
137
 
140
138
  /* Excluded from this release type: IStartpointInRangeIndex */
141
139
 
142
- /* Excluded from this release type: ISummaryTreeWithStats */
143
-
144
- /* Excluded from this release type: ITelemetryContext */
145
-
146
140
  /* Excluded from this release type: IValueOpEmitter */
147
141
 
148
142
  /* Excluded from this release type: LocalReferencePosition */
@@ -195,8 +189,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
195
189
 
196
190
  /* Excluded from this release type: SharedIntervalCollectionFactory */
197
191
 
198
- /* Excluded from this release type: SharedObject */
199
-
200
192
  /* Excluded from this release type: SharedSegmentSequence */
201
193
 
202
194
  /* Excluded from this release type: SharedSequence */
@@ -215,10 +207,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
215
207
 
216
208
  /* Excluded from this release type: SubSequence */
217
209
 
218
- /* Excluded from this release type: SummarySerializer */
219
-
220
210
  /* Excluded from this release type: TextSegment */
221
211
 
222
- /* Excluded from this release type: TypedEventEmitter */
223
-
224
212
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.0.0-dev.7.4.0.217212",
3
+ "version": "2.0.0-dev.7.4.0.217884",
4
4
  "description": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,33 +35,33 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217212",
39
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
40
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
41
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217212",
42
- "@fluidframework/merge-tree": "2.0.0-dev.7.4.0.217212",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217884",
39
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217884",
40
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
41
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217884",
42
+ "@fluidframework/merge-tree": "2.0.0-dev.7.4.0.217884",
43
43
  "@fluidframework/protocol-definitions": "^3.0.0",
44
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217212",
45
- "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217212",
46
- "@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.217212",
47
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217212",
44
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217884",
45
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217884",
46
+ "@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.217884",
47
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217884",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.217212",
52
- "@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.217212",
51
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev.7.4.0.217884",
52
+ "@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.217884",
53
53
  "@fluid-tools/benchmark": "^0.48.0",
54
54
  "@fluid-tools/build-cli": "^0.28.0",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
56
  "@fluidframework/build-tools": "^0.28.0",
57
57
  "@fluidframework/eslint-config-fluid": "^3.1.0",
58
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217212",
58
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217884",
59
59
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-internal.7.2.0",
60
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217212",
60
+ "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217884",
61
61
  "@microsoft/api-extractor": "^7.38.3",
62
62
  "@types/diff": "^3.5.1",
63
63
  "@types/mocha": "^9.1.1",
64
- "@types/node": "^16.18.38",
64
+ "@types/node": "^18.19.0",
65
65
  "@types/random-js": "^1.0.31",
66
66
  "c8": "^7.7.1",
67
67
  "copyfiles": "^2.4.1",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-dev.7.4.0.217212";
9
+ export const pkgVersion = "2.0.0-dev.7.4.0.217884";