@fluidframework/fluid-telemetry 2.90.0 → 2.92.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 +8 -0
- package/beta.d.ts +1 -1
- package/dist/beta.d.ts +1 -1
- package/dist/public.d.ts +1 -1
- package/internal.d.ts +1 -1
- package/lib/beta.d.ts +1 -1
- package/lib/public.d.ts +1 -1
- package/package.json +16 -25
- package/tsconfig.json +1 -1
- package/lib/test/containerTelemetry.spec.d.ts +0 -6
- package/lib/test/containerTelemetry.spec.d.ts.map +0 -1
- package/lib/test/containerTelemetryEndToEnd.spec.realsvc.d.ts +0 -6
- package/lib/test/containerTelemetryEndToEnd.spec.realsvc.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" 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,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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
package/dist/public.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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" 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,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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
package/lib/public.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 @fluid-tools/build-cli.
|
|
8
|
+
* Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-telemetry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.92.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.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/fluid-static": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.92.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.92.0",
|
|
52
|
+
"@fluidframework/fluid-static": "~2.92.0",
|
|
53
53
|
"@microsoft/applicationinsights-web": "^2.8.11",
|
|
54
54
|
"uuid": "^11.1.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
58
|
-
"@biomejs/biome": "~
|
|
59
|
-
"@fluid-internal/client-utils": "~2.
|
|
60
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
61
|
-
"@fluid-tools/build-cli": "^0.
|
|
62
|
-
"@fluidframework/build-tools": "^0.
|
|
63
|
-
"@fluidframework/test-utils": "~2.
|
|
64
|
-
"@fluidframework/tinylicious-client": "~2.
|
|
65
|
-
"@fluidframework/tree": "~2.
|
|
58
|
+
"@biomejs/biome": "~2.4.5",
|
|
59
|
+
"@fluid-internal/client-utils": "~2.92.0",
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "~2.92.0",
|
|
61
|
+
"@fluid-tools/build-cli": "^0.64.0",
|
|
62
|
+
"@fluidframework/build-tools": "^0.64.0",
|
|
63
|
+
"@fluidframework/test-utils": "~2.92.0",
|
|
64
|
+
"@fluidframework/tinylicious-client": "~2.92.0",
|
|
65
|
+
"@fluidframework/tree": "~2.92.0",
|
|
66
66
|
"@microsoft/api-extractor": "7.52.11",
|
|
67
67
|
"@types/chai": "^4.0.0",
|
|
68
68
|
"@types/mocha": "^10.0.10",
|
|
@@ -80,30 +80,21 @@
|
|
|
80
80
|
"tslib": "^1.10.0",
|
|
81
81
|
"typescript": "~5.4.5"
|
|
82
82
|
},
|
|
83
|
-
"fluidBuild": {
|
|
84
|
-
"tasks": {
|
|
85
|
-
"build:esnext": [
|
|
86
|
-
"...",
|
|
87
|
-
"typetests:gen"
|
|
88
|
-
],
|
|
89
|
-
"tsc": [
|
|
90
|
-
"...",
|
|
91
|
-
"typetests:gen"
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
83
|
"typeValidation": {
|
|
96
84
|
"disabled": true
|
|
97
85
|
},
|
|
98
86
|
"scripts": {
|
|
99
87
|
"api": "fluid-build . --task api",
|
|
100
|
-
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
88
|
+
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
|
|
101
89
|
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
102
90
|
"build": "fluid-build . --task build",
|
|
103
91
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
104
92
|
"build:compile": "fluid-build . --task compile",
|
|
105
93
|
"build:docs": "api-extractor run --local",
|
|
106
94
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
95
|
+
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
96
|
+
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
97
|
+
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
107
98
|
"check:are-the-types-wrong": "attw --pack .",
|
|
108
99
|
"check:biome": "biome check .",
|
|
109
100
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
package/tsconfig.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "../../../../common/build/build-common/tsconfig.node16.json",
|
|
3
3
|
"include": ["src/**/*"],
|
|
4
|
+
"exclude": ["src/test/**/*"],
|
|
4
5
|
"compilerOptions": {
|
|
5
6
|
"rootDir": "src",
|
|
6
7
|
"outDir": "./lib",
|
|
7
|
-
"types": ["mocha"],
|
|
8
8
|
"exactOptionalPropertyTypes": false,
|
|
9
9
|
},
|
|
10
10
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"containerTelemetry.spec.d.ts","sourceRoot":"","sources":["../../src/test/containerTelemetry.spec.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"containerTelemetryEndToEnd.spec.realsvc.d.ts","sourceRoot":"","sources":["../../src/test/containerTelemetryEndToEnd.spec.realsvc.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|