@fluidframework/agent-scheduler 2.0.0-dev-rc.5.0.0.271717 → 2.0.0-dev-rc.5.0.0.272889

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/legacy.d.ts"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/legacy.d.ts"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/public.d.ts"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
5
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "../../../common/build/build-common/api-extractor-base.esm.primary.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "2.0.0-dev-rc.5.0.0.271717",
3
+ "version": "2.0.0-dev-rc.5.0.0.272889",
4
4
  "description": "Built in runtime object for distributing agents across instances of a container",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,17 +47,17 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271717",
51
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271717",
52
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
53
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717",
54
- "@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717",
55
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271717",
56
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.271717",
57
- "@fluidframework/register-collection": "2.0.0-dev-rc.5.0.0.271717",
58
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
59
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
60
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.271717",
50
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.272889",
51
+ "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272889",
52
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272889",
53
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272889",
54
+ "@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272889",
55
+ "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272889",
56
+ "@fluidframework/map": "2.0.0-dev-rc.5.0.0.272889",
57
+ "@fluidframework/register-collection": "2.0.0-dev-rc.5.0.0.272889",
58
+ "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272889",
59
+ "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272889",
60
+ "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.272889",
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
@@ -71,6 +71,7 @@
71
71
  "@microsoft/api-extractor": "^7.45.1",
72
72
  "@types/node": "^18.19.0",
73
73
  "@types/uuid": "^9.0.2",
74
+ "concurrently": "^8.2.1",
74
75
  "copyfiles": "^2.4.1",
75
76
  "eslint": "~8.55.0",
76
77
  "prettier": "~3.0.3",
@@ -93,15 +94,20 @@
93
94
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
94
95
  "check:are-the-types-wrong": "attw --pack .",
95
96
  "check:biome": "biome check . --formatter-enabled=true",
96
- "check:format": "npm run check:prettier",
97
+ "check:exports": "concurrently \"npm:check:exports:*\"",
98
+ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
99
+ "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
100
+ "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
101
+ "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
102
+ "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
103
+ "check:format": "npm run check:biome",
97
104
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
98
- "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
99
105
  "ci:build:docs": "api-extractor run",
100
106
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
101
107
  "dev": "npm run build:dev -- --watch",
102
108
  "eslint": "eslint --format stylish src",
103
109
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
104
- "format": "npm run format:prettier",
110
+ "format": "npm run format:biome",
105
111
  "format:biome": "biome check . --formatter-enabled=true --apply",
106
112
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
107
113
  "lint": "fluid-build . --task lint",
package/tsdoc.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
+ "extends": ["../../../common/build/build-common/tsdoc-base.json"]
4
+ }