@fluid-experimental/oldest-client-observer 2.1.0-276985 → 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.
@@ -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-base.esm.legacy.json"
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
4
4
  }
@@ -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-base.esm.current.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-model.esm.json"
4
4
  }
@@ -0,0 +1,9 @@
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
+ // (No @packageDocumentation comment for this package)
8
+
9
+ ```
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 @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" 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 @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
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 @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" 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 @fluidframework/build-tools.
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
@@ -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 @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" 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 @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/oldest-client-observer",
3
- "version": "2.1.0-276985",
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-276985",
71
- "@fluidframework/container-definitions": "2.1.0-276985",
72
- "@fluidframework/core-interfaces": "2.1.0-276985",
73
- "@fluidframework/core-utils": "2.1.0-276985",
74
- "@fluidframework/driver-definitions": "2.1.0-276985"
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": "^1.7.3",
79
- "@fluid-private/test-dds-utils": "2.1.0-276985",
80
- "@fluid-tools/build-cli": "^0.39.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.39.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": "concurrently \"npm: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 . --formatter-enabled=true",
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:docs": "concurrently \"npm:ci:build:docs:*\"",
127
- "ci:build:docs:current": "api-extractor run",
128
- "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
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 . --formatter-enabled=true --apply",
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",