@fluidframework/agent-scheduler 2.1.0 → 2.3.0-288113

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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +2 -2
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/agent-scheduler
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluidframework/agent-scheduler
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
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 (LIBRARY_PACKAGE_README_FOOTER) -->
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.1.0",
3
+ "version": "2.3.0-288113",
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.1.0",
51
- "@fluidframework/container-definitions": "~2.1.0",
52
- "@fluidframework/core-interfaces": "~2.1.0",
53
- "@fluidframework/core-utils": "~2.1.0",
54
- "@fluidframework/datastore": "~2.1.0",
55
- "@fluidframework/datastore-definitions": "~2.1.0",
56
- "@fluidframework/map": "~2.1.0",
57
- "@fluidframework/register-collection": "~2.1.0",
58
- "@fluidframework/runtime-definitions": "~2.1.0",
59
- "@fluidframework/runtime-utils": "~2.1.0",
60
- "@fluidframework/telemetry-utils": "~2.1.0",
50
+ "@fluid-internal/client-utils": "2.3.0-288113",
51
+ "@fluidframework/container-definitions": "2.3.0-288113",
52
+ "@fluidframework/core-interfaces": "2.3.0-288113",
53
+ "@fluidframework/core-utils": "2.3.0-288113",
54
+ "@fluidframework/datastore": "2.3.0-288113",
55
+ "@fluidframework/datastore-definitions": "2.3.0-288113",
56
+ "@fluidframework/map": "2.3.0-288113",
57
+ "@fluidframework/register-collection": "2.3.0-288113",
58
+ "@fluidframework/runtime-definitions": "2.3.0-288113",
59
+ "@fluidframework/runtime-utils": "2.3.0-288113",
60
+ "@fluidframework/telemetry-utils": "2.3.0-288113",
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.41.0",
67
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0",
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.41.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",