@fluidframework/agent-scheduler 0.52.1 → 0.54.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -16,7 +16,7 @@ protected async initializingFirstTime() {
16
16
  }
17
17
 
18
18
  // When creating your DataObjectFactory
19
- export const MyDataObjectFactory = new DataObjectFactory<MyDataObject, undefined, undefined, IEvent>
19
+ export const MyDataObjectFactory = new DataObjectFactory
20
20
  (
21
21
  "my-data-object",
22
22
  MyDataObject,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "0.52.1",
3
+ "version": "0.54.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": "https://github.com/microsoft/FluidFramework",
@@ -48,21 +48,21 @@
48
48
  "dependencies": {
49
49
  "@fluidframework/common-definitions": "^0.20.1",
50
50
  "@fluidframework/common-utils": "^0.32.1",
51
- "@fluidframework/container-definitions": "^0.42.0",
51
+ "@fluidframework/container-definitions": "^0.44.0",
52
52
  "@fluidframework/core-interfaces": "^0.41.0",
53
- "@fluidframework/datastore": "^0.52.1",
54
- "@fluidframework/datastore-definitions": "^0.52.1",
55
- "@fluidframework/map": "^0.52.1",
56
- "@fluidframework/register-collection": "^0.52.1",
57
- "@fluidframework/runtime-definitions": "^0.52.1",
58
- "@fluidframework/runtime-utils": "^0.52.1",
53
+ "@fluidframework/datastore": "^0.54.0",
54
+ "@fluidframework/datastore-definitions": "^0.54.0",
55
+ "@fluidframework/map": "^0.54.0",
56
+ "@fluidframework/register-collection": "^0.54.0",
57
+ "@fluidframework/runtime-definitions": "^0.54.0",
58
+ "@fluidframework/runtime-utils": "^0.54.0",
59
59
  "uuid": "^8.3.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@fluidframework/build-common": "^0.23.0",
63
63
  "@fluidframework/eslint-config-fluid": "^0.24.0",
64
64
  "@types/mocha": "^8.2.2",
65
- "@types/node": "^12.19.0",
65
+ "@types/node": "^14.18.0",
66
66
  "@typescript-eslint/eslint-plugin": "~4.14.0",
67
67
  "@typescript-eslint/parser": "~4.14.0",
68
68
  "concurrently": "^6.2.0",