@fluid-experimental/last-edited 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/eslint.config.mts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ When making such a request please include if the configuration already works (an
|
|
|
139
139
|
|
|
140
140
|
### Supported Runtimes
|
|
141
141
|
|
|
142
|
-
- NodeJs ^
|
|
142
|
+
- 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.
|
|
143
143
|
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
144
144
|
- 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).
|
|
145
145
|
|
package/eslint.config.mts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/last-edited",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "Tracks the last edited information in the Container.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluidframework/aqueduct": "~2.
|
|
31
|
-
"@fluidframework/container-runtime": "~2.
|
|
32
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
33
|
-
"@fluidframework/core-interfaces": "~2.
|
|
34
|
-
"@fluidframework/driver-definitions": "~2.
|
|
35
|
-
"@fluidframework/runtime-utils": "~2.
|
|
36
|
-
"@fluidframework/shared-summary-block": "~2.
|
|
30
|
+
"@fluidframework/aqueduct": "~2.93.0",
|
|
31
|
+
"@fluidframework/container-runtime": "~2.93.0",
|
|
32
|
+
"@fluidframework/container-runtime-definitions": "~2.93.0",
|
|
33
|
+
"@fluidframework/core-interfaces": "~2.93.0",
|
|
34
|
+
"@fluidframework/driver-definitions": "~2.93.0",
|
|
35
|
+
"@fluidframework/runtime-utils": "~2.93.0",
|
|
36
|
+
"@fluidframework/shared-summary-block": "~2.93.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@fluidframework/build-common": "^2.0.3",
|
|
43
43
|
"@fluidframework/build-tools": "^0.64.0",
|
|
44
44
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
45
|
-
"@microsoft/api-extractor": "7.
|
|
46
|
-
"@types/node": "~
|
|
45
|
+
"@microsoft/api-extractor": "7.58.1",
|
|
46
|
+
"@types/node": "~22.19.17",
|
|
47
47
|
"concurrently": "^9.2.1",
|
|
48
48
|
"copyfiles": "^2.4.1",
|
|
49
49
|
"eslint": "~9.39.1",
|