@fluid-experimental/tree 3.0.1 → 3.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +30 -34
  3. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/tree
2
2
 
3
+ ## 3.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 3.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -4,8 +4,7 @@
4
4
  **As of Fluid Framework's 2.0 release, a production ready tree DDS is available via [@fluidframework/tree](https://github.com/microsoft/FluidFramework/tree/main/packages/dds/tree).**
5
5
  **Please use that library instead.**
6
6
 
7
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
8
-
7
+ <!-- markdown-magic:begin {"transform":"library-readme-header","headingLevel":2} -->
9
8
  <!-- prettier-ignore-start -->
10
9
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
11
10
 
@@ -36,8 +35,7 @@ npm i @fluid-experimental/tree
36
35
  Read the **@fluid-experimental/tree** API documentation at <https://fluidframework.com/docs/apis/tree>.
37
36
 
38
37
  <!-- prettier-ignore-end -->
39
-
40
- <!-- AUTO-GENERATED-CONTENT:END -->
38
+ <!-- markdown-magic:end -->
41
39
 
42
40
  A [Fluid](https://fluidframework.com/) SharedObject Tree with:
43
41
 
@@ -382,8 +380,7 @@ The summaries generated by SharedTree include the current view and edit history.
382
380
 
383
381
  Edits are virtualized and downloaded on-demand via async APIs. The usage of edit history is rare outside of history-related operations and therefore, it is not expected that clients will be frequently downloading edit history. Devirtualized edits are also cached and periodically evicted from memory, however, edits added to the history during the current session are never evicted.
384
382
 
385
- <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
386
-
383
+ <!-- markdown-magic:begin {"transform":"readme-footer","headingLevel":2} -->
387
384
  <!-- prettier-ignore-start -->
388
385
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
389
386
 
@@ -400,29 +397,29 @@ To request support for a configuration that is not listed, file an issue.
400
397
  The product team will evaluate your request.
401
398
  In the issue, specify the current status of the configuration:
402
399
 
403
- - The configuration works but needs official support.
404
- - The configuration does not work and requires changes.
400
+ - The configuration works but needs official support.
401
+ - The configuration does not work and requires changes.
405
402
 
406
403
  ### Supported Runtimes
407
404
 
408
- - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
409
- - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
410
- - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
411
- - Fluid Framework supports modern browsers that support the ES2022 standard library.
405
+ - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
406
+ - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
407
+ - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
408
+ - Fluid Framework supports modern browsers that support the ES2022 standard library.
412
409
 
413
410
  ### Supported Tools
414
411
 
415
- - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
416
- - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
417
- - Set the build targets (`lib`, `target`) to `ES2022` or later.
418
- - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
419
- - Fluid Framework does not support [configuration options deprecated in TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0#breaking-changes-and-deprecations-in-typescript-6-0).
420
- - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
421
- If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
422
- These methods can incorrectly exclude `undefined` from the possible values.
423
- - [webpack](https://webpack.js.org/) 5
424
- - We do not require a specific bundler.
425
- Other bundlers that handle ES Modules can work, but we actively test only webpack.
412
+ - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
413
+ - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
414
+ - Set the build targets (`lib`, `target`) to `ES2022` or later.
415
+ - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
416
+ - Fluid Framework does not support [configuration options deprecated in TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0#breaking-changes-and-deprecations-in-typescript-6-0).
417
+ - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
418
+ If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
419
+ These methods can incorrectly exclude `undefined` from the possible values.
420
+ - [webpack](https://webpack.js.org/) 5
421
+ - We do not require a specific bundler.
422
+ Other bundlers that handle ES Modules can work, but we actively test only webpack.
426
423
 
427
424
  ### Module Resolution
428
425
 
@@ -433,25 +430,25 @@ Do not use `Node10` module resolution.
433
430
 
434
431
  ### Module Formats
435
432
 
436
- - ES Modules:
437
- Use ES Modules to consume Fluid Framework client packages, including in Node.js.
438
- - CommonJS:
439
- Fluid Framework does not officially support CommonJS in version 3.0 or later.
433
+ - ES Modules:
434
+ Use ES Modules to consume Fluid Framework client packages, including in Node.js.
435
+ - CommonJS:
436
+ Fluid Framework does not officially support CommonJS in version 3.0 or later.
440
437
 
441
438
  ## Contribution Guidelines
442
439
 
443
440
  You can [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid Framework in these ways:
444
441
 
445
- - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
446
- - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
447
- - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
448
- - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
442
+ - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
443
+ - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
444
+ - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
445
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
449
446
 
450
447
  For detailed instructions, read the [repo documentation](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
451
448
 
452
449
  This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
453
450
  For more information, read the [Code of Conduct frequently asked questions](https://opensource.microsoft.com/codeofconduct/faq/).
454
- For questions or comments, contact [opencode@microsoft.com](mailto:opencode@microsoft.com).
451
+ For questions or comments, contact <opencode@microsoft.com>.
455
452
 
456
453
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
457
454
  Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
@@ -472,5 +469,4 @@ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guid
472
469
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
473
470
 
474
471
  <!-- prettier-ignore-end -->
475
-
476
- <!-- AUTO-GENERATED-CONTENT:END -->
472
+ <!-- markdown-magic:end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/tree",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Distributed tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -19,18 +19,18 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-internal/client-utils": "~3.0.1",
23
- "@fluidframework/container-definitions": "~3.0.1",
24
- "@fluidframework/core-interfaces": "~3.0.1",
25
- "@fluidframework/core-utils": "~3.0.1",
26
- "@fluidframework/datastore-definitions": "~3.0.1",
27
- "@fluidframework/driver-definitions": "~3.0.1",
28
- "@fluidframework/id-compressor": "~3.0.1",
29
- "@fluidframework/runtime-definitions": "~3.0.1",
30
- "@fluidframework/runtime-utils": "~3.0.1",
31
- "@fluidframework/shared-object-base": "~3.0.1",
32
- "@fluidframework/telemetry-utils": "~3.0.1",
33
- "@fluidframework/tree": "~3.0.1",
22
+ "@fluid-internal/client-utils": "~3.1.0",
23
+ "@fluidframework/container-definitions": "~3.1.0",
24
+ "@fluidframework/core-interfaces": "~3.1.0",
25
+ "@fluidframework/core-utils": "~3.1.0",
26
+ "@fluidframework/datastore-definitions": "~3.1.0",
27
+ "@fluidframework/driver-definitions": "~3.1.0",
28
+ "@fluidframework/id-compressor": "~3.1.0",
29
+ "@fluidframework/runtime-definitions": "~3.1.0",
30
+ "@fluidframework/runtime-utils": "~3.1.0",
31
+ "@fluidframework/shared-object-base": "~3.1.0",
32
+ "@fluidframework/telemetry-utils": "~3.1.0",
33
+ "@fluidframework/tree": "~3.1.0",
34
34
  "@tylerbu/sorted-btree-es6": "^2.1.1",
35
35
  "buffer": "^6.0.3",
36
36
  "denque": "^1.5.1",
@@ -40,20 +40,20 @@
40
40
  "devDependencies": {
41
41
  "@arethetypeswrong/cli": "^0.18.5",
42
42
  "@biomejs/biome": "~2.4.5",
43
- "@fluid-internal/mocha-test-setup": "~3.0.1",
44
- "@fluid-private/stochastic-test-utils": "~3.0.1",
45
- "@fluid-private/test-drivers": "~3.0.1",
43
+ "@fluid-internal/mocha-test-setup": "~3.1.0",
44
+ "@fluid-private/stochastic-test-utils": "~3.1.0",
45
+ "@fluid-private/test-drivers": "~3.1.0",
46
46
  "@fluid-tools/benchmark": "^0.59.0",
47
47
  "@fluidframework/build-common": "^2.0.3",
48
48
  "@fluidframework/build-tools": "^0.67.0",
49
- "@fluidframework/container-definitions": "~3.0.1",
50
- "@fluidframework/container-loader": "~3.0.1",
51
- "@fluidframework/container-runtime": "~3.0.1",
49
+ "@fluidframework/container-definitions": "~3.1.0",
50
+ "@fluidframework/container-loader": "~3.1.0",
51
+ "@fluidframework/container-runtime": "~3.1.0",
52
52
  "@fluidframework/eslint-config-fluid": "^14.0.0",
53
- "@fluidframework/runtime-utils": "~3.0.1",
54
- "@fluidframework/test-runtime-utils": "~3.0.1",
55
- "@fluidframework/test-utils": "~3.0.1",
56
- "@fluidframework/undo-redo": "~3.0.1",
53
+ "@fluidframework/runtime-utils": "~3.1.0",
54
+ "@fluidframework/test-runtime-utils": "~3.1.0",
55
+ "@fluidframework/test-utils": "~3.1.0",
56
+ "@fluidframework/undo-redo": "~3.1.0",
57
57
  "@microsoft/api-extractor": "7.58.1",
58
58
  "@types/chai": "^4.0.0",
59
59
  "@types/lru-cache": "^5.1.0",