@fluid-experimental/oldest-client-observer 2.0.0-dev-rc.5.0.0.270401 → 2.0.0-dev-rc.5.0.0.270987

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/biome.jsonc +4 -0
  2. package/package.json +13 -10
package/biome.jsonc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
+ "extends": ["../../../biome.jsonc"]
4
+ }
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.270401",
3
+ "version": "2.0.0-dev-rc.5.0.0.270987",
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.0.0-dev-rc.5.0.0.270401",
71
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
72
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
73
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
74
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401"
70
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270987",
71
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
72
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
73
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270987",
74
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@arethetypeswrong/cli": "^0.15.2",
78
78
  "@biomejs/biome": "^1.7.3",
79
- "@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.270401",
80
- "@fluid-tools/build-cli": "^0.39.0-264124",
79
+ "@fluid-private/test-dds-utils": "2.0.0-dev-rc.5.0.0.270987",
80
+ "@fluid-tools/build-cli": "^0.39.0",
81
81
  "@fluidframework/build-common": "^2.0.3",
82
- "@fluidframework/build-tools": "^0.39.0-264124",
82
+ "@fluidframework/build-tools": "^0.39.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",
@@ -111,13 +111,16 @@
111
111
  "build:docs": "api-extractor run --local",
112
112
  "build:esnext": "tsc --project ./tsconfig.json",
113
113
  "check:are-the-types-wrong": "attw --pack .",
114
+ "check:biome": "biome check . --formatter-enabled=true",
115
+ "check:format": "npm run check:prettier",
114
116
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
115
117
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
116
118
  "ci:build:docs": "api-extractor run",
117
119
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
118
120
  "eslint": "eslint --format stylish src",
119
121
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
120
- "format": "fluid-build --task format .",
122
+ "format": "npm run format:prettier",
123
+ "format:biome": "biome check . --formatter-enabled=true --apply",
121
124
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
122
125
  "lint": "fluid-build . --task lint",
123
126
  "lint:fix": "fluid-build . --task eslint:fix --task format",