@fluidframework/fluid-telemetry 2.0.0-rc.5.0.0 → 2.1.0-274160
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.
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ApplicationInsights } from '@microsoft/applicationinsights-web';
|
|
8
|
-
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
9
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
10
|
-
|
|
11
7
|
// @beta
|
|
12
8
|
export class AppInsightsTelemetryConsumer implements ITelemetryConsumer {
|
|
13
9
|
constructor(appInsightsClient: ApplicationInsights);
|
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ApplicationInsights } from '@microsoft/applicationinsights-web';
|
|
8
|
-
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
9
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
10
|
-
|
|
11
7
|
// @beta
|
|
12
8
|
export class AppInsightsTelemetryConsumer implements ITelemetryConsumer {
|
|
13
9
|
constructor(appInsightsClient: ApplicationInsights);
|
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import type { ApplicationInsights } from '@microsoft/applicationinsights-web';
|
|
8
|
-
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
9
|
-
import type { IFluidContainer } from '@fluidframework/fluid-static';
|
|
10
|
-
|
|
11
7
|
export { ICriticalContainerError }
|
|
12
8
|
|
|
13
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-telemetry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Customer facing Fluid telemetry types and classes for both producing and consuming said telemetry",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"main": "lib/index.js",
|
|
58
58
|
"types": "lib/index.d.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "
|
|
61
|
-
"@fluidframework/container-loader": "
|
|
62
|
-
"@fluidframework/fluid-static": "
|
|
60
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
61
|
+
"@fluidframework/container-loader": "2.1.0-274160",
|
|
62
|
+
"@fluidframework/fluid-static": "2.1.0-274160",
|
|
63
63
|
"@microsoft/applicationinsights-web": "^2.8.11",
|
|
64
64
|
"uuid": "^9.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
68
68
|
"@biomejs/biome": "^1.7.3",
|
|
69
|
-
"@fluid-internal/client-utils": "
|
|
70
|
-
"@fluid-internal/mocha-test-setup": "
|
|
69
|
+
"@fluid-internal/client-utils": "2.1.0-274160",
|
|
70
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
71
71
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
72
72
|
"@fluidframework/build-tools": "^0.39.0",
|
|
73
|
-
"@fluidframework/test-utils": "
|
|
74
|
-
"@fluidframework/tinylicious-client": "
|
|
75
|
-
"@fluidframework/tree": "
|
|
73
|
+
"@fluidframework/test-utils": "2.1.0-274160",
|
|
74
|
+
"@fluidframework/tinylicious-client": "2.1.0-274160",
|
|
75
|
+
"@fluidframework/tree": "2.1.0-274160",
|
|
76
76
|
"@microsoft/api-extractor": "^7.45.1",
|
|
77
77
|
"@types/chai": "^4.0.0",
|
|
78
78
|
"@types/mocha": "^9.1.1",
|
|
@@ -109,7 +109,9 @@
|
|
|
109
109
|
"build": "fluid-build . --task build",
|
|
110
110
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
111
111
|
"build:compile": "fluid-build . --task compile",
|
|
112
|
-
"build:docs": "
|
|
112
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
113
|
+
"build:docs:current": "api-extractor run --local",
|
|
114
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
113
115
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
114
116
|
"check:are-the-types-wrong": "attw --pack .",
|
|
115
117
|
"check:biome": "biome check . --formatter-enabled=true",
|
|
@@ -123,7 +125,9 @@
|
|
|
123
125
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
124
126
|
"check:format": "npm run check:biome",
|
|
125
127
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
|
|
126
|
-
"ci:build:docs": "
|
|
128
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
129
|
+
"ci:build:docs:current": "api-extractor run",
|
|
130
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
127
131
|
"clean": "rimraf --glob _api-extractor-temp coverage dist lib \"*.d.ts\" nyc \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
128
132
|
"eslint": "eslint --format stylish src",
|
|
129
133
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -149,7 +153,7 @@
|
|
|
149
153
|
"test:realsvc:tinylicious": "start-server-and-test start:tinylicious:test 7070 test:realsvc:tinylicious:run",
|
|
150
154
|
"test:realsvc:tinylicious:run": "npm run test:mocha:end-to-end",
|
|
151
155
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
152
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
156
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
153
157
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
154
158
|
}
|
|
155
159
|
}
|