@fluidframework/agent-scheduler 2.0.0-internal.2.1.1 → 2.0.0-internal.2.1.2
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/package.json +18 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/agent-scheduler",
|
|
3
|
-
"version": "2.0.0-internal.2.1.
|
|
3
|
+
"version": "2.0.0-internal.2.1.2",
|
|
4
4
|
"description": "Built in runtime object for distributing agents across instances of a container",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"lint": "npm run eslint",
|
|
29
29
|
"lint:fix": "npm run eslint:fix",
|
|
30
30
|
"tsc": "tsc",
|
|
31
|
-
"typetests:gen": "
|
|
31
|
+
"typetests:gen": "flub generate typetests --generate --dir .",
|
|
32
|
+
"typetests:prepare": "flub generate typetests --prepare --dir . --pin"
|
|
32
33
|
},
|
|
33
34
|
"nyc": {
|
|
34
35
|
"all": true,
|
|
@@ -52,22 +53,22 @@
|
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
54
55
|
"@fluidframework/common-utils": "^1.0.0",
|
|
55
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.
|
|
56
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.
|
|
57
|
-
"@fluidframework/datastore": ">=2.0.0-internal.2.1.
|
|
58
|
-
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.
|
|
59
|
-
"@fluidframework/map": ">=2.0.0-internal.2.1.
|
|
60
|
-
"@fluidframework/register-collection": ">=2.0.0-internal.2.1.
|
|
61
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.
|
|
62
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.
|
|
56
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
57
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
58
|
+
"@fluidframework/datastore": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
59
|
+
"@fluidframework/datastore-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
60
|
+
"@fluidframework/map": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
61
|
+
"@fluidframework/register-collection": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
62
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
63
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.1.2 <2.0.0-internal.3.0.0",
|
|
63
64
|
"uuid": "^8.3.1"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
|
-
"@fluid-tools/build-cli": "^0.
|
|
67
|
-
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.2.
|
|
67
|
+
"@fluid-tools/build-cli": "^0.6.0",
|
|
68
|
+
"@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-internal.2.1.1",
|
|
68
69
|
"@fluidframework/build-common": "^1.1.0",
|
|
69
|
-
"@fluidframework/build-tools": "^0.
|
|
70
|
-
"@fluidframework/eslint-config-fluid": "^1.
|
|
70
|
+
"@fluidframework/build-tools": "^0.6.0",
|
|
71
|
+
"@fluidframework/eslint-config-fluid": "^1.2.0",
|
|
71
72
|
"@rushstack/eslint-config": "^2.5.1",
|
|
72
73
|
"@types/mocha": "^9.1.1",
|
|
73
74
|
"@types/node": "^14.18.0",
|
|
@@ -89,14 +90,8 @@
|
|
|
89
90
|
}
|
|
90
91
|
},
|
|
91
92
|
"typeValidation": {
|
|
92
|
-
"version": "2.0.0-internal.2.1.
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
"forwardCompat": false
|
|
96
|
-
},
|
|
97
|
-
"InterfaceDeclaration_IProvideAgentScheduler": {
|
|
98
|
-
"forwardCompat": false
|
|
99
|
-
}
|
|
100
|
-
}
|
|
93
|
+
"version": "2.0.0-internal.2.1.2",
|
|
94
|
+
"baselineRange": "2.0.0-internal.2.1.1",
|
|
95
|
+
"broken": {}
|
|
101
96
|
}
|
|
102
97
|
}
|