@fluidframework/agent-scheduler 0.59.4001 → 0.59.4002

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "0.59.4001",
3
+ "version": "0.59.4002",
4
4
  "description": "Built in runtime object for distributing agents across instances of a container",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -55,16 +55,16 @@
55
55
  "@fluidframework/common-utils": "^0.32.1",
56
56
  "@fluidframework/container-definitions": "^0.48.2000",
57
57
  "@fluidframework/core-interfaces": "^0.43.1000",
58
- "@fluidframework/datastore": "^0.59.4001",
59
- "@fluidframework/datastore-definitions": "^0.59.4001",
60
- "@fluidframework/map": "^0.59.4001",
61
- "@fluidframework/register-collection": "^0.59.4001",
62
- "@fluidframework/runtime-definitions": "^0.59.4001",
63
- "@fluidframework/runtime-utils": "^0.59.4001",
58
+ "@fluidframework/datastore": "^0.59.4002",
59
+ "@fluidframework/datastore-definitions": "^0.59.4002",
60
+ "@fluidframework/map": "^0.59.4002",
61
+ "@fluidframework/register-collection": "^0.59.4002",
62
+ "@fluidframework/runtime-definitions": "^0.59.4002",
63
+ "@fluidframework/runtime-utils": "^0.59.4002",
64
64
  "uuid": "^8.3.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@0.59.4000",
67
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@0.59.4001",
68
68
  "@fluidframework/build-common": "^0.23.0",
69
69
  "@fluidframework/eslint-config-fluid": "^0.28.2000",
70
70
  "@rushstack/eslint-config": "^2.5.1",
@@ -102,7 +102,7 @@
102
102
  }
103
103
  },
104
104
  "typeValidation": {
105
- "version": "0.59.4001",
105
+ "version": "0.59.4002",
106
106
  "broken": {}
107
107
  }
108
108
  }