@fluidframework/runtime-definitions 2.0.0-rc.5.0.0 → 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,34 +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 { IAudience } from '@fluidframework/container-definitions';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IIdCompressor } from '@fluidframework/id-compressor';
|
|
20
|
-
import type { IProvideFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
28
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
29
|
-
import type { ITree } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { IUser } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { SummaryTree } from '@fluidframework/driver-definitions/internal';
|
|
32
|
-
import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
|
|
33
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
34
|
-
|
|
35
7
|
// @alpha
|
|
36
8
|
export type AliasResult = "Success" | "Conflict" | "AlreadyAliased";
|
|
37
9
|
|
|
@@ -4,34 +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 { IAudience } from '@fluidframework/container-definitions';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IIdCompressor } from '@fluidframework/id-compressor';
|
|
20
|
-
import type { IProvideFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
28
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
29
|
-
import type { ITree } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { IUser } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { SummaryTree } from '@fluidframework/driver-definitions/internal';
|
|
32
|
-
import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
|
|
33
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
34
|
-
|
|
35
7
|
// (No @packageDocumentation comment for this package)
|
|
36
8
|
|
|
37
9
|
```
|
|
@@ -4,34 +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 { IAudience } from '@fluidframework/container-definitions';
|
|
10
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDisposable } from '@fluidframework/core-interfaces';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
19
|
-
import type { IIdCompressor } from '@fluidframework/id-compressor';
|
|
20
|
-
import type { IProvideFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResponse } from '@fluidframework/core-interfaces';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
28
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
29
|
-
import type { ITree } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { IUser } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { SummaryTree } from '@fluidframework/driver-definitions/internal';
|
|
32
|
-
import type { TelemetryBaseEventPropertyType } from '@fluidframework/core-interfaces';
|
|
33
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
34
|
-
|
|
35
7
|
// (No @packageDocumentation comment for this package)
|
|
36
8
|
|
|
37
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/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": {
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "
|
|
51
|
-
"@fluidframework/core-interfaces": "
|
|
52
|
-
"@fluidframework/driver-definitions": "
|
|
53
|
-
"@fluidframework/id-compressor": "
|
|
54
|
-
"@fluidframework/telemetry-utils": "
|
|
50
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
51
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
52
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
53
|
+
"@fluidframework/id-compressor": "2.1.0-274160",
|
|
54
|
+
"@fluidframework/telemetry-utils": "2.1.0-274160"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
61
|
"@fluidframework/build-tools": "^0.39.0",
|
|
62
62
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
63
|
-
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-rc.
|
|
63
|
+
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-rc.5.0.0",
|
|
64
64
|
"@microsoft/api-extractor": "^7.45.1",
|
|
65
65
|
"concurrently": "^8.2.1",
|
|
66
66
|
"copyfiles": "^2.4.1",
|
|
@@ -71,34 +71,7 @@
|
|
|
71
71
|
"typescript": "~5.4.5"
|
|
72
72
|
},
|
|
73
73
|
"typeValidation": {
|
|
74
|
-
"broken": {
|
|
75
|
-
"InterfaceDeclaration_IContainerRuntimeBase": {
|
|
76
|
-
"forwardCompat": false,
|
|
77
|
-
"backCompat": false
|
|
78
|
-
},
|
|
79
|
-
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
80
|
-
"forwardCompat": false,
|
|
81
|
-
"backCompat": false
|
|
82
|
-
},
|
|
83
|
-
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
84
|
-
"forwardCompat": false,
|
|
85
|
-
"backCompat": false
|
|
86
|
-
},
|
|
87
|
-
"InterfaceDeclaration_IFluidParentContext": {
|
|
88
|
-
"forwardCompat": false,
|
|
89
|
-
"backCompat": false
|
|
90
|
-
},
|
|
91
|
-
"InterfaceDeclaration_ITelemetryContext": {
|
|
92
|
-
"backCompat": false
|
|
93
|
-
},
|
|
94
|
-
"RemovedInterfaceDeclaration_IFluidDataStoreContextEvents": {
|
|
95
|
-
"forwardCompat": false,
|
|
96
|
-
"backCompat": false
|
|
97
|
-
},
|
|
98
|
-
"InterfaceDeclaration_IFluidDataStoreChannel": {
|
|
99
|
-
"forwardCompat": false
|
|
100
|
-
}
|
|
101
|
-
}
|
|
74
|
+
"broken": {}
|
|
102
75
|
},
|
|
103
76
|
"scripts": {
|
|
104
77
|
"api": "fluid-build . --task api",
|
|
@@ -106,7 +79,9 @@
|
|
|
106
79
|
"api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
|
|
107
80
|
"build": "fluid-build . --task build",
|
|
108
81
|
"build:compile": "fluid-build . --task compile",
|
|
109
|
-
"build:docs": "
|
|
82
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
83
|
+
"build:docs:current": "api-extractor run --local",
|
|
84
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
110
85
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
111
86
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
112
87
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -121,7 +96,9 @@
|
|
|
121
96
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
122
97
|
"check:format": "npm run check:biome",
|
|
123
98
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
124
|
-
"ci:build:docs": "
|
|
99
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
100
|
+
"ci:build:docs:current": "api-extractor run",
|
|
101
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
125
102
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
126
103
|
"eslint": "eslint --format stylish src",
|
|
127
104
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -131,7 +108,7 @@
|
|
|
131
108
|
"lint": "fluid-build . --task lint",
|
|
132
109
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
133
110
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
134
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
111
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
135
112
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
136
113
|
}
|
|
137
114
|
}
|