@fluidframework/agent-scheduler 2.1.1 → 2.2.1
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/README.md +2 -2
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @fluidframework/agent-scheduler
|
|
2
2
|
|
|
3
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
3
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
|
|
4
4
|
|
|
5
5
|
<!-- prettier-ignore-start -->
|
|
6
6
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
@@ -65,7 +65,7 @@ export const MyDataObjectFactory = new DataObjectFactory(
|
|
|
65
65
|
);
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
68
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
69
69
|
|
|
70
70
|
<!-- prettier-ignore-start -->
|
|
71
71
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/agent-scheduler",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.1",
|
|
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.
|
|
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.2.1",
|
|
51
|
+
"@fluidframework/container-definitions": "~2.2.1",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
53
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
54
|
+
"@fluidframework/datastore": "~2.2.1",
|
|
55
|
+
"@fluidframework/datastore-definitions": "~2.2.1",
|
|
56
|
+
"@fluidframework/map": "~2.2.1",
|
|
57
|
+
"@fluidframework/register-collection": "~2.2.1",
|
|
58
|
+
"@fluidframework/runtime-definitions": "~2.2.1",
|
|
59
|
+
"@fluidframework/runtime-utils": "~2.2.1",
|
|
60
|
+
"@fluidframework/telemetry-utils": "~2.2.1",
|
|
61
61
|
"uuid": "^9.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
65
65
|
"@biomejs/biome": "~1.8.3",
|
|
66
|
-
"@fluid-tools/build-cli": "^0.
|
|
67
|
-
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.
|
|
66
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
67
|
+
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.2.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
|
-
"@fluidframework/build-tools": "^0.
|
|
69
|
+
"@fluidframework/build-tools": "^0.43.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",
|