@fluidframework/agent-scheduler 2.0.0-dev-rc.5.0.0.270401 → 2.0.0-dev-rc.5.0.0.271045
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/biome.jsonc +4 -0
- package/package.json +18 -15
package/biome.jsonc
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/agent-scheduler",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.271045",
|
|
4
4
|
"description": "Built in runtime object for distributing agents across instances of a container",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,26 +47,26 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.
|
|
51
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.
|
|
52
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
53
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.
|
|
54
|
-
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.
|
|
55
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.
|
|
56
|
-
"@fluidframework/map": "2.0.0-dev-rc.5.0.0.
|
|
57
|
-
"@fluidframework/register-collection": "2.0.0-dev-rc.5.0.0.
|
|
58
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.
|
|
59
|
-
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.
|
|
60
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.
|
|
50
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
51
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
52
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271045",
|
|
53
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
54
|
+
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271045",
|
|
55
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
56
|
+
"@fluidframework/map": "2.0.0-dev-rc.5.0.0.271045",
|
|
57
|
+
"@fluidframework/register-collection": "2.0.0-dev-rc.5.0.0.271045",
|
|
58
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
59
|
+
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
60
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
61
61
|
"uuid": "^9.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
65
65
|
"@biomejs/biome": "^1.7.3",
|
|
66
|
-
"@fluid-tools/build-cli": "^0.39.0
|
|
66
|
+
"@fluid-tools/build-cli": "^0.39.0",
|
|
67
67
|
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-rc.4.0.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
|
-
"@fluidframework/build-tools": "^0.39.0
|
|
69
|
+
"@fluidframework/build-tools": "^0.39.0",
|
|
70
70
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
71
71
|
"@microsoft/api-extractor": "^7.45.1",
|
|
72
72
|
"@types/node": "^18.19.0",
|
|
@@ -92,6 +92,8 @@
|
|
|
92
92
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
93
93
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
94
94
|
"check:are-the-types-wrong": "attw --pack .",
|
|
95
|
+
"check:biome": "biome check . --formatter-enabled=true",
|
|
96
|
+
"check:format": "npm run check:prettier",
|
|
95
97
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
96
98
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
97
99
|
"ci:build:docs": "api-extractor run",
|
|
@@ -99,7 +101,8 @@
|
|
|
99
101
|
"dev": "npm run build:dev -- --watch",
|
|
100
102
|
"eslint": "eslint --format stylish src",
|
|
101
103
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
102
|
-
"format": "
|
|
104
|
+
"format": "npm run format:prettier",
|
|
105
|
+
"format:biome": "biome check . --formatter-enabled=true --apply",
|
|
103
106
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
104
107
|
"lint": "fluid-build . --task lint",
|
|
105
108
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|