@fluidframework/fluid-telemetry 2.1.0-274160 → 2.1.0-276326
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/api-extractor.json +1 -1
- package/package.json +13 -29
- package/api-extractor/api-extractor-lint-legacy.cjs.json +0 -5
- package/api-extractor/api-extractor-lint-legacy.esm.json +0 -5
- package/api-extractor/api-extractor.legacy.json +0 -4
- package/dist/legacy.d.ts +0 -14
- package/legacy.d.ts +0 -11
- package/lib/legacy.d.ts +0 -14
package/api-extractor.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../../common/build/build-common/api-extractor-base.esm.
|
|
3
|
+
"extends": "../../../../common/build/build-common/api-extractor-base.esm.no-legacy.json",
|
|
4
4
|
"messages": {
|
|
5
5
|
// The following overrides are workarounds for API-Extractor incorrectly running analysis on our application
|
|
6
6
|
// insights dependency.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-telemetry",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276326",
|
|
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": {
|
|
@@ -23,16 +23,6 @@
|
|
|
23
23
|
"default": "./dist/index.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
|
-
"./legacy": {
|
|
27
|
-
"import": {
|
|
28
|
-
"types": "./lib/legacy.d.ts",
|
|
29
|
-
"default": "./lib/index.js"
|
|
30
|
-
},
|
|
31
|
-
"require": {
|
|
32
|
-
"types": "./dist/legacy.d.ts",
|
|
33
|
-
"default": "./dist/index.js"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
26
|
"./beta": {
|
|
37
27
|
"import": {
|
|
38
28
|
"types": "./lib/beta.d.ts",
|
|
@@ -57,22 +47,22 @@
|
|
|
57
47
|
"main": "lib/index.js",
|
|
58
48
|
"types": "lib/index.d.ts",
|
|
59
49
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
61
|
-
"@fluidframework/container-loader": "2.1.0-
|
|
62
|
-
"@fluidframework/fluid-static": "2.1.0-
|
|
50
|
+
"@fluidframework/container-definitions": "2.1.0-276326",
|
|
51
|
+
"@fluidframework/container-loader": "2.1.0-276326",
|
|
52
|
+
"@fluidframework/fluid-static": "2.1.0-276326",
|
|
63
53
|
"@microsoft/applicationinsights-web": "^2.8.11",
|
|
64
54
|
"uuid": "^9.0.0"
|
|
65
55
|
},
|
|
66
56
|
"devDependencies": {
|
|
67
57
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
68
58
|
"@biomejs/biome": "^1.7.3",
|
|
69
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
70
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
59
|
+
"@fluid-internal/client-utils": "2.1.0-276326",
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
|
|
71
61
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
72
62
|
"@fluidframework/build-tools": "^0.39.0",
|
|
73
|
-
"@fluidframework/test-utils": "2.1.0-
|
|
74
|
-
"@fluidframework/tinylicious-client": "2.1.0-
|
|
75
|
-
"@fluidframework/tree": "2.1.0-
|
|
63
|
+
"@fluidframework/test-utils": "2.1.0-276326",
|
|
64
|
+
"@fluidframework/tinylicious-client": "2.1.0-276326",
|
|
65
|
+
"@fluidframework/tree": "2.1.0-276326",
|
|
76
66
|
"@microsoft/api-extractor": "^7.45.1",
|
|
77
67
|
"@types/chai": "^4.0.0",
|
|
78
68
|
"@types/mocha": "^9.1.1",
|
|
@@ -104,30 +94,24 @@
|
|
|
104
94
|
},
|
|
105
95
|
"scripts": {
|
|
106
96
|
"api": "fluid-build . --task api",
|
|
107
|
-
"api-extractor:commonjs": "flub generate entrypoints --
|
|
108
|
-
"api-extractor:esnext": "flub generate entrypoints --
|
|
97
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
98
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
109
99
|
"build": "fluid-build . --task build",
|
|
110
100
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
111
101
|
"build:compile": "fluid-build . --task compile",
|
|
112
|
-
"build:docs": "
|
|
113
|
-
"build:docs:current": "api-extractor run --local",
|
|
114
|
-
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
102
|
+
"build:docs": "api-extractor run --local",
|
|
115
103
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
116
104
|
"check:are-the-types-wrong": "attw --pack .",
|
|
117
105
|
"check:biome": "biome check . --formatter-enabled=true",
|
|
118
106
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
119
107
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
120
108
|
"check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
|
|
121
|
-
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
|
|
122
109
|
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
|
|
123
110
|
"check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
|
|
124
|
-
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
|
|
125
111
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
126
112
|
"check:format": "npm run check:biome",
|
|
127
113
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
|
|
128
|
-
"ci:build:docs": "
|
|
129
|
-
"ci:build:docs:current": "api-extractor run",
|
|
130
|
-
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
114
|
+
"ci:build:docs": "api-extractor run",
|
|
131
115
|
"clean": "rimraf --glob _api-extractor-temp coverage dist lib \"*.d.ts\" nyc \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
132
116
|
"eslint": "eslint --format stylish src",
|
|
133
117
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -1,5 +0,0 @@
|
|
|
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/legacy.d.ts"
|
|
5
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
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>/lib/legacy.d.ts"
|
|
5
|
-
}
|
package/dist/legacy.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
// @public APIs
|
|
13
|
-
ICriticalContainerError
|
|
14
|
-
} from "./index.js";
|
package/legacy.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export * from "./lib/legacy.js";
|
package/lib/legacy.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
/*
|
|
7
|
-
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
-
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
// @public APIs
|
|
13
|
-
ICriticalContainerError
|
|
14
|
-
} from "./index.js";
|