@fluid-experimental/oldest-client-observer 2.70.0 → 2.71.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/oldest-client-observer
2
2
 
3
+ ## 2.71.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.70.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/oldest-client-observer",
3
- "version": "2.70.0",
3
+ "version": "2.71.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": {
@@ -69,20 +69,20 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.70.0",
73
- "@fluidframework/container-definitions": "~2.70.0",
74
- "@fluidframework/core-interfaces": "~2.70.0",
75
- "@fluidframework/core-utils": "~2.70.0",
76
- "@fluidframework/driver-definitions": "~2.70.0"
72
+ "@fluid-internal/client-utils": "~2.71.0",
73
+ "@fluidframework/container-definitions": "~2.71.0",
74
+ "@fluidframework/core-interfaces": "~2.71.0",
75
+ "@fluidframework/core-utils": "~2.71.0",
76
+ "@fluidframework/driver-definitions": "~2.71.0"
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": "~2.70.0",
81
+ "@fluid-private/test-dds-utils": "~2.71.0",
82
82
  "@fluid-tools/build-cli": "^0.58.3",
83
83
  "@fluidframework/build-common": "^2.0.3",
84
84
  "@fluidframework/build-tools": "^0.58.3",
85
- "@fluidframework/eslint-config-fluid": "^6.1.0",
85
+ "@fluidframework/eslint-config-fluid": "^7.0.0",
86
86
  "@microsoft/api-extractor": "7.52.11",
87
87
  "@types/node": "^18.19.0",
88
88
  "concurrently": "^8.2.1",
@@ -133,8 +133,8 @@
133
133
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
134
134
  "ci:build:docs": "api-extractor run",
135
135
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
136
- "eslint": "eslint --format stylish src",
137
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
136
+ "eslint": "eslint --quiet --format stylish src",
137
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
138
138
  "format": "npm run format:biome",
139
139
  "format:biome": "biome check . --write",
140
140
  "lint": "fluid-build . --task lint",