@fluidframework/fluid-telemetry 2.90.0 → 2.92.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,13 @@
1
1
  # @fluidframework/fluid-telemetry
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.91.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.90.0
4
12
 
5
13
  Dependency updates only.
package/beta.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/beta.js";
package/dist/beta.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/lib/beta.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-telemetry",
3
- "version": "2.90.0",
3
+ "version": "2.92.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.90.0",
51
- "@fluidframework/container-loader": "~2.90.0",
52
- "@fluidframework/fluid-static": "~2.90.0",
50
+ "@fluidframework/container-definitions": "~2.92.0",
51
+ "@fluidframework/container-loader": "~2.92.0",
52
+ "@fluidframework/fluid-static": "~2.92.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
- "@biomejs/biome": "~1.9.3",
59
- "@fluid-internal/client-utils": "~2.90.0",
60
- "@fluid-internal/mocha-test-setup": "~2.90.0",
61
- "@fluid-tools/build-cli": "^0.63.0",
62
- "@fluidframework/build-tools": "^0.63.0",
63
- "@fluidframework/test-utils": "~2.90.0",
64
- "@fluidframework/tinylicious-client": "~2.90.0",
65
- "@fluidframework/tree": "~2.90.0",
58
+ "@biomejs/biome": "~2.4.5",
59
+ "@fluid-internal/client-utils": "~2.92.0",
60
+ "@fluid-internal/mocha-test-setup": "~2.92.0",
61
+ "@fluid-tools/build-cli": "^0.64.0",
62
+ "@fluidframework/build-tools": "^0.64.0",
63
+ "@fluidframework/test-utils": "~2.92.0",
64
+ "@fluidframework/tinylicious-client": "~2.92.0",
65
+ "@fluidframework/tree": "~2.92.0",
66
66
  "@microsoft/api-extractor": "7.52.11",
67
67
  "@types/chai": "^4.0.0",
68
68
  "@types/mocha": "^10.0.10",
@@ -80,30 +80,21 @@
80
80
  "tslib": "^1.10.0",
81
81
  "typescript": "~5.4.5"
82
82
  },
83
- "fluidBuild": {
84
- "tasks": {
85
- "build:esnext": [
86
- "...",
87
- "typetests:gen"
88
- ],
89
- "tsc": [
90
- "...",
91
- "typetests:gen"
92
- ]
93
- }
94
- },
95
83
  "typeValidation": {
96
84
  "disabled": true
97
85
  },
98
86
  "scripts": {
99
87
  "api": "fluid-build . --task api",
100
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
88
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
101
89
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
102
90
  "build": "fluid-build . --task build",
103
91
  "build:commonjs": "fluid-build . --task commonjs",
104
92
  "build:compile": "fluid-build . --task compile",
105
93
  "build:docs": "api-extractor run --local",
106
94
  "build:esnext": "tsc --project ./tsconfig.json",
95
+ "build:test": "npm run build:test:esm && npm run build:test:cjs",
96
+ "build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
97
+ "build:test:esm": "tsc --project ./src/test/tsconfig.json",
107
98
  "check:are-the-types-wrong": "attw --pack .",
108
99
  "check:biome": "biome check .",
109
100
  "check:exports": "concurrently \"npm:check:exports:*\"",
package/tsconfig.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "extends": "../../../../common/build/build-common/tsconfig.node16.json",
3
3
  "include": ["src/**/*"],
4
+ "exclude": ["src/test/**/*"],
4
5
  "compilerOptions": {
5
6
  "rootDir": "src",
6
7
  "outDir": "./lib",
7
- "types": ["mocha"],
8
8
  "exactOptionalPropertyTypes": false,
9
9
  },
10
10
  }
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export {};
6
- //# sourceMappingURL=containerTelemetry.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerTelemetry.spec.d.ts","sourceRoot":"","sources":["../../src/test/containerTelemetry.spec.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -1,6 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
- export {};
6
- //# sourceMappingURL=containerTelemetryEndToEnd.spec.realsvc.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"containerTelemetryEndToEnd.spec.realsvc.d.ts","sourceRoot":"","sources":["../../src/test/containerTelemetryEndToEnd.spec.realsvc.ts"],"names":[],"mappings":"AAAA;;;GAGG"}