@fluidframework/fluid-telemetry 2.0.0-rc.5.0.4 → 2.0.0-rc.5.0.5

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
+ "extends": "<projectFolder>/../../../../common/build/build-common/api-extractor-lint.entrypoint.json",
4
+ "mainEntryPointFilePath": "<projectFolder>/dist/index.d.ts"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-telemetry",
3
- "version": "2.0.0-rc.5.0.4",
3
+ "version": "2.0.0-rc.5.0.5",
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": {
@@ -14,12 +14,18 @@
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
17
+ "trimmedAPI": {
18
+ "types": {
19
+ "import": "./lib/public.d.ts",
20
+ "require": "./dist/public.d.ts"
21
+ }
22
+ },
17
23
  "import": {
18
- "types": "./lib/public.d.ts",
24
+ "types": "./lib/index.d.ts",
19
25
  "default": "./lib/index.js"
20
26
  },
21
27
  "require": {
22
- "types": "./dist/public.d.ts",
28
+ "types": "./dist/index.d.ts",
23
29
  "default": "./dist/index.js"
24
30
  }
25
31
  },
@@ -57,22 +63,22 @@
57
63
  "main": "lib/index.js",
58
64
  "types": "lib/index.d.ts",
59
65
  "dependencies": {
60
- "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
61
- "@fluidframework/container-loader": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
62
- "@fluidframework/fluid-static": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
66
+ "@fluidframework/container-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
67
+ "@fluidframework/container-loader": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
68
+ "@fluidframework/fluid-static": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
63
69
  "@microsoft/applicationinsights-web": "^2.8.11",
64
70
  "uuid": "^9.0.0"
65
71
  },
66
72
  "devDependencies": {
67
73
  "@arethetypeswrong/cli": "^0.15.2",
68
74
  "@biomejs/biome": "^1.7.3",
69
- "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
70
- "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
75
+ "@fluid-internal/client-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
76
+ "@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
71
77
  "@fluid-tools/build-cli": "^0.39.0",
72
78
  "@fluidframework/build-tools": "^0.39.0",
73
- "@fluidframework/test-utils": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
74
- "@fluidframework/tinylicious-client": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
75
- "@fluidframework/tree": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
79
+ "@fluidframework/test-utils": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
80
+ "@fluidframework/tinylicious-client": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
81
+ "@fluidframework/tree": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
76
82
  "@microsoft/api-extractor": "^7.45.1",
77
83
  "@types/chai": "^4.0.0",
78
84
  "@types/mocha": "^9.1.1",
@@ -91,6 +97,7 @@
91
97
  "tslib": "^1.10.0",
92
98
  "typescript": "~5.4.5"
93
99
  },
100
+ "exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.",
94
101
  "fluidBuild": {
95
102
  "tasks": {
96
103
  "tsc": [
@@ -116,6 +123,7 @@
116
123
  "check:exports": "concurrently \"npm:check:exports:*\"",
117
124
  "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
118
125
  "check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
126
+ "check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
119
127
  "check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
120
128
  "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
121
129
  "check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",