@fluidframework/agent-scheduler 2.0.0-dev-rc.5.0.0.272251 → 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.
Files changed (2) hide show
  1. package/api-extractor.json +1 -1
  2. package/package.json +14 -14
@@ -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.272251",
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.272251",
51
- "@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
52
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
53
- "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272251",
54
- "@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272251",
55
- "@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272251",
56
- "@fluidframework/map": "2.0.0-dev-rc.5.0.0.272251",
57
- "@fluidframework/register-collection": "2.0.0-dev-rc.5.0.0.272251",
58
- "@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
59
- "@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
60
- "@fluidframework/telemetry-utils": "2.0.0-dev-rc.5.0.0.272251",
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": {
@@ -100,14 +100,14 @@
100
100
  "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
101
101
  "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
102
102
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
103
- "check:format": "npm run check:prettier",
103
+ "check:format": "npm run check:biome",
104
104
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
105
105
  "ci:build:docs": "api-extractor run",
106
106
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
107
107
  "dev": "npm run build:dev -- --watch",
108
108
  "eslint": "eslint --format stylish src",
109
109
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
110
- "format": "npm run format:prettier",
110
+ "format": "npm run format:biome",
111
111
  "format:biome": "biome check . --formatter-enabled=true --apply",
112
112
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
113
113
  "lint": "fluid-build . --task lint",