@fluidframework/app-insights-logger 2.0.0-rc.5.0.1 → 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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/app-insights-logger",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
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,14 +47,14 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "
|
|
50
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
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
56
|
"@biomejs/biome": "^1.7.3",
|
|
57
|
-
"@fluid-internal/mocha-test-setup": "
|
|
57
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
58
58
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
59
59
|
"@fluidframework/build-common": "^2.0.3",
|
|
60
60
|
"@fluidframework/build-tools": "^0.39.0",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
136
136
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
137
137
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
138
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
138
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
139
139
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
140
140
|
}
|
|
141
141
|
}
|