@fluidframework/fluid-telemetry 2.81.1 → 2.82.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/fluid-telemetry
2
2
 
3
+ ## 2.82.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.81.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -6,17 +6,6 @@
6
6
  import type { Linter } from "eslint";
7
7
  import { strict } from "../../../../common/build/eslint-config-fluid/flat.mts";
8
8
 
9
- const config: Linter.Config[] = [
10
- ...strict,
11
- {
12
- files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],
13
- languageOptions: {
14
- parserOptions: {
15
- projectService: false,
16
- project: ["./tsconfig.json"],
17
- },
18
- },
19
- },
20
- ];
9
+ const config: Linter.Config[] = [...strict];
21
10
 
22
11
  export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-telemetry",
3
- "version": "2.81.1",
3
+ "version": "2.82.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.81.1",
51
- "@fluidframework/container-loader": "~2.81.1",
52
- "@fluidframework/fluid-static": "~2.81.1",
50
+ "@fluidframework/container-definitions": "~2.82.0",
51
+ "@fluidframework/container-loader": "~2.82.0",
52
+ "@fluidframework/fluid-static": "~2.82.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.18.2",
58
58
  "@biomejs/biome": "~1.9.3",
59
- "@fluid-internal/client-utils": "~2.81.1",
60
- "@fluid-internal/mocha-test-setup": "~2.81.1",
59
+ "@fluid-internal/client-utils": "~2.82.0",
60
+ "@fluid-internal/mocha-test-setup": "~2.82.0",
61
61
  "@fluid-tools/build-cli": "^0.63.0",
62
62
  "@fluidframework/build-tools": "^0.63.0",
63
- "@fluidframework/test-utils": "~2.81.1",
64
- "@fluidframework/tinylicious-client": "~2.81.1",
65
- "@fluidframework/tree": "~2.81.1",
63
+ "@fluidframework/test-utils": "~2.82.0",
64
+ "@fluidframework/tinylicious-client": "~2.82.0",
65
+ "@fluidframework/tree": "~2.82.0",
66
66
  "@microsoft/api-extractor": "7.52.11",
67
67
  "@types/chai": "^4.0.0",
68
68
  "@types/mocha": "^10.0.10",
package/biome.jsonc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../../biome.jsonc"]
4
- }