@fluidframework/agent-scheduler 2.0.0-internal.4.0.6 → 2.0.0-internal.4.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/README.md +38 -2
  3. package/package.json +14 -14
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # @fluidframework/agent-scheduler
2
+
3
+ ## 2.0.0-internal.4.1.0
4
+
5
+ Dependency updates only.
package/README.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @fluidframework/agent-scheduler
2
2
 
3
+ <!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
4
+
5
+ <!-- prettier-ignore-start -->
6
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
7
+
8
+ ## Using Fluid Framework libraries
9
+
10
+ When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
11
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
+ library consumers should always prefer `^`.
13
+
14
+ Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
15
+ scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
16
+ [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
17
+ package for more information including tools to convert between version schemes.
18
+
19
+ <!-- prettier-ignore-end -->
20
+
21
+ <!-- AUTO-GENERATED-CONTENT:END -->
22
+
3
23
  ## AgentScheduler
4
24
 
5
25
  The `AgentScheduler` is a data object that can be used to assign tasks to unique clients.
@@ -22,9 +42,25 @@ export const MyDataObjectFactory = new DataObjectFactory(
22
42
  [],
23
43
  {},
24
44
  new Map([
25
- AgentSchedulerFactory.registryEntry,
45
+ AgentSchedulerFactory.registryEntry,
26
46
  ]),
27
47
  );
28
48
  ```
29
49
 
30
- See [GitHub](https://github.com/microsoft/FluidFramework) for more details on the Fluid Framework and packages within.
50
+ <!-- AUTO-GENERATED-CONTENT:START (README_TRADEMARK_SECTION:includeHeading=TRUE) -->
51
+
52
+ <!-- prettier-ignore-start -->
53
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
54
+
55
+ ## Trademark
56
+
57
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
58
+
59
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
60
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
61
+
62
+ Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
63
+
64
+ <!-- prettier-ignore-end -->
65
+
66
+ <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "2.0.0-internal.4.0.6",
3
+ "version": "2.0.0-internal.4.1.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": {
@@ -36,23 +36,23 @@
36
36
  "dependencies": {
37
37
  "@fluidframework/common-definitions": "^0.20.1",
38
38
  "@fluidframework/common-utils": "^1.1.1",
39
- "@fluidframework/container-definitions": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
40
- "@fluidframework/container-utils": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
41
- "@fluidframework/core-interfaces": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
42
- "@fluidframework/datastore": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
43
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
44
- "@fluidframework/map": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
45
- "@fluidframework/register-collection": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
46
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
47
- "@fluidframework/runtime-utils": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
48
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.4.0.6 <2.0.0-internal.5.0.0",
39
+ "@fluidframework/container-definitions": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
40
+ "@fluidframework/container-utils": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
41
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
42
+ "@fluidframework/datastore": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
43
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
44
+ "@fluidframework/map": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
45
+ "@fluidframework/register-collection": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
46
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
47
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
48
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.4.1.1 <2.0.0-internal.4.2.0",
49
49
  "uuid": "^8.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@fluid-tools/build-cli": "^0.13.0",
53
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.4.0.0",
52
+ "@fluid-tools/build-cli": "^0.15.0",
53
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.4.1.0",
54
54
  "@fluidframework/build-common": "^1.1.0",
55
- "@fluidframework/build-tools": "^0.13.0",
55
+ "@fluidframework/build-tools": "^0.15.0",
56
56
  "@fluidframework/eslint-config-fluid": "^2.0.0",
57
57
  "@types/mocha": "^9.1.1",
58
58
  "@types/node": "^14.18.38",