@fluidframework/fluid-telemetry 2.70.0 → 2.72.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/fluid-telemetry
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.71.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.70.0
4
12
 
5
13
  Dependency updates only.
@@ -127,7 +135,6 @@ Dependency updates only.
127
135
  - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
128
136
 
129
137
  The following Fluid server dependencies have been updated to the latest version, 5.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/RELEASE_NOTES/5.0.0.md)
130
-
131
138
  - @fluidframework/gitresources
132
139
  - @fluidframework/server-kafka-orderer
133
140
  - @fluidframework/server-lambdas
@@ -176,7 +183,6 @@ Dependency updates only.
176
183
  TypeScript types and implementation code.
177
184
 
178
185
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
179
-
180
186
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
181
187
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
182
188
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-telemetry",
3
- "version": "2.70.0",
3
+ "version": "2.72.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.70.0",
51
- "@fluidframework/container-loader": "~2.70.0",
52
- "@fluidframework/fluid-static": "~2.70.0",
50
+ "@fluidframework/container-definitions": "~2.72.0",
51
+ "@fluidframework/container-loader": "~2.72.0",
52
+ "@fluidframework/fluid-static": "~2.72.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.17.1",
58
58
  "@biomejs/biome": "~1.9.3",
59
- "@fluid-internal/client-utils": "~2.70.0",
60
- "@fluid-internal/mocha-test-setup": "~2.70.0",
61
- "@fluid-tools/build-cli": "^0.58.3",
62
- "@fluidframework/build-tools": "^0.58.3",
63
- "@fluidframework/test-utils": "~2.70.0",
64
- "@fluidframework/tinylicious-client": "~2.70.0",
65
- "@fluidframework/tree": "~2.70.0",
59
+ "@fluid-internal/client-utils": "~2.72.0",
60
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
61
+ "@fluid-tools/build-cli": "^0.60.0",
62
+ "@fluidframework/build-tools": "^0.60.0",
63
+ "@fluidframework/test-utils": "~2.72.0",
64
+ "@fluidframework/tinylicious-client": "~2.72.0",
65
+ "@fluidframework/tree": "~2.72.0",
66
66
  "@microsoft/api-extractor": "7.52.11",
67
67
  "@types/chai": "^4.0.0",
68
68
  "@types/mocha": "^10.0.10",
@@ -114,8 +114,8 @@
114
114
  "check:format": "npm run check:biome",
115
115
  "ci:build:docs": "api-extractor run",
116
116
  "clean": "rimraf --glob _api-extractor-temp coverage dist lib {alpha,beta,internal,legacy}.d.ts nyc \"**/*.tsbuildinfo\" \"**/*.build.log\"",
117
- "eslint": "eslint --format stylish src",
118
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
117
+ "eslint": "eslint --quiet --format stylish src",
118
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
119
119
  "format": "npm run format:biome",
120
120
  "format-and-build": "npm run format && npm run build",
121
121
  "format-and-compile": "npm run format && npm run build:compile",