@fluidframework/devtools 2.1.0-276326 → 2.1.0-281041

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/README.md CHANGED
@@ -158,11 +158,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
158
158
 
159
159
  ## Help
160
160
 
161
- Not finding what you're looking for in this README? Check out our [GitHub
162
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
161
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
163
162
 
164
- Still not finding what you're looking for? Please [file an
165
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
163
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
166
164
 
167
165
  Thank you!
168
166
 
package/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/alpha.js";
package/beta.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/beta.js";
package/dist/alpha.d.ts CHANGED
@@ -5,7 +5,22 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
9
24
  */
10
25
 
11
26
  export {
package/dist/beta.d.ts CHANGED
@@ -5,7 +5,22 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
9
24
  */
10
25
 
11
26
  export {
package/dist/public.d.ts CHANGED
@@ -5,8 +5,21 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
24
+ */export {}
12
25
 
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/lib/alpha.d.ts CHANGED
@@ -5,7 +5,22 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
9
24
  */
10
25
 
11
26
  export {
package/lib/beta.d.ts CHANGED
@@ -5,7 +5,22 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
+ */
10
+
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
9
24
  */
10
25
 
11
26
  export {
package/lib/public.d.ts CHANGED
@@ -5,8 +5,21 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluidframework/build-tools.
8
+ * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
- export {}
11
+ /**
12
+ * Primary entry-point to the Fluid Devtools.
13
+ *
14
+ * To initialize the Devtools alongside your application's {@link @fluidframework/fluid-static#IFluidContainer}, call
15
+ * {@link initializeDevtools}.
16
+ *
17
+ * The Devtools will automatically dispose of themselves upon Window unload, but if you would like to close them
18
+ * earlier, call {@link IDevtools.dispose}.
19
+ *
20
+ * To enable visualization of Telemetry data, you may create a {@link @fluidframework/devtools-core#DevtoolsLogger} and
21
+ * provide it during Devtools initialization.
22
+ *
23
+ * @packageDocumentation
24
+ */export {}
12
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/devtools",
3
- "version": "2.1.0-276326",
3
+ "version": "2.1.0-281041",
4
4
  "description": "Fluid Framework developer tools",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -77,19 +77,19 @@
77
77
  "temp-directory": "nyc/.nyc_output"
78
78
  },
79
79
  "dependencies": {
80
- "@fluidframework/container-definitions": "2.1.0-276326",
81
- "@fluidframework/core-interfaces": "2.1.0-276326",
82
- "@fluidframework/devtools-core": "2.1.0-276326",
83
- "@fluidframework/fluid-static": "2.1.0-276326"
80
+ "@fluidframework/container-definitions": "2.1.0-281041",
81
+ "@fluidframework/core-interfaces": "2.1.0-281041",
82
+ "@fluidframework/devtools-core": "2.1.0-281041",
83
+ "@fluidframework/fluid-static": "2.1.0-281041"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.15.2",
87
- "@biomejs/biome": "^1.7.3",
88
- "@fluid-internal/mocha-test-setup": "2.1.0-276326",
89
- "@fluid-tools/build-cli": "^0.39.0",
87
+ "@biomejs/biome": "~1.8.3",
88
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
89
+ "@fluid-tools/build-cli": "^0.40.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
- "@fluidframework/build-tools": "^0.39.0",
92
- "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.0.0-rc.5.0.0",
91
+ "@fluidframework/build-tools": "^0.40.0",
92
+ "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.0.0",
93
93
  "@fluidframework/eslint-config-fluid": "^5.3.0",
94
94
  "@microsoft/api-extractor": "^7.45.1",
95
95
  "@types/chai": "^4.0.0",
@@ -130,7 +130,7 @@
130
130
  "build:docs": "api-extractor run --local",
131
131
  "build:esnext": "tsc --project ./tsconfig.json",
132
132
  "check:are-the-types-wrong": "attw --pack .",
133
- "check:biome": "biome check . --formatter-enabled=true",
133
+ "check:biome": "biome check .",
134
134
  "check:exports": "concurrently \"npm:check:exports:*\"",
135
135
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
136
136
  "check:exports:cjs:alpha": "api-extractor run --config api-extractor/api-extractor-lint-alpha.cjs.json",
@@ -148,7 +148,7 @@
148
148
  "format": "npm run format:biome",
149
149
  "format-and-build": "npm run format && npm run build",
150
150
  "format-and-compile": "npm run format && npm run build:compile",
151
- "format:biome": "biome check . --formatter-enabled=true --apply",
151
+ "format:biome": "biome check . --write",
152
152
  "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
153
153
  "lint": "fluid-build . --task lint",
154
154
  "lint:fix": "fluid-build . --task eslint:fix --task format",