@fluidframework/devtools 2.53.1 → 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/.mocharc.cjs +1 -2
- package/CHANGELOG.md +4 -0
- package/alpha.d.ts +1 -1
- package/beta.d.ts +1 -1
- package/dist/alpha.d.ts +2 -1
- package/dist/beta.d.ts +2 -1
- package/internal.d.ts +1 -1
- package/lib/alpha.d.ts +2 -1
- package/lib/beta.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +12 -12
package/.mocharc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
package/alpha.d.ts
CHANGED
package/beta.d.ts
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
export {
|
|
30
|
-
// @beta APIs
|
|
30
|
+
// #region @beta APIs
|
|
31
31
|
ContainerDevtoolsProps,
|
|
32
32
|
ContainerKey,
|
|
33
33
|
DevtoolsProps,
|
|
@@ -36,4 +36,5 @@ export {
|
|
|
36
36
|
IDevtoolsLogger,
|
|
37
37
|
createDevtoolsLogger,
|
|
38
38
|
initializeDevtools
|
|
39
|
+
// #endregion
|
|
39
40
|
} from "./index.js";
|
package/dist/beta.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
export {
|
|
30
|
-
// @beta APIs
|
|
30
|
+
// #region @beta APIs
|
|
31
31
|
ContainerDevtoolsProps,
|
|
32
32
|
ContainerKey,
|
|
33
33
|
DevtoolsProps,
|
|
@@ -36,4 +36,5 @@ export {
|
|
|
36
36
|
IDevtoolsLogger,
|
|
37
37
|
createDevtoolsLogger,
|
|
38
38
|
initializeDevtools
|
|
39
|
+
// #endregion
|
|
39
40
|
} from "./index.js";
|
package/internal.d.ts
CHANGED
package/lib/alpha.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
export {
|
|
30
|
-
// @beta APIs
|
|
30
|
+
// #region @beta APIs
|
|
31
31
|
ContainerDevtoolsProps,
|
|
32
32
|
ContainerKey,
|
|
33
33
|
DevtoolsProps,
|
|
@@ -36,4 +36,5 @@ export {
|
|
|
36
36
|
IDevtoolsLogger,
|
|
37
37
|
createDevtoolsLogger,
|
|
38
38
|
initializeDevtools
|
|
39
|
+
// #endregion
|
|
39
40
|
} from "./index.js";
|
package/lib/beta.d.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
*/
|
|
28
28
|
|
|
29
29
|
export {
|
|
30
|
-
// @beta APIs
|
|
30
|
+
// #region @beta APIs
|
|
31
31
|
ContainerDevtoolsProps,
|
|
32
32
|
ContainerKey,
|
|
33
33
|
DevtoolsProps,
|
|
@@ -36,4 +36,5 @@ export {
|
|
|
36
36
|
IDevtoolsLogger,
|
|
37
37
|
createDevtoolsLogger,
|
|
38
38
|
initializeDevtools
|
|
39
|
+
// #endregion
|
|
39
40
|
} from "./index.js";
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/devtools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355054",
|
|
4
4
|
"description": "Fluid Framework developer tools",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -77,23 +77,23 @@
|
|
|
77
77
|
"temp-directory": "nyc/.nyc_output"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@fluidframework/container-definitions": "
|
|
81
|
-
"@fluidframework/core-interfaces": "
|
|
82
|
-
"@fluidframework/devtools-core": "
|
|
83
|
-
"@fluidframework/fluid-static": "
|
|
80
|
+
"@fluidframework/container-definitions": "2.61.0-355054",
|
|
81
|
+
"@fluidframework/core-interfaces": "2.61.0-355054",
|
|
82
|
+
"@fluidframework/devtools-core": "2.61.0-355054",
|
|
83
|
+
"@fluidframework/fluid-static": "2.61.0-355054"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
87
87
|
"@biomejs/biome": "~1.9.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "
|
|
89
|
-
"@fluid-tools/build-cli": "^0.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355054",
|
|
89
|
+
"@fluid-tools/build-cli": "^0.58.2",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
|
-
"@fluidframework/build-tools": "^0.
|
|
92
|
-
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.
|
|
93
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
94
|
-
"@microsoft/api-extractor": "7.52.
|
|
91
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
92
|
+
"@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.60.0",
|
|
93
|
+
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
94
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
95
95
|
"@types/mocha": "^10.0.10",
|
|
96
|
-
"c8": "^
|
|
96
|
+
"c8": "^10.1.3",
|
|
97
97
|
"concurrently": "^8.2.1",
|
|
98
98
|
"copyfiles": "^2.4.1",
|
|
99
99
|
"cross-env": "^7.0.3",
|