@fluid-experimental/ot 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/ot
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
@@ -2,8 +2,7 @@
2
2
 
3
3
  Distributed data structure for hosting [Operational Transformation (OT)](https://en.wikipedia.org/wiki/Operational_transformation) types.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:) -->
6
-
5
+ <!-- markdown-magic:begin {"transform":"library-readme-header","headingLevel":2} -->
7
6
  <!-- prettier-ignore-start -->
8
7
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
9
8
 
@@ -34,11 +33,9 @@ npm i @fluid-experimental/ot
34
33
  Read the **@fluid-experimental/ot** API documentation at <https://fluidframework.com/docs/apis/ot>.
35
34
 
36
35
  <!-- prettier-ignore-end -->
36
+ <!-- markdown-magic:end -->
37
37
 
38
- <!-- AUTO-GENERATED-CONTENT:END -->
39
-
40
- <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
41
-
38
+ <!-- markdown-magic:begin {"transform":"readme-footer","headingLevel":2} -->
42
39
  <!-- prettier-ignore-start -->
43
40
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
44
41
 
@@ -55,29 +52,29 @@ To request support for a configuration that is not listed, file an issue.
55
52
  The product team will evaluate your request.
56
53
  In the issue, specify the current status of the configuration:
57
54
 
58
- - The configuration works but needs official support.
59
- - The configuration does not work and requires changes.
55
+ - The configuration works but needs official support.
56
+ - The configuration does not work and requires changes.
60
57
 
61
58
  ### Supported Runtimes
62
59
 
63
- - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
64
- - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
65
- - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
66
- - Fluid Framework supports modern browsers that support the ES2022 standard library.
60
+ - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
61
+ - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
62
+ - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
63
+ - Fluid Framework supports modern browsers that support the ES2022 standard library.
67
64
 
68
65
  ### Supported Tools
69
66
 
70
- - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
71
- - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
72
- - Set the build targets (`lib`, `target`) to `ES2022` or later.
73
- - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
74
- - 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).
75
- - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
76
- If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
77
- These methods can incorrectly exclude `undefined` from the possible values.
78
- - [webpack](https://webpack.js.org/) 5
79
- - We do not require a specific bundler.
80
- Other bundlers that handle ES Modules can work, but we actively test only webpack.
67
+ - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
68
+ - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
69
+ - Set the build targets (`lib`, `target`) to `ES2022` or later.
70
+ - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
71
+ - 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).
72
+ - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
73
+ If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
74
+ These methods can incorrectly exclude `undefined` from the possible values.
75
+ - [webpack](https://webpack.js.org/) 5
76
+ - We do not require a specific bundler.
77
+ Other bundlers that handle ES Modules can work, but we actively test only webpack.
81
78
 
82
79
  ### Module Resolution
83
80
 
@@ -88,25 +85,25 @@ Do not use `Node10` module resolution.
88
85
 
89
86
  ### Module Formats
90
87
 
91
- - ES Modules:
92
- Use ES Modules to consume Fluid Framework client packages, including in Node.js.
93
- - CommonJS:
94
- Fluid Framework does not officially support CommonJS in version 3.0 or later.
88
+ - ES Modules:
89
+ Use ES Modules to consume Fluid Framework client packages, including in Node.js.
90
+ - CommonJS:
91
+ Fluid Framework does not officially support CommonJS in version 3.0 or later.
95
92
 
96
93
  ## Contribution Guidelines
97
94
 
98
95
  You can [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid Framework in these ways:
99
96
 
100
- - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
101
- - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
102
- - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
103
- - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
97
+ - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
98
+ - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
99
+ - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
100
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
104
101
 
105
102
  For detailed instructions, read the [repo documentation](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
106
103
 
107
104
  This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
108
105
  For more information, read the [Code of Conduct frequently asked questions](https://opensource.microsoft.com/codeofconduct/faq/).
109
- For questions or comments, contact [opencode@microsoft.com](mailto:opencode@microsoft.com).
106
+ For questions or comments, contact <opencode@microsoft.com>.
110
107
 
111
108
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
112
109
  Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
@@ -127,5 +124,4 @@ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guid
127
124
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
128
125
 
129
126
  <!-- prettier-ignore-end -->
130
-
131
- <!-- AUTO-GENERATED-CONTENT:END -->
127
+ <!-- markdown-magic:end -->
@@ -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 = "@fluid-experimental/ot";
8
- export declare const pkgVersion = "3.0.1";
8
+ export declare const pkgVersion = "3.1.0";
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 = "@fluid-experimental/ot";
11
- exports.pkgVersion = "3.0.1";
11
+ exports.pkgVersion = "3.1.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,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"3.0.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"3.1.0\";\n"]}
@@ -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 = "@fluid-experimental/ot";
8
- export declare const pkgVersion = "3.0.1";
8
+ export declare const pkgVersion = "3.1.0";
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 = "@fluid-experimental/ot";
8
- export const pkgVersion = "3.0.1";
8
+ export const pkgVersion = "3.1.0";
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,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"3.0.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,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 = \"@fluid-experimental/ot\";\nexport const pkgVersion = \"3.1.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/ot",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Distributed data structure for hosting ottypes",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -41,24 +41,24 @@
41
41
  "temp-directory": "nyc/.nyc_output"
42
42
  },
43
43
  "dependencies": {
44
- "@fluid-internal/client-utils": "~3.0.1",
45
- "@fluidframework/core-interfaces": "~3.0.1",
46
- "@fluidframework/core-utils": "~3.0.1",
47
- "@fluidframework/datastore-definitions": "~3.0.1",
48
- "@fluidframework/driver-definitions": "~3.0.1",
49
- "@fluidframework/runtime-definitions": "~3.0.1",
50
- "@fluidframework/shared-object-base": "~3.0.1"
44
+ "@fluid-internal/client-utils": "~3.1.0",
45
+ "@fluidframework/core-interfaces": "~3.1.0",
46
+ "@fluidframework/core-utils": "~3.1.0",
47
+ "@fluidframework/datastore-definitions": "~3.1.0",
48
+ "@fluidframework/driver-definitions": "~3.1.0",
49
+ "@fluidframework/runtime-definitions": "~3.1.0",
50
+ "@fluidframework/shared-object-base": "~3.1.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@arethetypeswrong/cli": "^0.18.5",
54
54
  "@biomejs/biome": "~2.4.5",
55
- "@fluid-internal/mocha-test-setup": "~3.0.1",
56
- "@fluid-private/test-dds-utils": "~3.0.1",
55
+ "@fluid-internal/mocha-test-setup": "~3.1.0",
56
+ "@fluid-private/test-dds-utils": "~3.1.0",
57
57
  "@fluid-tools/build-cli": "^0.67.0",
58
58
  "@fluidframework/build-common": "^2.0.3",
59
59
  "@fluidframework/build-tools": "^0.67.0",
60
60
  "@fluidframework/eslint-config-fluid": "^14.0.0",
61
- "@fluidframework/test-runtime-utils": "~3.0.1",
61
+ "@fluidframework/test-runtime-utils": "~3.1.0",
62
62
  "@microsoft/api-extractor": "7.58.1",
63
63
  "@types/mocha": "^10.0.10",
64
64
  "@types/node": "~22.19.17",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-experimental/ot";
9
- export const pkgVersion = "3.0.1";
9
+ export const pkgVersion = "3.1.0";