@fluidframework/aqueduct 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 +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/aqueduct
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
@@ -1,7 +1,6 @@
1
1
  # @fluidframework/aqueduct
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
4
-
3
+ <!-- markdown-magic:begin {"transform":"library-readme-header","headingLevel":2} -->
5
4
  <!-- prettier-ignore-start -->
6
5
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
7
6
 
@@ -35,8 +34,7 @@ Import the `legacy` APIs from `@fluidframework/aqueduct/legacy`.
35
34
  Read the **@fluidframework/aqueduct** API documentation at <https://fluidframework.com/docs/apis/aqueduct>.
36
35
 
37
36
  <!-- prettier-ignore-end -->
38
-
39
- <!-- AUTO-GENERATED-CONTENT:END -->
37
+ <!-- markdown-magic:end -->
40
38
 
41
39
  ![Aqueduct](https://publicdomainvectors.org/photos/johnny-automatic-Roman-aqueducts.png)
42
40
 
@@ -232,8 +230,7 @@ makes a request to the Container for `{url:"color"}` will intercept and return a
232
230
 
233
231
  We use custom handlers to build the Container Services pattern.
234
232
 
235
- <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
236
-
233
+ <!-- markdown-magic:begin {"transform":"readme-footer","headingLevel":2} -->
237
234
  <!-- prettier-ignore-start -->
238
235
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
239
236
 
@@ -250,29 +247,29 @@ To request support for a configuration that is not listed, file an issue.
250
247
  The product team will evaluate your request.
251
248
  In the issue, specify the current status of the configuration:
252
249
 
253
- - The configuration works but needs official support.
254
- - The configuration does not work and requires changes.
250
+ - The configuration works but needs official support.
251
+ - The configuration does not work and requires changes.
255
252
 
256
253
  ### Supported Runtimes
257
254
 
258
- - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
259
- - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
260
- - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
261
- - Fluid Framework supports modern browsers that support the ES2022 standard library.
255
+ - Fluid Framework supports Node.js versions 22 and 24 while they receive [upstream support](https://nodejs.org/en/about/previous-releases).
256
+ - Fluid Framework will stop support for version 22 [when upstream support ends on 2027-04-30](https://github.com/nodejs/release#release-schedule).
257
+ - Fluid Framework does not support Node.js with the `--no-experimental-fetch` flag.
258
+ - Fluid Framework supports modern browsers that support the ES2022 standard library.
262
259
 
263
260
  ### Supported Tools
264
261
 
265
- - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
266
- - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
267
- - Set the build targets (`lib`, `target`) to `ES2022` or later.
268
- - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
269
- - 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).
270
- - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
271
- If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
272
- These methods can incorrectly exclude `undefined` from the possible values.
273
- - [webpack](https://webpack.js.org/) 5
274
- - We do not require a specific bundler.
275
- Other bundlers that handle ES Modules can work, but we actively test only webpack.
262
+ - [TypeScript 6.0](https://typescriptdocs.com/release-notes/TypeScript%206.0):
263
+ - Fluid Framework supports all [`strict`](https://www.typescriptlang.org/tsconfig) options.
264
+ - Set the build targets (`lib`, `target`) to `ES2022` or later.
265
+ - Enable [`strictNullChecks`](https://www.typescriptlang.org/tsconfig).
266
+ - 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).
267
+ - Fluid Framework does not fully support `exactOptionalPropertyTypes`.
268
+ If you enable this option, do not use `in`, `Reflect.has`, `Object.hasOwn`, or `Object.prototype.hasOwnProperty` to narrow members of Fluid Framework types.
269
+ These methods can incorrectly exclude `undefined` from the possible values.
270
+ - [webpack](https://webpack.js.org/) 5
271
+ - We do not require a specific bundler.
272
+ Other bundlers that handle ES Modules can work, but we actively test only webpack.
276
273
 
277
274
  ### Module Resolution
278
275
 
@@ -283,25 +280,25 @@ Do not use `Node10` module resolution.
283
280
 
284
281
  ### Module Formats
285
282
 
286
- - ES Modules:
287
- Use ES Modules to consume Fluid Framework client packages, including in Node.js.
288
- - CommonJS:
289
- Fluid Framework does not officially support CommonJS in version 3.0 or later.
283
+ - ES Modules:
284
+ Use ES Modules to consume Fluid Framework client packages, including in Node.js.
285
+ - CommonJS:
286
+ Fluid Framework does not officially support CommonJS in version 3.0 or later.
290
287
 
291
288
  ## Contribution Guidelines
292
289
 
293
290
  You can [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid Framework in these ways:
294
291
 
295
- - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
296
- - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
297
- - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
298
- - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
292
+ - Answer questions in [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
293
+ - [Submit bug reports](https://github.com/microsoft/FluidFramework/issues) and help verify fixes.
294
+ - Review [source code changes](https://github.com/microsoft/FluidFramework/pulls).
295
+ - [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
299
296
 
300
297
  For detailed instructions, read the [repo documentation](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
301
298
 
302
299
  This project follows the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
303
300
  For more information, read the [Code of Conduct frequently asked questions](https://opensource.microsoft.com/codeofconduct/faq/).
304
- For questions or comments, contact [opencode@microsoft.com](mailto:opencode@microsoft.com).
301
+ For questions or comments, contact <opencode@microsoft.com>.
305
302
 
306
303
  This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
307
304
  Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
@@ -322,8 +319,7 @@ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guid
322
319
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
323
320
 
324
321
  <!-- prettier-ignore-end -->
325
-
326
- <!-- AUTO-GENERATED-CONTENT:END -->
322
+ <!-- markdown-magic:end -->
327
323
 
328
324
  <!-- Links -->
329
325
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -55,27 +55,27 @@
55
55
  "temp-directory": "nyc/.nyc_output"
56
56
  },
57
57
  "dependencies": {
58
- "@fluid-internal/client-utils": "~3.0.1",
59
- "@fluidframework/container-definitions": "~3.0.1",
60
- "@fluidframework/container-runtime": "~3.0.1",
61
- "@fluidframework/container-runtime-definitions": "~3.0.1",
62
- "@fluidframework/core-interfaces": "~3.0.1",
63
- "@fluidframework/core-utils": "~3.0.1",
64
- "@fluidframework/datastore": "~3.0.1",
65
- "@fluidframework/datastore-definitions": "~3.0.1",
66
- "@fluidframework/map": "~3.0.1",
67
- "@fluidframework/request-handler": "~3.0.1",
68
- "@fluidframework/runtime-definitions": "~3.0.1",
69
- "@fluidframework/runtime-utils": "~3.0.1",
70
- "@fluidframework/shared-object-base": "~3.0.1",
71
- "@fluidframework/synthesize": "~3.0.1",
72
- "@fluidframework/telemetry-utils": "~3.0.1",
73
- "@fluidframework/tree": "~3.0.1"
58
+ "@fluid-internal/client-utils": "~3.1.0",
59
+ "@fluidframework/container-definitions": "~3.1.0",
60
+ "@fluidframework/container-runtime": "~3.1.0",
61
+ "@fluidframework/container-runtime-definitions": "~3.1.0",
62
+ "@fluidframework/core-interfaces": "~3.1.0",
63
+ "@fluidframework/core-utils": "~3.1.0",
64
+ "@fluidframework/datastore": "~3.1.0",
65
+ "@fluidframework/datastore-definitions": "~3.1.0",
66
+ "@fluidframework/map": "~3.1.0",
67
+ "@fluidframework/request-handler": "~3.1.0",
68
+ "@fluidframework/runtime-definitions": "~3.1.0",
69
+ "@fluidframework/runtime-utils": "~3.1.0",
70
+ "@fluidframework/shared-object-base": "~3.1.0",
71
+ "@fluidframework/synthesize": "~3.1.0",
72
+ "@fluidframework/telemetry-utils": "~3.1.0",
73
+ "@fluidframework/tree": "~3.1.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "^0.18.5",
77
77
  "@biomejs/biome": "~2.4.5",
78
- "@fluid-internal/mocha-test-setup": "~3.0.1",
78
+ "@fluid-internal/mocha-test-setup": "~3.1.0",
79
79
  "@fluid-tools/build-cli": "^0.67.0",
80
80
  "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.116.0",
81
81
  "@fluidframework/build-common": "^2.0.3",