@fluid-experimental/oldest-client-observer 2.91.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 +8 -0
- package/README.md +1 -1
- package/dist/legacy.d.ts +1 -1
- package/dist/public.d.ts +1 -1
- package/eslint.config.mts +1 -1
- package/internal.d.ts +1 -1
- package/legacy.d.ts +1 -1
- package/lib/legacy.d.ts +1 -1
- package/lib/public.d.ts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +14 -50
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ When making such a request please include if the configuration already works (an
|
|
|
60
60
|
|
|
61
61
|
### Supported Runtimes
|
|
62
62
|
|
|
63
|
-
- NodeJs ^
|
|
63
|
+
- 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.
|
|
64
64
|
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
65
65
|
- 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).
|
|
66
66
|
|
package/dist/legacy.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
package/dist/public.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {}
|
package/eslint.config.mts
CHANGED
package/internal.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export * from "./lib/index.js";
|
package/legacy.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export * from "./lib/legacy.js";
|
package/lib/legacy.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
package/lib/public.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {}
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/oldest-client-observer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "Data object to determine if the local client is the oldest amongst connected clients",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,45 +46,23 @@
|
|
|
46
46
|
},
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
|
-
"c8": {
|
|
50
|
-
"all": true,
|
|
51
|
-
"cache-dir": "nyc/.cache",
|
|
52
|
-
"exclude": [
|
|
53
|
-
"src/test/**/*.*ts",
|
|
54
|
-
"dist/test/**/*.*js",
|
|
55
|
-
"lib/test/**/*.*js"
|
|
56
|
-
],
|
|
57
|
-
"exclude-after-remap": false,
|
|
58
|
-
"include": [
|
|
59
|
-
"src/**/*.*ts",
|
|
60
|
-
"dist/**/*.*js",
|
|
61
|
-
"lib/**/*.*js"
|
|
62
|
-
],
|
|
63
|
-
"report-dir": "nyc/report",
|
|
64
|
-
"reporter": [
|
|
65
|
-
"cobertura",
|
|
66
|
-
"html",
|
|
67
|
-
"text"
|
|
68
|
-
],
|
|
69
|
-
"temp-directory": "nyc/.nyc_output"
|
|
70
|
-
},
|
|
71
49
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "~2.
|
|
73
|
-
"@fluidframework/container-definitions": "~2.
|
|
74
|
-
"@fluidframework/core-interfaces": "~2.
|
|
75
|
-
"@fluidframework/core-utils": "~2.
|
|
76
|
-
"@fluidframework/driver-definitions": "~2.
|
|
50
|
+
"@fluid-internal/client-utils": "~2.93.0",
|
|
51
|
+
"@fluidframework/container-definitions": "~2.93.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.93.0",
|
|
53
|
+
"@fluidframework/core-utils": "~2.93.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.93.0"
|
|
77
55
|
},
|
|
78
56
|
"devDependencies": {
|
|
79
57
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
80
58
|
"@biomejs/biome": "~2.4.5",
|
|
81
|
-
"@fluid-private/test-dds-utils": "~2.
|
|
82
|
-
"@fluid-tools/build-cli": "^0.
|
|
59
|
+
"@fluid-private/test-dds-utils": "~2.93.0",
|
|
60
|
+
"@fluid-tools/build-cli": "^0.64.0",
|
|
83
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
|
-
"@fluidframework/build-tools": "^0.
|
|
85
|
-
"@fluidframework/eslint-config-fluid": "
|
|
86
|
-
"@microsoft/api-extractor": "7.
|
|
87
|
-
"@types/node": "~
|
|
62
|
+
"@fluidframework/build-tools": "^0.64.0",
|
|
63
|
+
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
64
|
+
"@microsoft/api-extractor": "7.58.1",
|
|
65
|
+
"@types/node": "~22.19.17",
|
|
88
66
|
"concurrently": "^9.2.1",
|
|
89
67
|
"copyfiles": "^2.4.1",
|
|
90
68
|
"cross-env": "^10.1.0",
|
|
@@ -93,24 +71,12 @@
|
|
|
93
71
|
"rimraf": "^6.1.3",
|
|
94
72
|
"typescript": "~5.4.5"
|
|
95
73
|
},
|
|
96
|
-
"fluidBuild": {
|
|
97
|
-
"tasks": {
|
|
98
|
-
"build:esnext": [
|
|
99
|
-
"...",
|
|
100
|
-
"typetests:gen"
|
|
101
|
-
],
|
|
102
|
-
"tsc": [
|
|
103
|
-
"...",
|
|
104
|
-
"typetests:gen"
|
|
105
|
-
]
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
74
|
"typeValidation": {
|
|
109
75
|
"disabled": true
|
|
110
76
|
},
|
|
111
77
|
"scripts": {
|
|
112
78
|
"api": "fluid-build . --task api",
|
|
113
|
-
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
79
|
+
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
114
80
|
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
115
81
|
"build": "fluid-build . --task build",
|
|
116
82
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
@@ -140,8 +106,6 @@
|
|
|
140
106
|
"format:biome": "biome check . --write",
|
|
141
107
|
"lint": "fluid-build . --task lint",
|
|
142
108
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
143
|
-
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
144
|
-
"typetests:gen": "flub generate typetests --dir . -v",
|
|
145
|
-
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
109
|
+
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
146
110
|
}
|
|
147
111
|
}
|