@fluidframework/driver-base 2.0.2 → 2.1.0-276326
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/api-report/driver-base.alpha.api.md +0 -17
- package/api-report/driver-base.beta.api.md +0 -17
- package/api-report/driver-base.public.api.md +0 -17
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.d.ts.map +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.d.ts.map +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +12 -12
- package/src/packageVersion.ts +1 -1
|
@@ -4,23 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { ConnectionMode } from '@fluidframework/driver-definitions';
|
|
8
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
9
|
-
import { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
10
|
-
import { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IConnect } from '@fluidframework/driver-definitions/internal';
|
|
12
|
-
import { IConnected } from '@fluidframework/driver-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentDeltaConnectionEvents } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { ISignalClient } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
21
|
-
import { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import type { Socket } from 'socket.io-client';
|
|
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 { ConnectionMode } from '@fluidframework/driver-definitions';
|
|
8
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
9
|
-
import { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
10
|
-
import { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IConnect } from '@fluidframework/driver-definitions/internal';
|
|
12
|
-
import { IConnected } from '@fluidframework/driver-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentDeltaConnectionEvents } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { ISignalClient } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
21
|
-
import { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import type { Socket } from 'socket.io-client';
|
|
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 { ConnectionMode } from '@fluidframework/driver-definitions';
|
|
8
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
9
|
-
import { IAnyDriverError } from '@fluidframework/driver-definitions/internal';
|
|
10
|
-
import { IClientConfiguration } from '@fluidframework/driver-definitions/internal';
|
|
11
|
-
import { IConnect } from '@fluidframework/driver-definitions/internal';
|
|
12
|
-
import { IConnected } from '@fluidframework/driver-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IDocumentDeltaConnection } from '@fluidframework/driver-definitions/internal';
|
|
15
|
-
import { IDocumentDeltaConnectionEvents } from '@fluidframework/driver-definitions/internal';
|
|
16
|
-
import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
17
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
18
|
-
import { ISignalClient } from '@fluidframework/driver-definitions/internal';
|
|
19
|
-
import { ISignalMessage } from '@fluidframework/driver-definitions/internal';
|
|
20
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
21
|
-
import { ITokenClaims } from '@fluidframework/driver-definitions/internal';
|
|
22
|
-
import type { Socket } from 'socket.io-client';
|
|
23
|
-
|
|
24
7
|
// (No @packageDocumentation comment for this package)
|
|
25
8
|
|
|
26
9
|
```
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/driver-base";
|
|
8
|
-
export declare const pkgVersion = "2.0
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276326";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,gCAAgC,CAAC;AACrD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,gCAAgC,CAAC;AACrD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/driver-base";
|
|
11
|
-
exports.pkgVersion = "2.0
|
|
11
|
+
exports.pkgVersion = "2.1.0-276326";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,6BAA6B,CAAC;AACxC,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/driver-base";
|
|
8
|
-
export declare const pkgVersion = "2.0
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276326";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,gCAAgC,CAAC;AACrD,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,gCAAgC,CAAC;AACrD,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
|
package/lib/packageVersion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,6BAA6B,CAAC;AACrD,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/driver-base\";\nexport const pkgVersion = \"2.1.0-276326\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-base",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-276326",
|
|
4
4
|
"description": "Shared driver code for Fluid driver implementations",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
"temp-directory": "nyc/.nyc_output"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluid-internal/client-utils": "
|
|
61
|
-
"@fluidframework/core-interfaces": "
|
|
62
|
-
"@fluidframework/core-utils": "
|
|
63
|
-
"@fluidframework/driver-definitions": "
|
|
64
|
-
"@fluidframework/driver-utils": "
|
|
65
|
-
"@fluidframework/telemetry-utils": "
|
|
60
|
+
"@fluid-internal/client-utils": "2.1.0-276326",
|
|
61
|
+
"@fluidframework/core-interfaces": "2.1.0-276326",
|
|
62
|
+
"@fluidframework/core-utils": "2.1.0-276326",
|
|
63
|
+
"@fluidframework/driver-definitions": "2.1.0-276326",
|
|
64
|
+
"@fluidframework/driver-utils": "2.1.0-276326",
|
|
65
|
+
"@fluidframework/telemetry-utils": "2.1.0-276326"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
69
69
|
"@biomejs/biome": "^1.7.3",
|
|
70
|
-
"@fluid-internal/mocha-test-setup": "
|
|
70
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
|
|
71
71
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
72
72
|
"@fluidframework/build-common": "^2.0.3",
|
|
73
73
|
"@fluidframework/build-tools": "^0.39.0",
|
|
74
|
-
"@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.0.0-rc.
|
|
74
|
+
"@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.0.0-rc.5.0.0",
|
|
75
75
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
76
76
|
"@microsoft/api-extractor": "^7.45.1",
|
|
77
77
|
"@types/mocha": "^9.1.1",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"api": "fluid-build . --task api",
|
|
98
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
99
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
98
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
99
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
100
100
|
"build": "fluid-build . --task build",
|
|
101
101
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
102
102
|
"build:compile": "fluid-build . --task compile",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
131
131
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
132
132
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
133
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
133
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
134
134
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
135
135
|
}
|
|
136
136
|
}
|
package/src/packageVersion.ts
CHANGED