@fluidframework/app-insights-logger 2.1.0-274160 → 2.1.0-276985

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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -98,11 +98,9 @@ From the Azure web portal, navigate to your app insights instance. Now, go to th
98
98
 
99
99
  ## Help
100
100
 
101
- Not finding what you're looking for in this README? Check out our [GitHub
102
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
101
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
103
102
 
104
- Still not finding what you're looking for? Please [file an
105
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
103
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
106
104
 
107
105
  Thank you!
108
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/app-insights-logger",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
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": "2.1.0-274160",
50
+ "@fluidframework/core-interfaces": "2.1.0-276985",
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": "2.1.0-274160",
57
+ "@fluid-internal/mocha-test-setup": "2.1.0-276985",
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",
@@ -101,8 +101,8 @@
101
101
  },
102
102
  "scripts": {
103
103
  "api": "fluid-build . --task api",
104
- "api-extractor:commonjs": "flub generate entrypoints --outFileAlpha legacy --outDir ./dist",
105
- "api-extractor:esnext": "flub generate entrypoints --outFileAlpha legacy --outDir ./lib --node10TypeCompat",
104
+ "api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
105
+ "api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
106
106
  "build": "fluid-build . --task build",
107
107
  "build:commonjs": "fluid-build . --task commonjs",
108
108
  "build:compile": "fluid-build . --task compile",