@fluidframework/sequence 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254674

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.
@@ -0,0 +1,59 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // alpha APIs
12
+ BaseSegment,
13
+ DeserializeCallback,
14
+ IInterval,
15
+ IIntervalCollection,
16
+ IIntervalCollectionEvent,
17
+ IOverlappingIntervalsIndex,
18
+ ISegment,
19
+ ISequenceDeltaRange,
20
+ ISerializableInterval,
21
+ ISerializedInterval,
22
+ ISharedIntervalCollection,
23
+ ISharedSegmentSequenceEvents,
24
+ ISharedString,
25
+ InteriorSequencePlace,
26
+ IntervalIndex,
27
+ IntervalOpType,
28
+ IntervalRevertible,
29
+ IntervalStickiness,
30
+ IntervalType,
31
+ LocalReferencePosition,
32
+ MapLike,
33
+ Marker,
34
+ MergeTreeDeltaType,
35
+ PropertySet,
36
+ ReferencePosition,
37
+ ReferenceType,
38
+ SequenceDeltaEvent,
39
+ SequenceEvent,
40
+ SequenceInterval,
41
+ SequenceMaintenanceEvent,
42
+ SequencePlace,
43
+ SharedSegmentSequence,
44
+ SharedString,
45
+ SharedStringFactory,
46
+ SharedStringRevertible,
47
+ SharedStringSegment,
48
+ Side,
49
+ TextSegment,
50
+ TrackingGroup,
51
+ appendAddIntervalToRevertibles,
52
+ appendChangeIntervalToRevertibles,
53
+ appendDeleteIntervalToRevertibles,
54
+ appendIntervalPropertyChangedToRevertibles,
55
+ appendSharedStringDeltaToRevertibles,
56
+ createOverlappingIntervalsIndex,
57
+ discardSharedStringRevertibles,
58
+ revertSharedStringRevertibles
59
+ } from "./index.js";
package/dist/beta.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
@@ -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-rc.3.0.0.254513";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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-rc.3.0.0.254513";
11
+ exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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,2BAA2B,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-rc.3.0.0.254513\";\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,2BAA2B,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-rc.3.0.0.254674\";\n"]}
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
package/lib/alpha.d.ts ADDED
@@ -0,0 +1,59 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
10
+ export {
11
+ // alpha APIs
12
+ BaseSegment,
13
+ DeserializeCallback,
14
+ IInterval,
15
+ IIntervalCollection,
16
+ IIntervalCollectionEvent,
17
+ IOverlappingIntervalsIndex,
18
+ ISegment,
19
+ ISequenceDeltaRange,
20
+ ISerializableInterval,
21
+ ISerializedInterval,
22
+ ISharedIntervalCollection,
23
+ ISharedSegmentSequenceEvents,
24
+ ISharedString,
25
+ InteriorSequencePlace,
26
+ IntervalIndex,
27
+ IntervalOpType,
28
+ IntervalRevertible,
29
+ IntervalStickiness,
30
+ IntervalType,
31
+ LocalReferencePosition,
32
+ MapLike,
33
+ Marker,
34
+ MergeTreeDeltaType,
35
+ PropertySet,
36
+ ReferencePosition,
37
+ ReferenceType,
38
+ SequenceDeltaEvent,
39
+ SequenceEvent,
40
+ SequenceInterval,
41
+ SequenceMaintenanceEvent,
42
+ SequencePlace,
43
+ SharedSegmentSequence,
44
+ SharedString,
45
+ SharedStringFactory,
46
+ SharedStringRevertible,
47
+ SharedStringSegment,
48
+ Side,
49
+ TextSegment,
50
+ TrackingGroup,
51
+ appendAddIntervalToRevertibles,
52
+ appendChangeIntervalToRevertibles,
53
+ appendDeleteIntervalToRevertibles,
54
+ appendIntervalPropertyChangedToRevertibles,
55
+ appendSharedStringDeltaToRevertibles,
56
+ createOverlappingIntervalsIndex,
57
+ discardSharedStringRevertibles,
58
+ revertSharedStringRevertibles
59
+ } from "./index.js";
package/lib/beta.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
@@ -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-rc.3.0.0.254513";
8
+ export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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-rc.3.0.0.254513";
8
+ export const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
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,2BAA2B,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-rc.3.0.0.254513\";\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,2BAA2B,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-rc.3.0.0.254674\";\n"]}
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
4
+ */
5
+
6
+ /*
7
+ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
+ * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
9
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/sequence",
3
- "version": "2.0.0-dev-rc.3.0.0.254513",
3
+ "version": "2.0.0-dev-rc.3.0.0.254674",
4
4
  "description": "Distributed sequence",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,21 +15,21 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": {
18
- "types": "./lib/sequence-public.d.ts",
18
+ "types": "./lib/public.d.ts",
19
19
  "default": "./lib/index.js"
20
20
  },
21
21
  "require": {
22
- "types": "./dist/sequence-public.d.ts",
22
+ "types": "./dist/public.d.ts",
23
23
  "default": "./dist/index.js"
24
24
  }
25
25
  },
26
26
  "./beta": {
27
27
  "import": {
28
- "types": "./lib/sequence-beta.d.ts",
28
+ "types": "./lib/beta.d.ts",
29
29
  "default": "./lib/index.js"
30
30
  },
31
31
  "require": {
32
- "types": "./dist/sequence-beta.d.ts",
32
+ "types": "./dist/beta.d.ts",
33
33
  "default": "./dist/index.js"
34
34
  }
35
35
  },
@@ -45,11 +45,11 @@
45
45
  },
46
46
  "./alpha": {
47
47
  "import": {
48
- "types": "./lib/sequence-alpha.d.ts",
48
+ "types": "./lib/alpha.d.ts",
49
49
  "default": "./lib/index.js"
50
50
  },
51
51
  "require": {
52
- "types": "./dist/sequence-alpha.d.ts",
52
+ "types": "./dist/alpha.d.ts",
53
53
  "default": "./dist/index.js"
54
54
  }
55
55
  },
@@ -65,7 +65,7 @@
65
65
  }
66
66
  },
67
67
  "main": "dist/index.js",
68
- "types": "./dist/sequence-public.d.ts",
68
+ "types": "./dist/public.d.ts",
69
69
  "c8": {
70
70
  "all": true,
71
71
  "cache-dir": "nyc/.cache",
@@ -87,33 +87,33 @@
87
87
  "temp-directory": "nyc/.nyc_output"
88
88
  },
89
89
  "dependencies": {
90
- "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254513",
91
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254513",
92
- "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254513",
93
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254513",
94
- "@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.254513",
90
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254674",
91
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
92
+ "@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254674",
93
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.3.0.0.254674",
94
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.3.0.0.254674",
95
95
  "@fluidframework/protocol-definitions": "^3.2.0",
96
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254513",
97
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254513",
98
- "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254513",
99
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254513",
96
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254674",
97
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254674",
98
+ "@fluidframework/shared-object-base": "2.0.0-dev-rc.3.0.0.254674",
99
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254674",
100
100
  "double-ended-queue": "^2.1.0-0",
101
101
  "uuid": "^9.0.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@arethetypeswrong/cli": "^0.15.2",
105
105
  "@biomejs/biome": "^1.6.2",
106
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254513",
107
- "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.254513",
108
- "@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.254513",
106
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254674",
107
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.254674",
108
+ "@fluid-private/test-dds-utils": "2.0.0-dev-rc.3.0.0.254674",
109
109
  "@fluid-tools/benchmark": "^0.48.0",
110
110
  "@fluid-tools/build-cli": "^0.35.0",
111
111
  "@fluidframework/build-common": "^2.0.3",
112
112
  "@fluidframework/build-tools": "^0.35.0",
113
- "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254513",
113
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
114
114
  "@fluidframework/eslint-config-fluid": "^5.1.0",
115
115
  "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.0.0-internal.8.0.0",
116
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254513",
116
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254674",
117
117
  "@microsoft/api-extractor": "^7.42.3",
118
118
  "@types/diff": "^3.5.1",
119
119
  "@types/double-ended-queue": "^2.1.0",
@@ -137,14 +137,6 @@
137
137
  },
138
138
  "fluidBuild": {
139
139
  "tasks": {
140
- "build:docs": {
141
- "dependsOn": [
142
- "...",
143
- "api-extractor:commonjs",
144
- "api-extractor:esnext"
145
- ],
146
- "script": false
147
- },
148
140
  "build:test": [
149
141
  "...",
150
142
  "@fluidframework/merge-tree#build:test"
@@ -163,12 +155,12 @@
163
155
  },
164
156
  "scripts": {
165
157
  "api": "fluid-build . --task api",
166
- "api-extractor:commonjs": "api-extractor run --config ./api-extractor-cjs.json",
167
- "api-extractor:esnext": "api-extractor run --local",
158
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
159
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
168
160
  "build": "fluid-build . --task build",
169
161
  "build:commonjs": "fluid-build . --task commonjs",
170
162
  "build:compile": "fluid-build . --task compile",
171
- "build:docs": "fluid-build . --task api",
163
+ "build:docs": "api-extractor run --local",
172
164
  "build:esnext": "tsc --project ./tsconfig.json",
173
165
  "build:genver": "gen-version",
174
166
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/sequence";
9
- export const pkgVersion = "2.0.0-dev-rc.3.0.0.254513";
9
+ export const pkgVersion = "2.0.0-dev-rc.3.0.0.254674";
@@ -1,8 +0,0 @@
1
- {
2
- "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
4
- // CJS is actually secondary; so, no report.
5
- "apiReport": {
6
- "enabled": false
7
- }
8
- }