@fluidframework/agent-scheduler 2.0.0-rc.5.0.1 → 2.1.0-274160

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,4 @@
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-base.esm.legacy.json"
4
+ }
@@ -4,15 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
8
- import { IEvent } from '@fluidframework/core-interfaces';
9
- import { IEventProvider } from '@fluidframework/core-interfaces';
10
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
11
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
12
- import { IFluidLoadable } from '@fluidframework/core-interfaces';
13
- import { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
14
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
15
-
16
7
  // @alpha (undocumented)
17
8
  export class AgentSchedulerFactory implements IFluidDataStoreFactory {
18
9
  // (undocumented)
@@ -4,15 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
8
- import { IEvent } from '@fluidframework/core-interfaces';
9
- import { IEventProvider } from '@fluidframework/core-interfaces';
10
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
11
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
12
- import { IFluidLoadable } from '@fluidframework/core-interfaces';
13
- import { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
14
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
15
-
16
7
  // (No @packageDocumentation comment for this package)
17
8
 
18
9
  ```
@@ -4,15 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
8
- import { IEvent } from '@fluidframework/core-interfaces';
9
- import { IEventProvider } from '@fluidframework/core-interfaces';
10
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
11
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
12
- import { IFluidLoadable } from '@fluidframework/core-interfaces';
13
- import { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
14
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
15
-
16
7
  // (No @packageDocumentation comment for this package)
17
8
 
18
9
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/agent-scheduler",
3
- "version": "2.0.0-rc.5.0.1",
3
+ "version": "2.1.0-274160",
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,24 +47,24 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
51
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
52
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
53
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
54
- "@fluidframework/datastore": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
55
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
56
- "@fluidframework/map": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
57
- "@fluidframework/register-collection": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
58
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
59
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
60
- "@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
50
+ "@fluid-internal/client-utils": "2.1.0-274160",
51
+ "@fluidframework/container-definitions": "2.1.0-274160",
52
+ "@fluidframework/core-interfaces": "2.1.0-274160",
53
+ "@fluidframework/core-utils": "2.1.0-274160",
54
+ "@fluidframework/datastore": "2.1.0-274160",
55
+ "@fluidframework/datastore-definitions": "2.1.0-274160",
56
+ "@fluidframework/map": "2.1.0-274160",
57
+ "@fluidframework/register-collection": "2.1.0-274160",
58
+ "@fluidframework/runtime-definitions": "2.1.0-274160",
59
+ "@fluidframework/runtime-utils": "2.1.0-274160",
60
+ "@fluidframework/telemetry-utils": "2.1.0-274160",
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@arethetypeswrong/cli": "^0.15.2",
65
65
  "@biomejs/biome": "^1.7.3",
66
66
  "@fluid-tools/build-cli": "^0.39.0",
67
- "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-rc.4.0.0",
67
+ "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.0.0-rc.5.0.0",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
69
  "@fluidframework/build-tools": "^0.39.0",
70
70
  "@fluidframework/eslint-config-fluid": "^5.3.0",
@@ -87,7 +87,9 @@
87
87
  "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
88
88
  "build": "fluid-build . --task build",
89
89
  "build:compile": "fluid-build . --task compile",
90
- "build:docs": "api-extractor run --local",
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",
91
93
  "build:esnext": "tsc --project ./tsconfig.json",
92
94
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
93
95
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -102,7 +104,9 @@
102
104
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
103
105
  "check:format": "npm run check:biome",
104
106
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
105
- "ci:build:docs": "api-extractor run",
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",
106
110
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
107
111
  "dev": "npm run build:dev -- --watch",
108
112
  "eslint": "eslint --format stylish src",
@@ -113,7 +117,7 @@
113
117
  "lint": "fluid-build . --task lint",
114
118
  "lint:fix": "fluid-build . --task eslint:fix --task format",
115
119
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
116
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
120
+ "typetests:gen": "flub generate typetests --dir . -v",
117
121
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
118
122
  }
119
123
  }