@fluidframework/agent-scheduler 2.0.0-dev.4.4.0.162574 → 2.0.0-dev.5.3.2.178189
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.
- package/CHANGELOG.md +20 -0
- package/package.json +18 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @fluidframework/agent-scheduler
|
|
2
2
|
|
|
3
|
+
## 2.0.0-internal.5.3.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.0.0-internal.5.2.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
11
|
+
## 2.0.0-internal.5.1.0
|
|
12
|
+
|
|
13
|
+
Dependency updates only.
|
|
14
|
+
|
|
15
|
+
## 2.0.0-internal.5.0.0
|
|
16
|
+
|
|
17
|
+
Dependency updates only.
|
|
18
|
+
|
|
19
|
+
## 2.0.0-internal.4.4.0
|
|
20
|
+
|
|
21
|
+
Dependency updates only.
|
|
22
|
+
|
|
3
23
|
## 2.0.0-internal.4.1.0
|
|
4
24
|
|
|
5
25
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/agent-scheduler",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.5.3.2.178189",
|
|
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-dev.
|
|
40
|
-
"@fluidframework/container-utils": "2.0.0-dev.
|
|
41
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.
|
|
42
|
-
"@fluidframework/datastore": "2.0.0-dev.
|
|
43
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.
|
|
44
|
-
"@fluidframework/map": "2.0.0-dev.
|
|
45
|
-
"@fluidframework/register-collection": "2.0.0-dev.
|
|
46
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.
|
|
47
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.
|
|
48
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.
|
|
39
|
+
"@fluidframework/container-definitions": "2.0.0-dev.5.3.2.178189",
|
|
40
|
+
"@fluidframework/container-utils": "2.0.0-dev.5.3.2.178189",
|
|
41
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.5.3.2.178189",
|
|
42
|
+
"@fluidframework/datastore": "2.0.0-dev.5.3.2.178189",
|
|
43
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.5.3.2.178189",
|
|
44
|
+
"@fluidframework/map": "2.0.0-dev.5.3.2.178189",
|
|
45
|
+
"@fluidframework/register-collection": "2.0.0-dev.5.3.2.178189",
|
|
46
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.5.3.2.178189",
|
|
47
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.5.3.2.178189",
|
|
48
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.5.3.2.178189",
|
|
49
49
|
"uuid": "^8.3.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@fluid-tools/build-cli": "^0.
|
|
53
|
-
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.
|
|
54
|
-
"@fluidframework/build-common": "^1.
|
|
55
|
-
"@fluidframework/build-tools": "^0.
|
|
52
|
+
"@fluid-tools/build-cli": "^0.21.0",
|
|
53
|
+
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.5.2.0",
|
|
54
|
+
"@fluidframework/build-common": "^1.2.0",
|
|
55
|
+
"@fluidframework/build-tools": "^0.21.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": "
|
|
82
|
-
"build:compile": "
|
|
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",
|
|
@@ -95,6 +93,6 @@
|
|
|
95
93
|
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
96
94
|
"tsc": "tsc",
|
|
97
95
|
"typetests:gen": "fluid-type-test-generator",
|
|
98
|
-
"typetests:prepare": "flub
|
|
96
|
+
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
99
97
|
}
|
|
100
98
|
}
|