@fluidframework/fluid-telemetry 2.1.0-276985 → 2.1.0
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/CHANGELOG.md +4 -0
- package/beta.d.ts +1 -1
- package/dist/beta.d.ts +6 -1
- package/dist/public.d.ts +6 -1
- package/internal.d.ts +1 -1
- package/lib/beta.d.ts +6 -1
- package/lib/public.d.ts +6 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
package/beta.d.ts
CHANGED
package/dist/beta.d.ts
CHANGED
|
@@ -5,7 +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 @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* This package provides an implementation and types for producing and consuming telemetry for Fluid Framework applications
|
|
13
|
+
* @packageDocumentation
|
|
9
14
|
*/
|
|
10
15
|
|
|
11
16
|
export {
|
package/dist/public.d.ts
CHANGED
|
@@ -5,7 +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 @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* This package provides an implementation and types for producing and consuming telemetry for Fluid Framework applications
|
|
13
|
+
* @packageDocumentation
|
|
9
14
|
*/
|
|
10
15
|
|
|
11
16
|
export {
|
package/internal.d.ts
CHANGED
package/lib/beta.d.ts
CHANGED
|
@@ -5,7 +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 @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* This package provides an implementation and types for producing and consuming telemetry for Fluid Framework applications
|
|
13
|
+
* @packageDocumentation
|
|
9
14
|
*/
|
|
10
15
|
|
|
11
16
|
export {
|
package/lib/public.d.ts
CHANGED
|
@@ -5,7 +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 @
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* This package provides an implementation and types for producing and consuming telemetry for Fluid Framework applications
|
|
13
|
+
* @packageDocumentation
|
|
9
14
|
*/
|
|
10
15
|
|
|
11
16
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-telemetry",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
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": {
|
|
@@ -47,22 +47,22 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/index.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "2.1.0
|
|
51
|
-
"@fluidframework/container-loader": "2.1.0
|
|
52
|
-
"@fluidframework/fluid-static": "2.1.0
|
|
50
|
+
"@fluidframework/container-definitions": "~2.1.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.1.0",
|
|
52
|
+
"@fluidframework/fluid-static": "~2.1.0",
|
|
53
53
|
"@microsoft/applicationinsights-web": "^2.8.11",
|
|
54
54
|
"uuid": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
58
|
-
"@biomejs/biome": "
|
|
59
|
-
"@fluid-internal/client-utils": "2.1.0
|
|
60
|
-
"@fluid-internal/mocha-test-setup": "2.1.0
|
|
61
|
-
"@fluid-tools/build-cli": "^0.
|
|
62
|
-
"@fluidframework/build-tools": "^0.
|
|
63
|
-
"@fluidframework/test-utils": "2.1.0
|
|
64
|
-
"@fluidframework/tinylicious-client": "2.1.0
|
|
65
|
-
"@fluidframework/tree": "2.1.0
|
|
58
|
+
"@biomejs/biome": "~1.8.3",
|
|
59
|
+
"@fluid-internal/client-utils": "~2.1.0",
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "~2.1.0",
|
|
61
|
+
"@fluid-tools/build-cli": "^0.41.0",
|
|
62
|
+
"@fluidframework/build-tools": "^0.41.0",
|
|
63
|
+
"@fluidframework/test-utils": "~2.1.0",
|
|
64
|
+
"@fluidframework/tinylicious-client": "~2.1.0",
|
|
65
|
+
"@fluidframework/tree": "~2.1.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.45.1",
|
|
67
67
|
"@types/chai": "^4.0.0",
|
|
68
68
|
"@types/mocha": "^9.1.1",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"build:docs": "api-extractor run --local",
|
|
103
103
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
104
104
|
"check:are-the-types-wrong": "attw --pack .",
|
|
105
|
-
"check:biome": "biome check .
|
|
105
|
+
"check:biome": "biome check .",
|
|
106
106
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
107
107
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
108
108
|
"check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"format": "npm run format:biome",
|
|
119
119
|
"format-and-build": "npm run format && npm run build",
|
|
120
120
|
"format-and-compile": "npm run format && npm run build:compile",
|
|
121
|
-
"format:biome": "biome check . --
|
|
121
|
+
"format:biome": "biome check . --write",
|
|
122
122
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
|
|
123
123
|
"lint": "fluid-build . --task lint",
|
|
124
124
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|