@fluidframework/local-driver 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,42 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { DocumentDeltaConnection } from '@fluidframework/driver-base/internal';
|
|
8
|
-
import { GitManager } from '@fluidframework/server-services-client';
|
|
9
|
-
import { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import { ICreateBlobResponse } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IDatabaseManager } from '@fluidframework/server-services-core';
|
|
12
|
-
import { IDb } from '@fluidframework/server-services-core';
|
|
13
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IDocumentDeltaStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentService } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { IDocumentServiceEvents } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { IDocumentServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
21
|
-
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import { ILocalDeltaConnectionServer } from '@fluidframework/server-local-server';
|
|
23
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTreeEx } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { IStream } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import { ISummaryContext } from '@fluidframework/driver-definitions/internal';
|
|
31
|
-
import { ISummaryHandle } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
33
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
34
|
-
import { ITestDbFactory } from '@fluidframework/server-test-utils';
|
|
35
|
-
import { ITokenProvider } from '@fluidframework/routerlicious-driver';
|
|
36
|
-
import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
import { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { IWebSocketServer } from '@fluidframework/server-services-core';
|
|
39
|
-
import { NackErrorType } from '@fluidframework/driver-definitions/internal';
|
|
40
|
-
import type { Socket } from 'socket.io-client';
|
|
41
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
42
|
-
|
|
43
7
|
// @alpha (undocumented)
|
|
44
8
|
export function createLocalResolverCreateNewRequest(documentId: string): IRequest;
|
|
45
9
|
|
|
@@ -4,42 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { DocumentDeltaConnection } from '@fluidframework/driver-base/internal';
|
|
8
|
-
import { GitManager } from '@fluidframework/server-services-client';
|
|
9
|
-
import { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import { ICreateBlobResponse } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IDatabaseManager } from '@fluidframework/server-services-core';
|
|
12
|
-
import { IDb } from '@fluidframework/server-services-core';
|
|
13
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IDocumentDeltaStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentService } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { IDocumentServiceEvents } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { IDocumentServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
21
|
-
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import { ILocalDeltaConnectionServer } from '@fluidframework/server-local-server';
|
|
23
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTreeEx } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { IStream } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import { ISummaryContext } from '@fluidframework/driver-definitions/internal';
|
|
31
|
-
import { ISummaryHandle } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
33
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
34
|
-
import { ITestDbFactory } from '@fluidframework/server-test-utils';
|
|
35
|
-
import { ITokenProvider } from '@fluidframework/routerlicious-driver';
|
|
36
|
-
import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
import { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { IWebSocketServer } from '@fluidframework/server-services-core';
|
|
39
|
-
import { NackErrorType } from '@fluidframework/driver-definitions/internal';
|
|
40
|
-
import type { Socket } from 'socket.io-client';
|
|
41
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
42
|
-
|
|
43
7
|
// (No @packageDocumentation comment for this package)
|
|
44
8
|
|
|
45
9
|
```
|
|
@@ -4,42 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { DocumentDeltaConnection } from '@fluidframework/driver-base/internal';
|
|
8
|
-
import { GitManager } from '@fluidframework/server-services-client';
|
|
9
|
-
import { IClient } from '@fluidframework/driver-definitions';
|
|
10
|
-
import { ICreateBlobResponse } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IDatabaseManager } from '@fluidframework/server-services-core';
|
|
12
|
-
import { IDb } from '@fluidframework/server-services-core';
|
|
13
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IDocumentDeltaStorageService } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentService } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { IDocumentServiceEvents } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { IDocumentServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
|
|
21
|
-
import { IDocumentStorageServicePolicies } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import { ILocalDeltaConnectionServer } from '@fluidframework/server-local-server';
|
|
23
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResolvedUrl } from '@fluidframework/driver-definitions/internal';
|
|
25
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
26
|
-
import { ISnapshot } from '@fluidframework/driver-definitions/internal';
|
|
27
|
-
import { ISnapshotFetchOptions } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTreeEx } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { IStream } from '@fluidframework/driver-definitions/internal';
|
|
30
|
-
import { ISummaryContext } from '@fluidframework/driver-definitions/internal';
|
|
31
|
-
import { ISummaryHandle } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
33
|
-
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
34
|
-
import { ITestDbFactory } from '@fluidframework/server-test-utils';
|
|
35
|
-
import { ITokenProvider } from '@fluidframework/routerlicious-driver';
|
|
36
|
-
import { IUrlResolver } from '@fluidframework/driver-definitions/internal';
|
|
37
|
-
import { IVersion } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { IWebSocketServer } from '@fluidframework/server-services-core';
|
|
39
|
-
import { NackErrorType } from '@fluidframework/driver-definitions/internal';
|
|
40
|
-
import type { Socket } from 'socket.io-client';
|
|
41
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
42
|
-
|
|
43
7
|
// (No @packageDocumentation comment for this package)
|
|
44
8
|
|
|
45
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/local-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Fluid local driver",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,31 +69,31 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "
|
|
73
|
-
"@fluidframework/core-interfaces": "
|
|
74
|
-
"@fluidframework/core-utils": "
|
|
75
|
-
"@fluidframework/driver-base": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
77
|
-
"@fluidframework/driver-utils": "
|
|
72
|
+
"@fluid-internal/client-utils": "2.1.0-274160",
|
|
73
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
74
|
+
"@fluidframework/core-utils": "2.1.0-274160",
|
|
75
|
+
"@fluidframework/driver-base": "2.1.0-274160",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
77
|
+
"@fluidframework/driver-utils": "2.1.0-274160",
|
|
78
78
|
"@fluidframework/protocol-base": "^5.0.0",
|
|
79
|
-
"@fluidframework/routerlicious-driver": "
|
|
79
|
+
"@fluidframework/routerlicious-driver": "2.1.0-274160",
|
|
80
80
|
"@fluidframework/server-local-server": "^5.0.0",
|
|
81
81
|
"@fluidframework/server-services-client": "^5.0.0",
|
|
82
82
|
"@fluidframework/server-services-core": "^5.0.0",
|
|
83
83
|
"@fluidframework/server-test-utils": "^5.0.0",
|
|
84
|
-
"@fluidframework/telemetry-utils": "
|
|
84
|
+
"@fluidframework/telemetry-utils": "2.1.0-274160",
|
|
85
85
|
"jsrsasign": "^11.0.0",
|
|
86
86
|
"uuid": "^9.0.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
90
90
|
"@biomejs/biome": "^1.7.3",
|
|
91
|
-
"@fluid-internal/mocha-test-setup": "
|
|
91
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
92
92
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
93
93
|
"@fluidframework/build-common": "^2.0.3",
|
|
94
94
|
"@fluidframework/build-tools": "^0.39.0",
|
|
95
95
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
96
|
-
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-rc.
|
|
96
|
+
"@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.0.0-rc.5.0.0",
|
|
97
97
|
"@microsoft/api-extractor": "^7.45.1",
|
|
98
98
|
"@types/jsrsasign": "^10.5.12",
|
|
99
99
|
"@types/mocha": "^9.1.1",
|
|
@@ -123,7 +123,9 @@
|
|
|
123
123
|
"build": "fluid-build . --task build",
|
|
124
124
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
125
125
|
"build:compile": "fluid-build . --task compile",
|
|
126
|
-
"build:docs": "
|
|
126
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
127
|
+
"build:docs:current": "api-extractor run --local",
|
|
128
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
127
129
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
128
130
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
129
131
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -138,7 +140,9 @@
|
|
|
138
140
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
139
141
|
"check:format": "npm run check:biome",
|
|
140
142
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
141
|
-
"ci:build:docs": "
|
|
143
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
144
|
+
"ci:build:docs:current": "api-extractor run",
|
|
145
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
142
146
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
143
147
|
"eslint": "eslint --format stylish src",
|
|
144
148
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -154,7 +158,7 @@
|
|
|
154
158
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
155
159
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
156
160
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
157
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
161
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
158
162
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
159
163
|
}
|
|
160
164
|
}
|