@fluidframework/app-insights-logger 2.1.0-276985 → 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/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/beta.d.ts CHANGED
@@ -5,7 +5,13 @@
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
+ * This package provides a telemetry logger that will route typical Fluid telemetry to Azure App Insights.
13
+ * {@link https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net|Azure App Insights}
14
+ * @packageDocumentation
9
15
  */
10
16
 
11
17
  export {
package/dist/public.d.ts CHANGED
@@ -5,8 +5,12 @@
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
+ * This package provides a telemetry logger that will route typical Fluid telemetry to Azure App Insights.
13
+ * {@link https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net|Azure App Insights}
14
+ * @packageDocumentation
15
+ */export {}
12
16
 
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/beta.d.ts CHANGED
@@ -5,7 +5,13 @@
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
+ * This package provides a telemetry logger that will route typical Fluid telemetry to Azure App Insights.
13
+ * {@link https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net|Azure App Insights}
14
+ * @packageDocumentation
9
15
  */
10
16
 
11
17
  export {
package/lib/public.d.ts CHANGED
@@ -5,8 +5,12 @@
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
+ * This package provides a telemetry logger that will route typical Fluid telemetry to Azure App Insights.
13
+ * {@link https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net|Azure App Insights}
14
+ * @packageDocumentation
15
+ */export {}
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/app-insights-logger",
3
- "version": "2.1.0-276985",
3
+ "version": "2.1.0-281041",
4
4
  "description": "Contains a Fluid logging client that sends telemetry events to Azure App Insights",
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": "2.1.0-276985",
50
+ "@fluidframework/core-interfaces": "2.1.0-281041",
51
51
  "@microsoft/applicationinsights-web": "^2.8.11",
52
52
  "@ungap/structured-clone": "^1.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@arethetypeswrong/cli": "^0.15.2",
56
- "@biomejs/biome": "^1.7.3",
57
- "@fluid-internal/mocha-test-setup": "2.1.0-276985",
58
- "@fluid-tools/build-cli": "^0.39.0",
56
+ "@biomejs/biome": "~1.8.3",
57
+ "@fluid-internal/mocha-test-setup": "2.1.0-281041",
58
+ "@fluid-tools/build-cli": "^0.40.0",
59
59
  "@fluidframework/build-common": "^2.0.3",
60
- "@fluidframework/build-tools": "^0.39.0",
60
+ "@fluidframework/build-tools": "^0.40.0",
61
61
  "@microsoft/api-extractor": "^7.45.1",
62
62
  "@types/mocha": "^9.1.1",
63
63
  "@types/node": "^18.19.0",
@@ -109,7 +109,7 @@
109
109
  "build:docs": "api-extractor run --local",
110
110
  "build:esnext": "tsc --project ./tsconfig.json",
111
111
  "check:are-the-types-wrong": "attw --pack .",
112
- "check:biome": "biome check . --formatter-enabled=true",
112
+ "check:biome": "biome check .",
113
113
  "check:exports": "concurrently \"npm:check:exports:*\"",
114
114
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
115
115
  "check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
@@ -125,7 +125,7 @@
125
125
  "format": "npm run format:biome",
126
126
  "format-and-build": "npm run format && npm run build",
127
127
  "format-and-compile": "npm run format && npm run build:compile",
128
- "format:biome": "biome check . --formatter-enabled=true --apply",
128
+ "format:biome": "biome check . --write",
129
129
  "format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
130
130
  "lint": "fluid-build . --task lint",
131
131
  "lint:fix": "fluid-build . --task eslint:fix --task format",