@fluid-experimental/oldest-client-observer 2.60.0 → 2.61.0-355516
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/dist/legacy.d.ts +2 -1
- package/lib/legacy.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +12 -12
package/dist/legacy.d.ts
CHANGED
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @
|
|
12
|
+
// #region @legacyBeta APIs
|
|
13
13
|
IOldestClientObservable,
|
|
14
14
|
IOldestClientObservableEvents,
|
|
15
15
|
IOldestClientObserver,
|
|
16
16
|
IOldestClientObserverEvents,
|
|
17
17
|
OldestClientObserver
|
|
18
|
+
// #endregion
|
|
18
19
|
} from "./index.js";
|
package/lib/legacy.d.ts
CHANGED
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @
|
|
12
|
+
// #region @legacyBeta APIs
|
|
13
13
|
IOldestClientObservable,
|
|
14
14
|
IOldestClientObservableEvents,
|
|
15
15
|
IOldestClientObserver,
|
|
16
16
|
IOldestClientObserverEvents,
|
|
17
17
|
OldestClientObserver
|
|
18
|
+
// #endregion
|
|
18
19
|
} from "./index.js";
|
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.61.0-355516",
|
|
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": {
|
|
@@ -69,21 +69,21 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "
|
|
73
|
-
"@fluidframework/container-definitions": "
|
|
74
|
-
"@fluidframework/core-interfaces": "
|
|
75
|
-
"@fluidframework/core-utils": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
72
|
+
"@fluid-internal/client-utils": "2.61.0-355516",
|
|
73
|
+
"@fluidframework/container-definitions": "2.61.0-355516",
|
|
74
|
+
"@fluidframework/core-interfaces": "2.61.0-355516",
|
|
75
|
+
"@fluidframework/core-utils": "2.61.0-355516",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.61.0-355516"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
80
80
|
"@biomejs/biome": "~1.9.3",
|
|
81
|
-
"@fluid-private/test-dds-utils": "
|
|
82
|
-
"@fluid-tools/build-cli": "^0.
|
|
81
|
+
"@fluid-private/test-dds-utils": "2.61.0-355516",
|
|
82
|
+
"@fluid-tools/build-cli": "^0.58.1",
|
|
83
83
|
"@fluidframework/build-common": "^2.0.3",
|
|
84
|
-
"@fluidframework/build-tools": "^0.
|
|
84
|
+
"@fluidframework/build-tools": "^0.58.1",
|
|
85
85
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
86
|
-
"@microsoft/api-extractor": "7.52.
|
|
86
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
87
87
|
"@types/node": "^18.19.0",
|
|
88
88
|
"concurrently": "^8.2.1",
|
|
89
89
|
"copyfiles": "^2.4.1",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"api": "fluid-build . --task api",
|
|
114
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
115
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
114
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
115
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
116
116
|
"build": "fluid-build . --task build",
|
|
117
117
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
118
118
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|