@fluidframework/sequence 2.92.0 → 2.93.0
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 +4 -0
- package/README.md +1 -1
- package/api-report/sequence.legacy.beta.api.md +2 -2
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/eslint.config.mts +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +22 -27
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -647,7 +647,7 @@ When making such a request please include if the configuration already works (an
|
|
|
647
647
|
|
|
648
648
|
### Supported Runtimes
|
|
649
649
|
|
|
650
|
-
- NodeJs ^
|
|
650
|
+
- NodeJs ^22.22.2 except that we will drop support for it [when NodeJs 22 loses its upstream support on 2027-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS at least 1 year before 22 is end-of-life.
|
|
651
651
|
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
652
652
|
- Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards).
|
|
653
653
|
|
|
@@ -179,7 +179,7 @@ export interface ISequenceDeltaRange<TOperation extends MergeTreeDeltaOperationT
|
|
|
179
179
|
export interface ISequenceIntervalCollection extends TypedEventEmitter<ISequenceIntervalCollectionEvents> {
|
|
180
180
|
// (undocumented)
|
|
181
181
|
[Symbol.iterator](): Iterator<SequenceInterval>;
|
|
182
|
-
add(
|
|
182
|
+
add(input: {
|
|
183
183
|
start: SequencePlace;
|
|
184
184
|
end: SequencePlace;
|
|
185
185
|
props?: PropertySet;
|
|
@@ -189,7 +189,7 @@ export interface ISequenceIntervalCollection extends TypedEventEmitter<ISequence
|
|
|
189
189
|
// (undocumented)
|
|
190
190
|
readonly attached: boolean;
|
|
191
191
|
attachIndex(index: SequenceIntervalIndex): void;
|
|
192
|
-
change(id: string,
|
|
192
|
+
change(id: string, input: {
|
|
193
193
|
start?: SequencePlace;
|
|
194
194
|
end?: SequencePlace;
|
|
195
195
|
props?: PropertySet;
|
package/dist/packageVersion.d.ts
CHANGED
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.
|
|
11
|
+
exports.pkgVersion = "2.93.0";
|
|
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,QAAQ,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.
|
|
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,QAAQ,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.93.0\";\n"]}
|
package/eslint.config.mts
CHANGED
package/lib/packageVersion.d.ts
CHANGED
package/lib/packageVersion.js
CHANGED
|
@@ -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,QAAQ,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.
|
|
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,QAAQ,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.93.0\";\n"]}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/sequence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "Distributed sequence",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -91,38 +91,38 @@
|
|
|
91
91
|
"temp-directory": "nyc/.nyc_output"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@fluid-internal/client-utils": "~2.
|
|
95
|
-
"@fluidframework/core-interfaces": "~2.
|
|
96
|
-
"@fluidframework/core-utils": "~2.
|
|
97
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
98
|
-
"@fluidframework/driver-definitions": "~2.
|
|
99
|
-
"@fluidframework/merge-tree": "~2.
|
|
100
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
101
|
-
"@fluidframework/runtime-utils": "~2.
|
|
102
|
-
"@fluidframework/shared-object-base": "~2.
|
|
103
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
94
|
+
"@fluid-internal/client-utils": "~2.93.0",
|
|
95
|
+
"@fluidframework/core-interfaces": "~2.93.0",
|
|
96
|
+
"@fluidframework/core-utils": "~2.93.0",
|
|
97
|
+
"@fluidframework/datastore-definitions": "~2.93.0",
|
|
98
|
+
"@fluidframework/driver-definitions": "~2.93.0",
|
|
99
|
+
"@fluidframework/merge-tree": "~2.93.0",
|
|
100
|
+
"@fluidframework/runtime-definitions": "~2.93.0",
|
|
101
|
+
"@fluidframework/runtime-utils": "~2.93.0",
|
|
102
|
+
"@fluidframework/shared-object-base": "~2.93.0",
|
|
103
|
+
"@fluidframework/telemetry-utils": "~2.93.0",
|
|
104
104
|
"double-ended-queue": "^2.1.0-0",
|
|
105
105
|
"uuid": "^11.1.0"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
109
109
|
"@biomejs/biome": "~2.4.5",
|
|
110
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
111
|
-
"@fluid-private/stochastic-test-utils": "~2.
|
|
112
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
113
|
-
"@fluid-tools/benchmark": "^0.
|
|
110
|
+
"@fluid-internal/mocha-test-setup": "~2.93.0",
|
|
111
|
+
"@fluid-private/stochastic-test-utils": "~2.93.0",
|
|
112
|
+
"@fluid-private/test-dds-utils": "~2.93.0",
|
|
113
|
+
"@fluid-tools/benchmark": "^0.55.0",
|
|
114
114
|
"@fluid-tools/build-cli": "^0.64.0",
|
|
115
115
|
"@fluidframework/build-common": "^2.0.3",
|
|
116
116
|
"@fluidframework/build-tools": "^0.64.0",
|
|
117
|
-
"@fluidframework/container-definitions": "~2.
|
|
117
|
+
"@fluidframework/container-definitions": "~2.93.0",
|
|
118
118
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
119
|
-
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.
|
|
120
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
121
|
-
"@microsoft/api-extractor": "7.
|
|
119
|
+
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.92.0",
|
|
120
|
+
"@fluidframework/test-runtime-utils": "~2.93.0",
|
|
121
|
+
"@microsoft/api-extractor": "7.58.1",
|
|
122
122
|
"@types/diff": "^3.5.1",
|
|
123
123
|
"@types/double-ended-queue": "^2.1.0",
|
|
124
124
|
"@types/mocha": "^10.0.10",
|
|
125
|
-
"@types/node": "~
|
|
125
|
+
"@types/node": "~22.19.17",
|
|
126
126
|
"c8": "^10.1.3",
|
|
127
127
|
"concurrently": "^9.2.1",
|
|
128
128
|
"copyfiles": "^2.4.1",
|
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"api": "fluid-build . --task api",
|
|
153
153
|
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
154
154
|
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
155
|
+
"bench": "cross-env FLUID_TEST_PERF_MODE=1 mocha --parentProcess",
|
|
155
156
|
"build": "fluid-build . --task build",
|
|
156
157
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
157
158
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
@@ -185,13 +186,8 @@
|
|
|
185
186
|
"lint": "fluid-build . --task lint",
|
|
186
187
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
187
188
|
"pack:tests": "tar -cf ./sequence.test-files.tar ./src/test ./dist/test ./lib/test",
|
|
188
|
-
"perf": "cross-env FLUID_TEST_VERBOSE=1 mocha \"lib/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
|
|
189
|
-
"perf:measure": "npm run perf -- --fgrep @Measurement",
|
|
190
189
|
"test": "npm run test:mocha",
|
|
191
|
-
"test:benchmark:report": "mocha \"lib/test/*.perf.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime -r @fluid-internal/mocha-test-setup --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
|
|
192
190
|
"test:coverage": "c8 npm test",
|
|
193
|
-
"test:memory": "mocha --config src/test/memory/.mocharc.cjs",
|
|
194
|
-
"test:memory-profiling:report": "mocha --config src/test/memory/.mocharc.cjs",
|
|
195
191
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
196
192
|
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
197
193
|
"test:mocha:esm": "mocha",
|
|
@@ -199,7 +195,6 @@
|
|
|
199
195
|
"test:newsnapfiles": "node --conditions=allow-ff-test-exports lib/test/createSnapshotFiles.tool.js",
|
|
200
196
|
"test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.fuzz.spec.*js\" -r @fluid-internal/mocha-test-setup",
|
|
201
197
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
202
|
-
"typetests:gen": "flub generate typetests --dir . -v"
|
|
203
|
-
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
198
|
+
"typetests:gen": "flub generate typetests --dir . -v"
|
|
204
199
|
}
|
|
205
200
|
}
|
package/src/packageVersion.ts
CHANGED