@fluidframework/agent-scheduler 2.20.0 → 2.21.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.
- package/CHANGELOG.md +4 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/agent-scheduler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.21.0",
|
|
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,27 +47,27 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluid-internal/client-utils": "~2.
|
|
51
|
-
"@fluidframework/container-definitions": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/core-utils": "~2.
|
|
54
|
-
"@fluidframework/datastore": "~2.
|
|
55
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
56
|
-
"@fluidframework/map": "~2.
|
|
57
|
-
"@fluidframework/register-collection": "~2.
|
|
58
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
59
|
-
"@fluidframework/runtime-utils": "~2.
|
|
60
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluid-internal/client-utils": "~2.21.0",
|
|
51
|
+
"@fluidframework/container-definitions": "~2.21.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.21.0",
|
|
53
|
+
"@fluidframework/core-utils": "~2.21.0",
|
|
54
|
+
"@fluidframework/datastore": "~2.21.0",
|
|
55
|
+
"@fluidframework/datastore-definitions": "~2.21.0",
|
|
56
|
+
"@fluidframework/map": "~2.21.0",
|
|
57
|
+
"@fluidframework/register-collection": "~2.21.0",
|
|
58
|
+
"@fluidframework/runtime-definitions": "~2.21.0",
|
|
59
|
+
"@fluidframework/runtime-utils": "~2.21.0",
|
|
60
|
+
"@fluidframework/telemetry-utils": "~2.21.0",
|
|
61
61
|
"uuid": "^9.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
65
65
|
"@biomejs/biome": "~1.9.3",
|
|
66
66
|
"@fluid-tools/build-cli": "^0.51.0",
|
|
67
|
-
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.
|
|
67
|
+
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.20.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
69
|
"@fluidframework/build-tools": "^0.51.0",
|
|
70
|
-
"@fluidframework/eslint-config-fluid": "^5.
|
|
70
|
+
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
71
71
|
"@microsoft/api-extractor": "7.47.8",
|
|
72
72
|
"@types/node": "^18.19.0",
|
|
73
73
|
"@types/uuid": "^9.0.2",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
|
|
111
111
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
112
112
|
"ci:build:docs": "api-extractor run",
|
|
113
|
-
"clean": "rimraf --glob dist lib
|
|
113
|
+
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
114
114
|
"dev": "npm run build:dev -- --watch",
|
|
115
115
|
"eslint": "eslint --format stylish src",
|
|
116
116
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|