@fluid-experimental/oldest-client-observer 2.0.0-dev-rc.5.0.0.267932 → 2.0.0-dev-rc.5.0.0.268409
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.
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## Beta API Report File for "@fluid-experimental/oldest-client-observer"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
10
|
+
import { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
11
|
+
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
12
|
+
|
|
13
|
+
// (No @packageDocumentation comment for this package)
|
|
14
|
+
|
|
15
|
+
```
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## Public API Report File for "@fluid-experimental/oldest-client-observer"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
10
|
+
import { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
11
|
+
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
12
|
+
|
|
13
|
+
// (No @packageDocumentation comment for this package)
|
|
14
|
+
|
|
15
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/oldest-client-observer",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.268409",
|
|
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": {
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.
|
|
71
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.
|
|
72
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
73
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.
|
|
74
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.
|
|
70
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
71
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.268409",
|
|
72
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409",
|
|
73
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
74
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.268409"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
78
|
-
"@biomejs/biome": "^1.
|
|
79
|
-
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.
|
|
78
|
+
"@biomejs/biome": "^1.7.3",
|
|
79
|
+
"@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.268409",
|
|
80
80
|
"@fluid-tools/build-cli": "^0.39.0-264124",
|
|
81
81
|
"@fluidframework/build-common": "^2.0.3",
|
|
82
82
|
"@fluidframework/build-tools": "^0.39.0-264124",
|
|
83
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
83
|
+
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
84
84
|
"@microsoft/api-extractor": "^7.45.1",
|
|
85
85
|
"@types/node": "^18.19.0",
|
|
86
86
|
"copyfiles": "^2.4.1",
|