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