@fluid-experimental/oldest-client-observer 2.1.0-276326 → 2.1.0-281041
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/README.md +3 -1
- package/api-extractor/api-extractor.current.json +5 -0
- package/api-extractor/api-extractor.legacy.json +1 -1
- package/api-extractor.json +1 -1
- package/api-report/oldest-client-observer.legacy.public.api.md +9 -0
- package/dist/legacy.d.ts +1 -1
- package/dist/public.d.ts +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/package.json +20 -18
package/README.md
CHANGED
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
|
|
8
8
|
## Using Fluid Framework libraries
|
|
9
9
|
|
|
10
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
10
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
11
11
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
12
12
|
library consumers should always prefer `^`.
|
|
13
13
|
|
|
14
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
15
|
+
|
|
14
16
|
<!-- prettier-ignore-end -->
|
|
15
17
|
|
|
16
18
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.current.json",
|
|
4
|
+
"mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-
|
|
3
|
+
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
|
|
4
4
|
}
|
package/api-extractor.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../common/build/build-common/api-extractor-
|
|
3
|
+
"extends": "../../../common/build/build-common/api-extractor-model.esm.json"
|
|
4
4
|
}
|
package/dist/legacy.d.ts
CHANGED
package/dist/public.d.ts
CHANGED
package/internal.d.ts
CHANGED
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 @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export * from "./lib/legacy.js";
|
package/lib/legacy.d.ts
CHANGED
package/lib/public.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/oldest-client-observer",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-281041",
|
|
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,19 +67,19 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
71
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
72
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
73
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
74
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
70
|
+
"@fluid-internal/client-utils": "2.1.0-281041",
|
|
71
|
+
"@fluidframework/container-definitions": "2.1.0-281041",
|
|
72
|
+
"@fluidframework/core-interfaces": "2.1.0-281041",
|
|
73
|
+
"@fluidframework/core-utils": "2.1.0-281041",
|
|
74
|
+
"@fluidframework/driver-definitions": "2.1.0-281041"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
78
|
-
"@biomejs/biome": "
|
|
79
|
-
"@fluid-private/test-dds-utils": "2.1.0-
|
|
80
|
-
"@fluid-tools/build-cli": "^0.
|
|
78
|
+
"@biomejs/biome": "~1.8.3",
|
|
79
|
+
"@fluid-private/test-dds-utils": "2.1.0-281041",
|
|
80
|
+
"@fluid-tools/build-cli": "^0.40.0",
|
|
81
81
|
"@fluidframework/build-common": "^2.0.3",
|
|
82
|
-
"@fluidframework/build-tools": "^0.
|
|
82
|
+
"@fluidframework/build-tools": "^0.40.0",
|
|
83
83
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
84
84
|
"@microsoft/api-extractor": "^7.45.1",
|
|
85
85
|
"@types/node": "^18.19.0",
|
|
@@ -107,14 +107,15 @@
|
|
|
107
107
|
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
108
108
|
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
109
109
|
"build": "fluid-build . --task build",
|
|
110
|
+
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
111
|
+
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
112
|
+
"build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
110
113
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
111
114
|
"build:compile": "fluid-build . --task compile",
|
|
112
|
-
"build:docs": "
|
|
113
|
-
"build:docs:current": "api-extractor run --local",
|
|
114
|
-
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
115
|
+
"build:docs": "api-extractor run --local",
|
|
115
116
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
116
117
|
"check:are-the-types-wrong": "attw --pack .",
|
|
117
|
-
"check:biome": "biome check .
|
|
118
|
+
"check:biome": "biome check .",
|
|
118
119
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
119
120
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
120
121
|
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
@@ -123,14 +124,15 @@
|
|
|
123
124
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
124
125
|
"check:format": "npm run check:biome",
|
|
125
126
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
126
|
-
"ci:build:
|
|
127
|
-
"ci:build:
|
|
128
|
-
"ci:build:
|
|
127
|
+
"ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
|
|
128
|
+
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
129
|
+
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
130
|
+
"ci:build:docs": "api-extractor run",
|
|
129
131
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
130
132
|
"eslint": "eslint --format stylish src",
|
|
131
133
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
132
134
|
"format": "npm run format:biome",
|
|
133
|
-
"format:biome": "biome check . --
|
|
135
|
+
"format:biome": "biome check . --write",
|
|
134
136
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
135
137
|
"lint": "fluid-build . --task lint",
|
|
136
138
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|