@fluidframework/agent-scheduler 2.1.0-276326 → 2.1.0-281041

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/README.md CHANGED
@@ -7,10 +7,12 @@
7
7
 
8
8
  ## Using Fluid Framework libraries
9
9
 
10
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
10
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
11
11
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
12
12
  library consumers should always prefer `^`.
13
13
 
14
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
15
+
14
16
  <!-- prettier-ignore-end -->
15
17
 
16
18
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -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-report.esm.current.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": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
3
+ "extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
4
4
  }
@@ -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.current.json"
3
+ "extends": "../../../common/build/build-common/api-extractor-model.esm.json"
4
4
  }
@@ -0,0 +1,9 @@
1
+ ## Public API Report File for "@fluidframework/agent-scheduler"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ // (No @packageDocumentation comment for this package)
8
+
9
+ ```
package/dist/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/legacy.js";
package/lib/legacy.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-281041",
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,26 +47,26 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": "2.1.0-276326",
51
- "@fluidframework/container-definitions": "2.1.0-276326",
52
- "@fluidframework/core-interfaces": "2.1.0-276326",
53
- "@fluidframework/core-utils": "2.1.0-276326",
54
- "@fluidframework/datastore": "2.1.0-276326",
55
- "@fluidframework/datastore-definitions": "2.1.0-276326",
56
- "@fluidframework/map": "2.1.0-276326",
57
- "@fluidframework/register-collection": "2.1.0-276326",
58
- "@fluidframework/runtime-definitions": "2.1.0-276326",
59
- "@fluidframework/runtime-utils": "2.1.0-276326",
60
- "@fluidframework/telemetry-utils": "2.1.0-276326",
50
+ "@fluid-internal/client-utils": "2.1.0-281041",
51
+ "@fluidframework/container-definitions": "2.1.0-281041",
52
+ "@fluidframework/core-interfaces": "2.1.0-281041",
53
+ "@fluidframework/core-utils": "2.1.0-281041",
54
+ "@fluidframework/datastore": "2.1.0-281041",
55
+ "@fluidframework/datastore-definitions": "2.1.0-281041",
56
+ "@fluidframework/map": "2.1.0-281041",
57
+ "@fluidframework/register-collection": "2.1.0-281041",
58
+ "@fluidframework/runtime-definitions": "2.1.0-281041",
59
+ "@fluidframework/runtime-utils": "2.1.0-281041",
60
+ "@fluidframework/telemetry-utils": "2.1.0-281041",
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arethetypeswrong/cli": "^0.15.2",
65
- "@biomejs/biome": "^1.7.3",
66
- "@fluid-tools/build-cli": "^0.39.0",
67
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-rc.5.0.0",
65
+ "@biomejs/biome": "~1.8.3",
66
+ "@fluid-tools/build-cli": "^0.40.0",
67
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
- "@fluidframework/build-tools": "^0.39.0",
69
+ "@fluidframework/build-tools": "^0.40.0",
70
70
  "@fluidframework/eslint-config-fluid": "^5.3.0",
71
71
  "@microsoft/api-extractor": "^7.45.1",
72
72
  "@types/node": "^18.19.0",
@@ -86,16 +86,17 @@
86
86
  "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
87
87
  "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
88
88
  "build": "fluid-build . --task build",
89
+ "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
90
+ "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
91
+ "build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
89
92
  "build:compile": "fluid-build . --task compile",
90
- "build:docs": "concurrently \"npm:build:docs:*\"",
91
- "build:docs:current": "api-extractor run --local",
92
- "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
93
+ "build:docs": "api-extractor run --local",
93
94
  "build:esnext": "tsc --project ./tsconfig.json",
94
95
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
95
96
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
96
97
  "build:test:esm": "tsc --project ./src/test/tsconfig.json",
97
98
  "check:are-the-types-wrong": "attw --pack .",
98
- "check:biome": "biome check . --formatter-enabled=true",
99
+ "check:biome": "biome check .",
99
100
  "check:exports": "concurrently \"npm:check:exports:*\"",
100
101
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
101
102
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
@@ -104,15 +105,16 @@
104
105
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
105
106
  "check:format": "npm run check:biome",
106
107
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
107
- "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
108
- "ci:build:docs:current": "api-extractor run",
109
- "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
108
+ "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
109
+ "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
110
+ "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
111
+ "ci:build:docs": "api-extractor run",
110
112
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
111
113
  "dev": "npm run build:dev -- --watch",
112
114
  "eslint": "eslint --format stylish src",
113
115
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
114
116
  "format": "npm run format:biome",
115
- "format:biome": "biome check . --formatter-enabled=true --apply",
117
+ "format:biome": "biome check . --write",
116
118
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
117
119
  "lint": "fluid-build . --task lint",
118
120
  "lint:fix": "fluid-build . --task eslint:fix --task format",