@fluidframework/local-driver 2.0.0-dev.7.4.0.216897 → 2.0.0-dev.7.4.0.217212
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.
- package/dist/local-driver-alpha.d.ts +13 -26
- package/lib/local-driver-alpha.d.ts +13 -26
- package/package.json +10 -10
|
@@ -3,13 +3,26 @@ import { IClient } from '@fluidframework/protocol-definitions';
|
|
|
3
3
|
import { ICreateBlobResponse } from '@fluidframework/protocol-definitions';
|
|
4
4
|
import { IDatabaseManager } from '@fluidframework/server-services-core';
|
|
5
5
|
import { IDb } from '@fluidframework/server-services-core';
|
|
6
|
+
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions';
|
|
7
|
+
import { IDocumentDeltaStorageService } from '@fluidframework/driver-definitions';
|
|
6
8
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
9
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
10
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
11
|
+
import { IDocumentServicePolicies } from '@fluidframework/driver-definitions';
|
|
12
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
13
|
+
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions';
|
|
7
14
|
import { ILocalDeltaConnectionServer } from '@fluidframework/server-local-server';
|
|
15
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
16
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
8
17
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
9
18
|
import { ISnapshotTreeEx } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { IStream } from '@fluidframework/driver-definitions';
|
|
20
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
10
21
|
import { ISummaryHandle } from '@fluidframework/protocol-definitions';
|
|
11
22
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
23
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
12
24
|
import { ITestDbFactory } from '@fluidframework/server-test-utils';
|
|
25
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
13
26
|
import { IVersion } from '@fluidframework/protocol-definitions';
|
|
14
27
|
import { IWebSocketServer } from '@fluidframework/server-services-core';
|
|
15
28
|
import { NackErrorType } from '@fluidframework/protocol-definitions';
|
|
@@ -21,34 +34,8 @@ import type { Socket } from 'socket.io-client';
|
|
|
21
34
|
|
|
22
35
|
/* Excluded from this release type: DocumentDeltaConnection */
|
|
23
36
|
|
|
24
|
-
/* Excluded from this release type: IDocumentDeltaConnection */
|
|
25
|
-
|
|
26
|
-
/* Excluded from this release type: IDocumentDeltaStorageService */
|
|
27
|
-
|
|
28
|
-
/* Excluded from this release type: IDocumentService */
|
|
29
|
-
|
|
30
|
-
/* Excluded from this release type: IDocumentServiceFactory */
|
|
31
|
-
|
|
32
|
-
/* Excluded from this release type: IDocumentServicePolicies */
|
|
33
|
-
|
|
34
|
-
/* Excluded from this release type: IDocumentStorageService */
|
|
35
|
-
|
|
36
|
-
/* Excluded from this release type: IDocumentStorageServicePolicies */
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: IRequest */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: IResolvedUrl */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: IStream */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: ISummaryContext */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
47
|
-
|
|
48
37
|
/* Excluded from this release type: ITokenProvider */
|
|
49
38
|
|
|
50
|
-
/* Excluded from this release type: IUrlResolver */
|
|
51
|
-
|
|
52
39
|
/* Excluded from this release type: LocalDeltaStorageService */
|
|
53
40
|
|
|
54
41
|
/* Excluded from this release type: LocalDocumentDeltaConnection */
|
|
@@ -3,13 +3,26 @@ import { IClient } from '@fluidframework/protocol-definitions';
|
|
|
3
3
|
import { ICreateBlobResponse } from '@fluidframework/protocol-definitions';
|
|
4
4
|
import { IDatabaseManager } from '@fluidframework/server-services-core';
|
|
5
5
|
import { IDb } from '@fluidframework/server-services-core';
|
|
6
|
+
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions';
|
|
7
|
+
import { IDocumentDeltaStorageService } from '@fluidframework/driver-definitions';
|
|
6
8
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
9
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
10
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
11
|
+
import { IDocumentServicePolicies } from '@fluidframework/driver-definitions';
|
|
12
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
13
|
+
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions';
|
|
7
14
|
import { ILocalDeltaConnectionServer } from '@fluidframework/server-local-server';
|
|
15
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
16
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
8
17
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
9
18
|
import { ISnapshotTreeEx } from '@fluidframework/protocol-definitions';
|
|
19
|
+
import { IStream } from '@fluidframework/driver-definitions';
|
|
20
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
10
21
|
import { ISummaryHandle } from '@fluidframework/protocol-definitions';
|
|
11
22
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
23
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
12
24
|
import { ITestDbFactory } from '@fluidframework/server-test-utils';
|
|
25
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
13
26
|
import { IVersion } from '@fluidframework/protocol-definitions';
|
|
14
27
|
import { IWebSocketServer } from '@fluidframework/server-services-core';
|
|
15
28
|
import { NackErrorType } from '@fluidframework/protocol-definitions';
|
|
@@ -21,34 +34,8 @@ import type { Socket } from 'socket.io-client';
|
|
|
21
34
|
|
|
22
35
|
/* Excluded from this release type: DocumentDeltaConnection */
|
|
23
36
|
|
|
24
|
-
/* Excluded from this release type: IDocumentDeltaConnection */
|
|
25
|
-
|
|
26
|
-
/* Excluded from this release type: IDocumentDeltaStorageService */
|
|
27
|
-
|
|
28
|
-
/* Excluded from this release type: IDocumentService */
|
|
29
|
-
|
|
30
|
-
/* Excluded from this release type: IDocumentServiceFactory */
|
|
31
|
-
|
|
32
|
-
/* Excluded from this release type: IDocumentServicePolicies */
|
|
33
|
-
|
|
34
|
-
/* Excluded from this release type: IDocumentStorageService */
|
|
35
|
-
|
|
36
|
-
/* Excluded from this release type: IDocumentStorageServicePolicies */
|
|
37
|
-
|
|
38
|
-
/* Excluded from this release type: IRequest */
|
|
39
|
-
|
|
40
|
-
/* Excluded from this release type: IResolvedUrl */
|
|
41
|
-
|
|
42
|
-
/* Excluded from this release type: IStream */
|
|
43
|
-
|
|
44
|
-
/* Excluded from this release type: ISummaryContext */
|
|
45
|
-
|
|
46
|
-
/* Excluded from this release type: ITelemetryBaseLogger */
|
|
47
|
-
|
|
48
37
|
/* Excluded from this release type: ITokenProvider */
|
|
49
38
|
|
|
50
|
-
/* Excluded from this release type: IUrlResolver */
|
|
51
|
-
|
|
52
39
|
/* Excluded from this release type: LocalDeltaStorageService */
|
|
53
40
|
|
|
54
41
|
/* Excluded from this release type: LocalDocumentDeltaConnection */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.217212",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"temp-directory": "nyc/.nyc_output"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.
|
|
53
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
54
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
55
|
-
"@fluidframework/driver-base": "2.0.0-dev.7.4.0.
|
|
56
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
57
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.
|
|
52
|
+
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217212",
|
|
53
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
|
|
54
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
|
|
55
|
+
"@fluidframework/driver-base": "2.0.0-dev.7.4.0.217212",
|
|
56
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217212",
|
|
57
|
+
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217212",
|
|
58
58
|
"@fluidframework/protocol-base": "^2.0.1",
|
|
59
59
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
60
|
-
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.4.0.
|
|
60
|
+
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.4.0.217212",
|
|
61
61
|
"@fluidframework/server-local-server": "^2.0.1",
|
|
62
62
|
"@fluidframework/server-services-client": "^2.0.1",
|
|
63
63
|
"@fluidframework/server-services-core": "^2.0.1",
|
|
64
64
|
"@fluidframework/server-test-utils": "^2.0.1",
|
|
65
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
65
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217212",
|
|
66
66
|
"events": "^3.1.0",
|
|
67
67
|
"jsrsasign": "^10.5.25",
|
|
68
68
|
"url": "^0.11.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@fluidframework/build-tools": "^0.28.0",
|
|
75
75
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
76
76
|
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-internal.7.2.0",
|
|
77
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
77
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217212",
|
|
78
78
|
"@microsoft/api-extractor": "^7.38.3",
|
|
79
79
|
"@types/jsrsasign": "^8.0.8",
|
|
80
80
|
"@types/mocha": "^9.1.1",
|