@fluidframework/telemetry-utils 2.0.0-dev-rc.4.0.0.261659 → 2.0.0-dev-rc.5.0.0.263932

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/telemetry-utils
2
2
 
3
+ ## 2.0.0-rc.4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - telemetry-utils: Internal telemetry types removed from public API surface [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
8
+
9
+ We have updated the tags for the following telemetry-related types in the FluidFramework: TelemetryEventCategory, TelemetryEventPropertyTypeExt, ITelemetryPropertiesExt, ITelemetryGenericEventExt, ITelemetryErrorEventExt, ITelemetryPerformanceEventExt, ITelemetryLoggerExt. For developers using any of these types, the primary action required is to transition to using the corresponding "base" type. For example, replace ITelemetryPerformanceEventExt with ITelemetryBaseEvent from @core-interfaces.
10
+
3
11
  ## 2.0.0-rc.3.0.0
4
12
 
5
13
  ### Major Changes
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.42.3"
8
+ "packageVersion": "7.43.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/telemetry-utils",
3
- "version": "2.0.0-dev-rc.4.0.0.261659",
3
+ "version": "2.0.0-dev-rc.5.0.0.263932",
4
4
  "description": "Collection of telemetry relates utilities for Fluid",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,9 +67,9 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "2.0.0-dev-rc.4.0.0.261659",
71
- "@fluidframework/core-interfaces": "2.0.0-dev-rc.4.0.0.261659",
72
- "@fluidframework/core-utils": "2.0.0-dev-rc.4.0.0.261659",
70
+ "@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.263932",
71
+ "@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.263932",
72
+ "@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.263932",
73
73
  "@fluidframework/protocol-definitions": "^3.2.0",
74
74
  "debug": "^4.3.4",
75
75
  "uuid": "^9.0.0"
@@ -77,13 +77,13 @@
77
77
  "devDependencies": {
78
78
  "@arethetypeswrong/cli": "^0.15.2",
79
79
  "@biomejs/biome": "^1.6.2",
80
- "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.4.0.0.261659",
81
- "@fluid-tools/build-cli": "0.38.0-259537",
80
+ "@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.263932",
81
+ "@fluid-tools/build-cli": "^0.38.0",
82
82
  "@fluidframework/build-common": "^2.0.3",
83
- "@fluidframework/build-tools": "0.38.0-259537",
83
+ "@fluidframework/build-tools": "^0.38.0",
84
84
  "@fluidframework/eslint-config-fluid": "^5.1.0",
85
85
  "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.0.0-rc.3.0.0",
86
- "@microsoft/api-extractor": "^7.42.3",
86
+ "@microsoft/api-extractor": "^7.43.1",
87
87
  "@types/debug": "^4.1.5",
88
88
  "@types/mocha": "^9.1.1",
89
89
  "@types/node": "^18.19.0",