@fluidframework/container-runtime-definitions 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.
|
@@ -4,23 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
|
|
12
|
-
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
|
|
13
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
14
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
20
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
21
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
22
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
23
|
-
|
|
24
7
|
// @alpha
|
|
25
8
|
export interface IContainerRuntime extends IProvideFluidDataStoreRegistry, IContainerRuntimeBaseWithCombinedEvents {
|
|
26
9
|
readonly attachState: AttachState;
|
|
@@ -4,23 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
|
|
12
|
-
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
|
|
13
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
14
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
20
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
21
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
22
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
23
|
-
|
|
24
7
|
// (No @packageDocumentation comment for this package)
|
|
25
8
|
|
|
26
9
|
```
|
|
@@ -4,23 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { AttachState } from '@fluidframework/container-definitions';
|
|
8
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
9
|
-
import type { FlushMode } from '@fluidframework/runtime-definitions/internal';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
|
|
12
|
-
import type { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
|
|
13
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
14
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
20
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
21
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
22
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
23
|
-
|
|
24
7
|
// (No @packageDocumentation comment for this package)
|
|
25
8
|
|
|
26
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"main": "",
|
|
42
42
|
"types": "lib/public.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluidframework/container-definitions": "
|
|
45
|
-
"@fluidframework/core-interfaces": "
|
|
46
|
-
"@fluidframework/driver-definitions": "
|
|
47
|
-
"@fluidframework/runtime-definitions": "
|
|
44
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
45
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
46
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
47
|
+
"@fluidframework/runtime-definitions": "2.1.0-274160"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
53
53
|
"@fluidframework/build-common": "^2.0.3",
|
|
54
54
|
"@fluidframework/build-tools": "^0.39.0",
|
|
55
|
-
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0-rc.
|
|
55
|
+
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0-rc.5.0.0",
|
|
56
56
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
57
57
|
"@microsoft/api-extractor": "^7.45.1",
|
|
58
58
|
"concurrently": "^8.2.1",
|
|
@@ -63,20 +63,7 @@
|
|
|
63
63
|
"typescript": "~5.4.5"
|
|
64
64
|
},
|
|
65
65
|
"typeValidation": {
|
|
66
|
-
"broken": {
|
|
67
|
-
"InterfaceDeclaration_IContainerRuntime": {
|
|
68
|
-
"backCompat": false,
|
|
69
|
-
"forwardCompat": false
|
|
70
|
-
},
|
|
71
|
-
"InterfaceDeclaration_IContainerRuntimeWithResolveHandle_Deprecated": {
|
|
72
|
-
"backCompat": false,
|
|
73
|
-
"forwardCompat": false
|
|
74
|
-
},
|
|
75
|
-
"TypeAliasDeclaration_IContainerRuntimeBaseWithCombinedEvents": {
|
|
76
|
-
"backCompat": false,
|
|
77
|
-
"forwardCompat": false
|
|
78
|
-
}
|
|
79
|
-
}
|
|
66
|
+
"broken": {}
|
|
80
67
|
},
|
|
81
68
|
"scripts": {
|
|
82
69
|
"api": "fluid-build . --task api",
|
|
@@ -84,7 +71,9 @@
|
|
|
84
71
|
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
|
|
85
72
|
"build": "fluid-build . --task build",
|
|
86
73
|
"build:compile": "fluid-build . --task compile",
|
|
87
|
-
"build:docs": "
|
|
74
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
75
|
+
"build:docs:current": "api-extractor run --local",
|
|
76
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
88
77
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
89
78
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
90
79
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -99,7 +88,9 @@
|
|
|
99
88
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
100
89
|
"check:format": "npm run check:biome",
|
|
101
90
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
102
|
-
"ci:build:docs": "
|
|
91
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
92
|
+
"ci:build:docs:current": "api-extractor run",
|
|
93
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
103
94
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
104
95
|
"eslint": "eslint --format stylish src",
|
|
105
96
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -109,7 +100,7 @@
|
|
|
109
100
|
"lint": "fluid-build . --task lint",
|
|
110
101
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
111
102
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
112
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
103
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
113
104
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
114
105
|
}
|
|
115
106
|
}
|