@fluidframework/agent-scheduler 2.0.0-internal.5.0.0 → 2.0.0-internal.5.1.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/CHANGELOG.md +4 -0
  2. package/package.json +17 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/agent-scheduler
2
2
 
3
+ ## 2.0.0-internal.5.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.5.0.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "2.0.0-internal.5.0.0",
3
+ "version": "2.0.0-internal.5.1.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": {
@@ -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.5.0.0 <2.0.0-internal.5.1.0",
40
- "@fluidframework/container-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
41
- "@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
42
- "@fluidframework/datastore": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
43
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
44
- "@fluidframework/map": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
45
- "@fluidframework/register-collection": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
46
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
47
- "@fluidframework/runtime-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
48
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0",
39
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
40
+ "@fluidframework/container-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
41
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
42
+ "@fluidframework/datastore": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
43
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
44
+ "@fluidframework/map": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
45
+ "@fluidframework/register-collection": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
46
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
47
+ "@fluidframework/runtime-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
48
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.1.0 <2.0.0-internal.5.2.0",
49
49
  "uuid": "^8.3.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@fluid-tools/build-cli": "^0.17.0",
53
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.4.1.0",
54
- "@fluidframework/build-common": "^1.1.0",
55
- "@fluidframework/build-tools": "^0.17.0",
52
+ "@fluid-tools/build-cli": "^0.19.0",
53
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.5.0.0",
54
+ "@fluidframework/build-common": "^1.2.0",
55
+ "@fluidframework/build-tools": "^0.19.0",
56
56
  "@fluidframework/eslint-config-fluid": "^2.0.0",
57
57
  "@types/mocha": "^9.1.1",
58
58
  "@types/node": "^14.18.38",
@@ -78,11 +78,9 @@
78
78
  "broken": {}
79
79
  },
80
80
  "scripts": {
81
- "build": "concurrently npm:build:compile npm:lint",
82
- "build:compile": "npm run tsc && npm run typetests:gen && npm run build:test && npm run build:esnext",
81
+ "build": "fluid-build . --task build",
82
+ "build:compile": "fluid-build . --task compile",
83
83
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
84
- "build:full": "npm run build",
85
- "build:full:compile": "npm run build:compile",
86
84
  "build:test": "tsc --project ./src/test/tsconfig.json",
87
85
  "clean": "rimraf dist lib *.tsbuildinfo *.build.log",
88
86
  "dev": "npm run build:dev -- --watch",