@fluidframework/agent-scheduler 0.59.1000 → 0.59.2000-63294

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/package.json +14 -11
  2. package/tsconfig.json +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "0.59.1000",
3
+ "version": "0.59.2000-63294",
4
4
  "description": "Built in runtime object for distributing agents across instances of a container",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  "types": "dist/index.d.ts",
17
17
  "scripts": {
18
18
  "build": "concurrently npm:build:compile npm:lint",
19
- "build:compile": "concurrently npm:tsc npm:build:esnext && npm run build:test",
19
+ "build:compile": "npm run tsc && npm run build:test && npm run build:esnext",
20
20
  "build:esnext": "tsc --project ./tsconfig.esnext.json",
21
21
  "build:full": "npm run build",
22
22
  "build:full:compile": "npm run build:compile",
@@ -55,16 +55,16 @@
55
55
  "@fluidframework/common-utils": "^0.32.1",
56
56
  "@fluidframework/container-definitions": "^0.48.1000",
57
57
  "@fluidframework/core-interfaces": "^0.43.1000",
58
- "@fluidframework/datastore": "^0.59.1000",
59
- "@fluidframework/datastore-definitions": "^0.59.1000",
60
- "@fluidframework/map": "^0.59.1000",
61
- "@fluidframework/register-collection": "^0.59.1000",
62
- "@fluidframework/runtime-definitions": "^0.59.1000",
63
- "@fluidframework/runtime-utils": "^0.59.1000",
58
+ "@fluidframework/datastore": "0.59.2000-63294",
59
+ "@fluidframework/datastore-definitions": "0.59.2000-63294",
60
+ "@fluidframework/map": "0.59.2000-63294",
61
+ "@fluidframework/register-collection": "0.59.2000-63294",
62
+ "@fluidframework/runtime-definitions": "0.59.2000-63294",
63
+ "@fluidframework/runtime-utils": "0.59.2000-63294",
64
64
  "uuid": "^8.3.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@^0.58.0",
67
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@0.59.1000",
68
68
  "@fluidframework/build-common": "^0.23.0",
69
69
  "@fluidframework/eslint-config-fluid": "^0.28.1000",
70
70
  "@rushstack/eslint-config": "^2.5.1",
@@ -77,8 +77,11 @@
77
77
  "eslint-plugin-editorconfig": "~3.2.0",
78
78
  "eslint-plugin-eslint-comments": "~3.2.0",
79
79
  "eslint-plugin-import": "~2.25.4",
80
- "eslint-plugin-no-null": "~1.0.2",
80
+ "eslint-plugin-jest": "~26.1.3",
81
+ "eslint-plugin-mocha": "~10.0.3",
82
+ "eslint-plugin-promise": "~6.0.0",
81
83
  "eslint-plugin-react": "~7.28.0",
84
+ "eslint-plugin-tsdoc": "~0.2.14",
82
85
  "eslint-plugin-unicorn": "~40.0.0",
83
86
  "mocha": "^8.4.0",
84
87
  "nyc": "^15.0.0",
@@ -97,7 +100,7 @@
97
100
  }
98
101
  },
99
102
  "typeValidation": {
100
- "version": "0.59.1000",
103
+ "version": "0.59.2000",
101
104
  "broken": {}
102
105
  }
103
106
  }
package/tsconfig.json CHANGED
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "extends": "@fluidframework/build-common/ts-common-config.json",
3
3
  "exclude": [
4
- "dist",
5
- "node_modules",
6
4
  "src/test/**/*"
7
5
  ],
8
6
  "compilerOptions": {