@fluidframework/sequence 2.0.0-dev.7.4.0.216897 → 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.
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/sequence-alpha.d.ts +14 -28
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/sequence-alpha.d.ts +14 -28
- package/package.json +15 -15
- package/src/packageVersion.ts +1 -1
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/sequence";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
|
|
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/sequence";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev.7.4.0.
|
|
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.
|
|
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"]}
|
package/dist/sequence-alpha.d.ts
CHANGED
|
@@ -11,7 +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';
|
|
18
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
19
|
+
import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
21
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
14
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';
|
|
15
29
|
|
|
16
30
|
/* Excluded from this release type: appendAddIntervalToRevertibles */
|
|
17
31
|
|
|
@@ -47,28 +61,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
47
61
|
|
|
48
62
|
/* Excluded from this release type: getTextAndMarkers */
|
|
49
63
|
|
|
50
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: IChannelFactory */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: IChannelServices */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
57
|
-
|
|
58
64
|
/* Excluded from this release type: ICombiningOp */
|
|
59
65
|
|
|
60
66
|
/* Excluded from this release type: IEndpointIndex */
|
|
61
67
|
|
|
62
68
|
/* Excluded from this release type: IEndpointInRangeIndex */
|
|
63
69
|
|
|
64
|
-
/* Excluded from this release type: IEvent */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: IEventThisPlaceHolder */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
71
|
-
|
|
72
70
|
/* Excluded from this release type: IIdIntervalIndex */
|
|
73
71
|
|
|
74
72
|
/* Excluded from this release type: IInterval */
|
|
@@ -133,18 +131,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
133
131
|
|
|
134
132
|
/* Excluded from this release type: ISharedIntervalCollection */
|
|
135
133
|
|
|
136
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
137
|
-
|
|
138
134
|
/* Excluded from this release type: ISharedSegmentSequenceEvents */
|
|
139
135
|
|
|
140
136
|
/* Excluded from this release type: ISharedString */
|
|
141
137
|
|
|
142
138
|
/* Excluded from this release type: IStartpointInRangeIndex */
|
|
143
139
|
|
|
144
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
145
|
-
|
|
146
|
-
/* Excluded from this release type: ITelemetryContext */
|
|
147
|
-
|
|
148
140
|
/* Excluded from this release type: IValueOpEmitter */
|
|
149
141
|
|
|
150
142
|
/* Excluded from this release type: LocalReferencePosition */
|
|
@@ -197,8 +189,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
197
189
|
|
|
198
190
|
/* Excluded from this release type: SharedIntervalCollectionFactory */
|
|
199
191
|
|
|
200
|
-
/* Excluded from this release type: SharedObject */
|
|
201
|
-
|
|
202
192
|
/* Excluded from this release type: SharedSegmentSequence */
|
|
203
193
|
|
|
204
194
|
/* Excluded from this release type: SharedSequence */
|
|
@@ -217,10 +207,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
217
207
|
|
|
218
208
|
/* Excluded from this release type: SubSequence */
|
|
219
209
|
|
|
220
|
-
/* Excluded from this release type: SummarySerializer */
|
|
221
|
-
|
|
222
210
|
/* Excluded from this release type: TextSegment */
|
|
223
211
|
|
|
224
|
-
/* Excluded from this release type: TypedEventEmitter */
|
|
225
|
-
|
|
226
212
|
export { }
|
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/sequence";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.217884";
|
|
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/sequence";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev.7.4.0.
|
|
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.
|
|
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"]}
|
package/lib/sequence-alpha.d.ts
CHANGED
|
@@ -11,7 +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';
|
|
18
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
19
|
+
import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
21
|
+
import { IFluidSerializer } from '@fluidframework/shared-object-base';
|
|
14
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';
|
|
15
29
|
|
|
16
30
|
/* Excluded from this release type: appendAddIntervalToRevertibles */
|
|
17
31
|
|
|
@@ -47,28 +61,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
47
61
|
|
|
48
62
|
/* Excluded from this release type: getTextAndMarkers */
|
|
49
63
|
|
|
50
|
-
/* Excluded from this release type: IChannelAttributes */
|
|
51
|
-
|
|
52
|
-
/* Excluded from this release type: IChannelFactory */
|
|
53
|
-
|
|
54
|
-
/* Excluded from this release type: IChannelServices */
|
|
55
|
-
|
|
56
|
-
/* Excluded from this release type: IChannelStorageService */
|
|
57
|
-
|
|
58
64
|
/* Excluded from this release type: ICombiningOp */
|
|
59
65
|
|
|
60
66
|
/* Excluded from this release type: IEndpointIndex */
|
|
61
67
|
|
|
62
68
|
/* Excluded from this release type: IEndpointInRangeIndex */
|
|
63
69
|
|
|
64
|
-
/* Excluded from this release type: IEvent */
|
|
65
|
-
|
|
66
|
-
/* Excluded from this release type: IEventThisPlaceHolder */
|
|
67
|
-
|
|
68
|
-
/* Excluded from this release type: IFluidDataStoreRuntime */
|
|
69
|
-
|
|
70
|
-
/* Excluded from this release type: IFluidSerializer */
|
|
71
|
-
|
|
72
70
|
/* Excluded from this release type: IIdIntervalIndex */
|
|
73
71
|
|
|
74
72
|
/* Excluded from this release type: IInterval */
|
|
@@ -133,18 +131,12 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
133
131
|
|
|
134
132
|
/* Excluded from this release type: ISharedIntervalCollection */
|
|
135
133
|
|
|
136
|
-
/* Excluded from this release type: ISharedObjectEvents */
|
|
137
|
-
|
|
138
134
|
/* Excluded from this release type: ISharedSegmentSequenceEvents */
|
|
139
135
|
|
|
140
136
|
/* Excluded from this release type: ISharedString */
|
|
141
137
|
|
|
142
138
|
/* Excluded from this release type: IStartpointInRangeIndex */
|
|
143
139
|
|
|
144
|
-
/* Excluded from this release type: ISummaryTreeWithStats */
|
|
145
|
-
|
|
146
|
-
/* Excluded from this release type: ITelemetryContext */
|
|
147
|
-
|
|
148
140
|
/* Excluded from this release type: IValueOpEmitter */
|
|
149
141
|
|
|
150
142
|
/* Excluded from this release type: LocalReferencePosition */
|
|
@@ -197,8 +189,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
197
189
|
|
|
198
190
|
/* Excluded from this release type: SharedIntervalCollectionFactory */
|
|
199
191
|
|
|
200
|
-
/* Excluded from this release type: SharedObject */
|
|
201
|
-
|
|
202
192
|
/* Excluded from this release type: SharedSegmentSequence */
|
|
203
193
|
|
|
204
194
|
/* Excluded from this release type: SharedSequence */
|
|
@@ -217,10 +207,6 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'
|
|
|
217
207
|
|
|
218
208
|
/* Excluded from this release type: SubSequence */
|
|
219
209
|
|
|
220
|
-
/* Excluded from this release type: SummarySerializer */
|
|
221
|
-
|
|
222
210
|
/* Excluded from this release type: TextSegment */
|
|
223
211
|
|
|
224
|
-
/* Excluded from this release type: TypedEventEmitter */
|
|
225
|
-
|
|
226
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.
|
|
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.
|
|
39
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
40
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
41
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.
|
|
42
|
-
"@fluidframework/merge-tree": "2.0.0-dev.7.4.0.
|
|
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.
|
|
45
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.
|
|
46
|
-
"@fluidframework/shared-object-base": "2.0.0-dev.7.4.0.
|
|
47
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
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.
|
|
52
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev.7.4.0.
|
|
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.
|
|
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.
|
|
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": "^
|
|
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",
|
package/src/packageVersion.ts
CHANGED