@fluidframework/sequence 2.0.0-dev.7.3.0.209831 → 2.0.0-dev.7.3.0.211848
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/intervalCollection.d.ts +2 -2
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/lib/intervalCollection.d.ts +2 -2
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +18 -18
- package/src/packageVersion.ts +1 -1
|
@@ -67,8 +67,8 @@ export declare function sidesFromStickiness(stickiness: IntervalStickiness): {
|
|
|
67
67
|
export declare function endpointPosAndSide(start: SequencePlace | undefined, end: SequencePlace | undefined): {
|
|
68
68
|
startSide: Side | undefined;
|
|
69
69
|
endSide: Side | undefined;
|
|
70
|
-
startPos: number | "
|
|
71
|
-
endPos: number | "
|
|
70
|
+
startPos: number | "end" | "start" | undefined;
|
|
71
|
+
endPos: number | "end" | "start" | undefined;
|
|
72
72
|
};
|
|
73
73
|
export declare function computeStickinessFromSide(startPos?: number | "start" | "end" | undefined, startSide?: Side, endPos?: number | "start" | "end" | undefined, endSide?: Side): IntervalStickiness;
|
|
74
74
|
export declare function createIntervalIndex(): LocalIntervalCollection<Interval>;
|
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.3.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.3.0.211848";
|
|
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.3.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev.7.3.0.211848";
|
|
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.3.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.3.0.211848\";\n"]}
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -67,8 +67,8 @@ export declare function sidesFromStickiness(stickiness: IntervalStickiness): {
|
|
|
67
67
|
export declare function endpointPosAndSide(start: SequencePlace | undefined, end: SequencePlace | undefined): {
|
|
68
68
|
startSide: Side | undefined;
|
|
69
69
|
endSide: Side | undefined;
|
|
70
|
-
startPos: number | "
|
|
71
|
-
endPos: number | "
|
|
70
|
+
startPos: number | "end" | "start" | undefined;
|
|
71
|
+
endPos: number | "end" | "start" | undefined;
|
|
72
72
|
};
|
|
73
73
|
export declare function computeStickinessFromSide(startPos?: number | "start" | "end" | undefined, startSide?: Side, endPos?: number | "start" | "end" | undefined, endSide?: Side): IntervalStickiness;
|
|
74
74
|
export declare function createIntervalIndex(): LocalIntervalCollection<Interval>;
|
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.3.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.3.0.211848";
|
|
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.3.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev.7.3.0.211848";
|
|
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.3.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.3.0.211848\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/sequence",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.211848",
|
|
4
4
|
"description": "Distributed sequence",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,30 +35,30 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.
|
|
39
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
40
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.
|
|
41
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.
|
|
42
|
-
"@fluidframework/merge-tree": "2.0.0-dev.7.3.0.
|
|
38
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.3.0.211848",
|
|
39
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.211848",
|
|
40
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.3.0.211848",
|
|
41
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.3.0.211848",
|
|
42
|
+
"@fluidframework/merge-tree": "2.0.0-dev.7.3.0.211848",
|
|
43
43
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
44
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.
|
|
46
|
-
"@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.
|
|
47
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.
|
|
44
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.3.0.211848",
|
|
45
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.3.0.211848",
|
|
46
|
+
"@fluidframework/shared-object-base": "2.0.0-dev.7.3.0.211848",
|
|
47
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.211848",
|
|
48
48
|
"uuid": "^9.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.
|
|
52
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev.7.3.0.
|
|
51
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev.7.3.0.211848",
|
|
52
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev.7.3.0.211848",
|
|
53
53
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
54
|
-
"@fluid-tools/build-cli": "
|
|
54
|
+
"@fluid-tools/build-cli": "0.28.0-210888",
|
|
55
55
|
"@fluidframework/build-common": "^2.0.3",
|
|
56
|
-
"@fluidframework/build-tools": "
|
|
56
|
+
"@fluidframework/build-tools": "0.28.0-210888",
|
|
57
57
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
58
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
58
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.211848",
|
|
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.3.0.
|
|
61
|
-
"@microsoft/api-extractor": "^7.
|
|
60
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.211848",
|
|
61
|
+
"@microsoft/api-extractor": "^7.38.3",
|
|
62
62
|
"@types/diff": "^3.5.1",
|
|
63
63
|
"@types/mocha": "^9.1.1",
|
|
64
64
|
"@types/node": "^16.18.38",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"build:genver": "gen-version",
|
|
97
97
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
98
98
|
"ci:build:docs": "api-extractor run",
|
|
99
|
-
"clean": "rimraf --glob dist lib \"
|
|
99
|
+
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
100
100
|
"eslint": "eslint --format stylish src",
|
|
101
101
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
102
102
|
"format": "npm run prettier:fix",
|
package/src/packageVersion.ts
CHANGED