@fluidframework/driver-definitions 2.60.0 → 2.61.0-355054
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/legacy.d.ts +4 -2
- package/dist/public.d.ts +2 -1
- package/internal.d.ts +1 -1
- package/legacy.d.ts +1 -1
- package/lib/legacy.d.ts +4 -2
- package/lib/public.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +8 -8
package/dist/legacy.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @public APIs
|
|
12
|
+
// #region @public APIs
|
|
13
13
|
ConnectionMode,
|
|
14
14
|
ICapabilities,
|
|
15
15
|
IClient,
|
|
@@ -24,8 +24,9 @@ export {
|
|
|
24
24
|
SummaryObject,
|
|
25
25
|
SummaryType,
|
|
26
26
|
SummaryTypeNoHandle,
|
|
27
|
+
// #endregion
|
|
27
28
|
|
|
28
|
-
// @
|
|
29
|
+
// #region @legacyBeta APIs
|
|
29
30
|
DriverError,
|
|
30
31
|
DriverErrorTypes,
|
|
31
32
|
DriverHeader,
|
|
@@ -97,4 +98,5 @@ export {
|
|
|
97
98
|
ScopeType,
|
|
98
99
|
SummaryTree,
|
|
99
100
|
TreeEntry
|
|
101
|
+
// #endregion
|
|
100
102
|
} from "./index.js";
|
package/dist/public.d.ts
CHANGED
package/internal.d.ts
CHANGED
package/legacy.d.ts
CHANGED
package/lib/legacy.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @public APIs
|
|
12
|
+
// #region @public APIs
|
|
13
13
|
ConnectionMode,
|
|
14
14
|
ICapabilities,
|
|
15
15
|
IClient,
|
|
@@ -24,8 +24,9 @@ export {
|
|
|
24
24
|
SummaryObject,
|
|
25
25
|
SummaryType,
|
|
26
26
|
SummaryTypeNoHandle,
|
|
27
|
+
// #endregion
|
|
27
28
|
|
|
28
|
-
// @
|
|
29
|
+
// #region @legacyBeta APIs
|
|
29
30
|
DriverError,
|
|
30
31
|
DriverErrorTypes,
|
|
31
32
|
DriverHeader,
|
|
@@ -97,4 +98,5 @@ export {
|
|
|
97
98
|
ScopeType,
|
|
98
99
|
SummaryTree,
|
|
99
100
|
TreeEntry
|
|
101
|
+
// #endregion
|
|
100
102
|
} from "./index.js";
|
package/lib/public.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355054",
|
|
4
4
|
"description": "Fluid driver definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "
|
|
50
|
+
"@fluidframework/core-interfaces": "2.61.0-355054"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
54
54
|
"@biomejs/biome": "~1.9.3",
|
|
55
|
-
"@fluid-tools/build-cli": "^0.
|
|
55
|
+
"@fluid-tools/build-cli": "^0.58.2",
|
|
56
56
|
"@fluidframework/build-common": "^2.0.3",
|
|
57
|
-
"@fluidframework/build-tools": "^0.
|
|
58
|
-
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.
|
|
57
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
58
|
+
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.60.0",
|
|
59
59
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
60
|
-
"@microsoft/api-extractor": "7.52.
|
|
60
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
61
61
|
"concurrently": "^8.2.1",
|
|
62
62
|
"copyfiles": "^2.4.1",
|
|
63
63
|
"eslint": "~8.55.0",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"api": "fluid-build . --task api",
|
|
85
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
86
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
85
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
86
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
87
87
|
"build": "fluid-build . --task build",
|
|
88
88
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
89
89
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|