@fluid-experimental/attributor 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 +23 -20
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/attributor",
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": "Operation attributor",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,31 +47,31 @@
47
47
  "temp-directory": "nyc/.nyc_output"
48
48
  },
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270401",
51
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270401",
52
- "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.270401",
53
- "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
54
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401",
55
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401",
56
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270401",
57
- "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401",
58
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270401",
59
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
60
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270401",
50
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.270987",
51
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.270987",
52
+ "@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.270987",
53
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.270987",
54
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270987",
55
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270987",
56
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.270987",
57
+ "@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270987",
58
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.270987",
59
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
60
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.270987",
61
61
  "lz4js": "^0.2.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arethetypeswrong/cli": "^0.15.2",
65
65
  "@biomejs/biome": "^1.7.3",
66
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270401",
67
- "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.270401",
68
- "@fluid-tools/build-cli": "^0.39.0-264124",
66
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.270987",
67
+ "@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.5.0.0.270987",
68
+ "@fluid-tools/build-cli": "^0.39.0",
69
69
  "@fluidframework/build-common": "^2.0.3",
70
- "@fluidframework/build-tools": "^0.39.0-264124",
70
+ "@fluidframework/build-tools": "^0.39.0",
71
71
  "@fluidframework/eslint-config-fluid": "^5.3.0",
72
- "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.270401",
73
- "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.270401",
74
- "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270401",
72
+ "@fluidframework/merge-tree": "2.0.0-dev-rc.5.0.0.270987",
73
+ "@fluidframework/sequence": "2.0.0-dev-rc.5.0.0.270987",
74
+ "@fluidframework/test-runtime-utils": "2.0.0-dev-rc.5.0.0.270987",
75
75
  "@microsoft/api-extractor": "^7.45.1",
76
76
  "@types/mocha": "^9.1.1",
77
77
  "@types/node": "^18.19.0",
@@ -101,13 +101,16 @@
101
101
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
102
102
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
103
103
  "check:are-the-types-wrong": "attw --pack .",
104
+ "check:biome": "biome check . --formatter-enabled=true",
105
+ "check:format": "npm run check:prettier",
104
106
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
105
107
  "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
106
108
  "ci:build:docs": "api-extractor run",
107
109
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
108
110
  "eslint": "eslint --format stylish src",
109
111
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
110
- "format": "fluid-build --task format .",
112
+ "format": "npm run format:prettier",
113
+ "format:biome": "biome check . --formatter-enabled=true --apply",
111
114
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
112
115
  "lint": "fluid-build . --task lint",
113
116
  "lint:fix": "fluid-build . --task eslint:fix --task format",