@fluidframework/aqueduct 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,39 +4,6 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AsyncFluidObjectProvider } from '@fluidframework/synthesize/internal';
8
- import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
9
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
10
- import type { FluidObject } from '@fluidframework/core-interfaces';
11
- import type { FluidObjectSymbolProvider } from '@fluidframework/synthesize/internal';
12
- import type { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
13
- import type { IContainerContext } from '@fluidframework/container-definitions/internal';
14
- import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
15
- import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
16
- import { IContainerRuntimeOptions } from '@fluidframework/container-runtime/internal';
17
- import type { IDataStore } from '@fluidframework/runtime-definitions/internal';
18
- import type { IEvent } from '@fluidframework/core-interfaces';
19
- import type { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions/internal';
20
- import type { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
21
- import type { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions/internal';
22
- import type { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
23
- import type { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
24
- import type { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
25
- import { IFluidDependencySynthesizer } from '@fluidframework/synthesize/internal';
26
- import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
27
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
28
- import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
29
- import type { IProvideFluidHandle } from '@fluidframework/core-interfaces/internal';
30
- import type { IRequest } from '@fluidframework/core-interfaces';
31
- import type { IResponse } from '@fluidframework/core-interfaces';
32
- import { ISharedDirectory } from '@fluidframework/map/internal';
33
- import type { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions/internal';
34
- import type { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
35
- import { RuntimeFactoryHelper } from '@fluidframework/runtime-utils/internal';
36
- import { RuntimeRequestHandler } from '@fluidframework/request-handler/internal';
37
- import type { SharedObjectKind } from '@fluidframework/shared-object-base';
38
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
39
-
40
7
  // @alpha
41
8
  export class BaseContainerRuntimeFactory extends RuntimeFactoryHelper implements IProvideFluidDataStoreRegistry {
42
9
  constructor(props: BaseContainerRuntimeFactoryProps);
@@ -4,37 +4,4 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AsyncFluidObjectProvider } from '@fluidframework/synthesize/internal';
8
- import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
9
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
10
- import type { FluidObject } from '@fluidframework/core-interfaces';
11
- import type { FluidObjectSymbolProvider } from '@fluidframework/synthesize/internal';
12
- import type { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
13
- import type { IContainerContext } from '@fluidframework/container-definitions/internal';
14
- import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
15
- import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
16
- import { IContainerRuntimeOptions } from '@fluidframework/container-runtime/internal';
17
- import type { IDataStore } from '@fluidframework/runtime-definitions/internal';
18
- import type { IEvent } from '@fluidframework/core-interfaces';
19
- import type { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions/internal';
20
- import type { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
21
- import type { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions/internal';
22
- import type { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
23
- import type { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
24
- import type { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
25
- import { IFluidDependencySynthesizer } from '@fluidframework/synthesize/internal';
26
- import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
27
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
28
- import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
29
- import type { IProvideFluidHandle } from '@fluidframework/core-interfaces/internal';
30
- import type { IRequest } from '@fluidframework/core-interfaces';
31
- import type { IResponse } from '@fluidframework/core-interfaces';
32
- import { ISharedDirectory } from '@fluidframework/map/internal';
33
- import type { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions/internal';
34
- import type { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
35
- import { RuntimeFactoryHelper } from '@fluidframework/runtime-utils/internal';
36
- import { RuntimeRequestHandler } from '@fluidframework/request-handler/internal';
37
- import type { SharedObjectKind } from '@fluidframework/shared-object-base';
38
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
39
-
40
7
  ```
@@ -4,37 +4,4 @@
4
4
 
5
5
  ```ts
6
6
 
7
- import type { AsyncFluidObjectProvider } from '@fluidframework/synthesize/internal';
8
- import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
9
- import { FluidDataStoreRuntime } from '@fluidframework/datastore/internal';
10
- import type { FluidObject } from '@fluidframework/core-interfaces';
11
- import type { FluidObjectSymbolProvider } from '@fluidframework/synthesize/internal';
12
- import type { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
13
- import type { IContainerContext } from '@fluidframework/container-definitions/internal';
14
- import type { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
15
- import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
16
- import { IContainerRuntimeOptions } from '@fluidframework/container-runtime/internal';
17
- import type { IDataStore } from '@fluidframework/runtime-definitions/internal';
18
- import type { IEvent } from '@fluidframework/core-interfaces';
19
- import type { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions/internal';
20
- import type { IFluidDataStoreContext } from '@fluidframework/runtime-definitions/internal';
21
- import type { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions/internal';
22
- import type { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
23
- import type { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
24
- import type { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
25
- import { IFluidDependencySynthesizer } from '@fluidframework/synthesize/internal';
26
- import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
27
- import type { IFluidLoadable } from '@fluidframework/core-interfaces';
28
- import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
29
- import type { IProvideFluidHandle } from '@fluidframework/core-interfaces/internal';
30
- import type { IRequest } from '@fluidframework/core-interfaces';
31
- import type { IResponse } from '@fluidframework/core-interfaces';
32
- import { ISharedDirectory } from '@fluidframework/map/internal';
33
- import type { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions/internal';
34
- import type { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions/internal';
35
- import { RuntimeFactoryHelper } from '@fluidframework/runtime-utils/internal';
36
- import { RuntimeRequestHandler } from '@fluidframework/request-handler/internal';
37
- import type { SharedObjectKind } from '@fluidframework/shared-object-base';
38
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
39
-
40
7
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.0.0-rc.5.0.1",
3
+ "version": "2.1.0-274160",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,27 +67,27 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
71
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
72
- "@fluidframework/container-runtime": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
73
- "@fluidframework/container-runtime-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
74
- "@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
75
- "@fluidframework/core-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
76
- "@fluidframework/datastore": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
77
- "@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
78
- "@fluidframework/map": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
79
- "@fluidframework/request-handler": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
80
- "@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
81
- "@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
82
- "@fluidframework/shared-object-base": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
83
- "@fluidframework/synthesize": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0"
70
+ "@fluid-internal/client-utils": "2.1.0-274160",
71
+ "@fluidframework/container-definitions": "2.1.0-274160",
72
+ "@fluidframework/container-runtime": "2.1.0-274160",
73
+ "@fluidframework/container-runtime-definitions": "2.1.0-274160",
74
+ "@fluidframework/core-interfaces": "2.1.0-274160",
75
+ "@fluidframework/core-utils": "2.1.0-274160",
76
+ "@fluidframework/datastore": "2.1.0-274160",
77
+ "@fluidframework/datastore-definitions": "2.1.0-274160",
78
+ "@fluidframework/map": "2.1.0-274160",
79
+ "@fluidframework/request-handler": "2.1.0-274160",
80
+ "@fluidframework/runtime-definitions": "2.1.0-274160",
81
+ "@fluidframework/runtime-utils": "2.1.0-274160",
82
+ "@fluidframework/shared-object-base": "2.1.0-274160",
83
+ "@fluidframework/synthesize": "2.1.0-274160"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.15.2",
87
87
  "@biomejs/biome": "^1.7.3",
88
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.1 <2.0.0-rc.5.1.0",
88
+ "@fluid-internal/mocha-test-setup": "2.1.0-274160",
89
89
  "@fluid-tools/build-cli": "^0.39.0",
90
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-rc.4.0.0",
90
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.0.0-rc.5.0.0",
91
91
  "@fluidframework/build-common": "^2.0.3",
92
92
  "@fluidframework/build-tools": "^0.39.0",
93
93
  "@fluidframework/eslint-config-fluid": "^5.3.0",
@@ -108,12 +108,7 @@
108
108
  "typescript": "~5.4.5"
109
109
  },
110
110
  "typeValidation": {
111
- "broken": {
112
- "InterfaceDeclaration_IDataObjectProps": {
113
- "forwardCompat": false,
114
- "backCompat": false
115
- }
116
- }
111
+ "broken": {}
117
112
  },
118
113
  "scripts": {
119
114
  "api": "fluid-build . --task api",
@@ -122,7 +117,9 @@
122
117
  "build": "fluid-build . --task build",
123
118
  "build:commonjs": "fluid-build . --task commonjs",
124
119
  "build:compile": "fluid-build . --task compile",
125
- "build:docs": "api-extractor run --local",
120
+ "build:docs": "concurrently \"npm:build:docs:*\"",
121
+ "build:docs:current": "api-extractor run --local",
122
+ "build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
126
123
  "build:esnext": "tsc --project ./tsconfig.json",
127
124
  "build:test": "npm run build:test:esm && npm run build:test:cjs",
128
125
  "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
@@ -137,7 +134,9 @@
137
134
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
138
135
  "check:format": "npm run check:biome",
139
136
  "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
140
- "ci:build:docs": "api-extractor run",
137
+ "ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
138
+ "ci:build:docs:current": "api-extractor run",
139
+ "ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
141
140
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
142
141
  "eslint": "eslint --format stylish src",
143
142
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
@@ -153,7 +152,7 @@
153
152
  "test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit -r node_modules/@fluid-internal/mocha-test-setup",
154
153
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
155
154
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
156
- "typetests:gen": "flub generate typetests --dir . -v --publicFallback",
155
+ "typetests:gen": "flub generate typetests --dir . -v",
157
156
  "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
158
157
  }
159
158
  }