@fluidframework/app-insights-logger 2.91.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 +4 -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 +10 -19
- package/tsconfig.json +1 -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 --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 --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 --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 --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 --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 --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/app-insights-logger",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.92.0",
|
|
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,18 +47,18 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "~2.
|
|
50
|
+
"@fluidframework/core-interfaces": "~2.92.0",
|
|
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.18.2",
|
|
56
56
|
"@biomejs/biome": "~2.4.5",
|
|
57
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
58
|
-
"@fluid-tools/build-cli": "^0.
|
|
59
|
-
"@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.
|
|
57
|
+
"@fluid-internal/mocha-test-setup": "~2.92.0",
|
|
58
|
+
"@fluid-tools/build-cli": "^0.64.0",
|
|
59
|
+
"@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.91.0",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
|
-
"@fluidframework/build-tools": "^0.
|
|
61
|
+
"@fluidframework/build-tools": "^0.64.0",
|
|
62
62
|
"@microsoft/api-extractor": "7.52.11",
|
|
63
63
|
"@types/mocha": "^10.0.10",
|
|
64
64
|
"@types/node": "~20.19.30",
|
|
@@ -89,31 +89,22 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
"fluidBuild": {
|
|
93
|
-
"tasks": {
|
|
94
|
-
"build:esnext": [
|
|
95
|
-
"...",
|
|
96
|
-
"typetests:gen"
|
|
97
|
-
],
|
|
98
|
-
"tsc": [
|
|
99
|
-
"...",
|
|
100
|
-
"typetests:gen"
|
|
101
|
-
]
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
92
|
"typeValidation": {
|
|
105
93
|
"broken": {},
|
|
106
94
|
"entrypoint": "internal"
|
|
107
95
|
},
|
|
108
96
|
"scripts": {
|
|
109
97
|
"api": "fluid-build . --task api",
|
|
110
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
98
|
+
"api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outDir ./dist",
|
|
111
99
|
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
112
100
|
"build": "fluid-build . --task build",
|
|
113
101
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
114
102
|
"build:compile": "fluid-build . --task compile",
|
|
115
103
|
"build:docs": "api-extractor run --local",
|
|
116
104
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
105
|
+
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
106
|
+
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
107
|
+
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
117
108
|
"check:are-the-types-wrong": "attw --pack .",
|
|
118
109
|
"check:biome": "biome check .",
|
|
119
110
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
package/tsconfig.json
CHANGED