@fluidframework/container-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,37 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
9
|
-
import type { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import type { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
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 { IErrorBase } from '@fluidframework/core-interfaces/internal';
|
|
16
|
-
import type { IErrorBase as IErrorBase_2 } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IGenericError } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import type { ISummaryContent } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
32
|
-
import { IThrottlingWarning } from '@fluidframework/core-interfaces/internal';
|
|
33
|
-
import type { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
34
|
-
import { IUsageError } from '@fluidframework/core-interfaces/internal';
|
|
35
|
-
import type { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
36
|
-
import type { MessageType } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
|
|
38
7
|
// @public
|
|
39
8
|
export enum AttachState {
|
|
40
9
|
Attached = "Attached",
|
|
@@ -4,37 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
9
|
-
import type { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import type { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
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 { IErrorBase } from '@fluidframework/core-interfaces/internal';
|
|
16
|
-
import type { IErrorBase as IErrorBase_2 } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IGenericError } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import type { ISummaryContent } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
32
|
-
import { IThrottlingWarning } from '@fluidframework/core-interfaces/internal';
|
|
33
|
-
import type { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
34
|
-
import { IUsageError } from '@fluidframework/core-interfaces/internal';
|
|
35
|
-
import type { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
36
|
-
import type { MessageType } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
|
|
38
7
|
// @public
|
|
39
8
|
export enum AttachState {
|
|
40
9
|
Attached = "Attached",
|
|
@@ -4,37 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { FluidObject } from '@fluidframework/core-interfaces';
|
|
8
|
-
import type { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
9
|
-
import type { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import type { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import type { IClientDetails } from '@fluidframework/driver-definitions';
|
|
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 { IErrorBase } from '@fluidframework/core-interfaces/internal';
|
|
16
|
-
import type { IErrorBase as IErrorBase_2 } from '@fluidframework/core-interfaces';
|
|
17
|
-
import type { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
18
|
-
import type { IEvent } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IEventProvider } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IGenericError } from '@fluidframework/core-interfaces/internal';
|
|
21
|
-
import type { IQuorumClients } from '@fluidframework/driver-definitions';
|
|
22
|
-
import type { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
24
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import type { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import type { ISummaryContent } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import type { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
31
|
-
import type { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
32
|
-
import { IThrottlingWarning } from '@fluidframework/core-interfaces/internal';
|
|
33
|
-
import type { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
34
|
-
import { IUsageError } from '@fluidframework/core-interfaces/internal';
|
|
35
|
-
import type { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
36
|
-
import type { MessageType } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
|
|
38
7
|
// @public
|
|
39
8
|
export enum AttachState {
|
|
40
9
|
Attached = "Attached",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Fluid container definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "
|
|
51
|
-
"@fluidframework/driver-definitions": "
|
|
50
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
51
|
+
"@fluidframework/driver-definitions": "2.1.0-274160"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
57
57
|
"@fluidframework/build-common": "^2.0.3",
|
|
58
58
|
"@fluidframework/build-tools": "^0.39.0",
|
|
59
|
-
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-rc.
|
|
59
|
+
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-rc.5.0.0",
|
|
60
60
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
61
61
|
"@microsoft/api-extractor": "^7.45.1",
|
|
62
62
|
"concurrently": "^8.2.1",
|
|
@@ -77,7 +77,9 @@
|
|
|
77
77
|
"build": "fluid-build . --task build",
|
|
78
78
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
79
79
|
"build:compile": "fluid-build . --task compile",
|
|
80
|
-
"build:docs": "
|
|
80
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
81
|
+
"build:docs:current": "api-extractor run --local",
|
|
82
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
81
83
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
82
84
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
83
85
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -93,7 +95,9 @@
|
|
|
93
95
|
"check:format": "npm run check:biome",
|
|
94
96
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
95
97
|
"ci:build": "npm run build:compile",
|
|
96
|
-
"ci:build:docs": "
|
|
98
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
99
|
+
"ci:build:docs:current": "api-extractor run",
|
|
100
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
97
101
|
"ci:test": "echo No test for this package",
|
|
98
102
|
"ci:test:coverage": "echo No test for this package",
|
|
99
103
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
@@ -107,7 +111,7 @@
|
|
|
107
111
|
"place:cjs:package-stub": "copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
108
112
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && npm run place:cjs:package-stub",
|
|
109
113
|
"tsc:watch": "npm run place:cjs:package-stub && fluid-tsc commonjs --project ./tsconfig.cjs.json --watch",
|
|
110
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
114
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
111
115
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
112
116
|
}
|
|
113
117
|
}
|