@fluidframework/telemetry-utils 2.0.0-dev-rc.5.0.0.270401 → 2.0.0-dev-rc.5.0.0.271045
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/biome.jsonc +4 -0
- package/package.json +12 -9
package/biome.jsonc
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/telemetry-utils",
|
|
3
|
-
"version": "2.0.0-dev-rc.5.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.5.0.0.271045",
|
|
4
4
|
"description": "Collection of telemetry relates utilities for Fluid",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.
|
|
71
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.
|
|
72
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.
|
|
73
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.
|
|
70
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
71
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271045",
|
|
72
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271045",
|
|
73
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.271045",
|
|
74
74
|
"debug": "^4.3.4",
|
|
75
75
|
"uuid": "^9.0.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
79
79
|
"@biomejs/biome": "^1.7.3",
|
|
80
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.
|
|
81
|
-
"@fluid-tools/build-cli": "^0.39.0
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271045",
|
|
81
|
+
"@fluid-tools/build-cli": "^0.39.0",
|
|
82
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
83
|
-
"@fluidframework/build-tools": "^0.39.0
|
|
83
|
+
"@fluidframework/build-tools": "^0.39.0",
|
|
84
84
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
85
85
|
"@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.0.0-rc.4.0.0",
|
|
86
86
|
"@microsoft/api-extractor": "^7.45.1",
|
|
@@ -124,13 +124,16 @@
|
|
|
124
124
|
"build:test:esm": "tsc --project ./src/test/tsconfig.json",
|
|
125
125
|
"bump-version": "npm version minor --no-push --no-git-tag-version && npm run build:genver",
|
|
126
126
|
"check:are-the-types-wrong": "attw --pack .",
|
|
127
|
+
"check:biome": "biome check . --formatter-enabled=true",
|
|
128
|
+
"check:format": "npm run check:prettier",
|
|
127
129
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
128
130
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
129
131
|
"ci:build:docs": "api-extractor run",
|
|
130
132
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
131
133
|
"eslint": "eslint --format stylish src",
|
|
132
134
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
133
|
-
"format": "
|
|
135
|
+
"format": "npm run format:prettier",
|
|
136
|
+
"format:biome": "biome check . --formatter-enabled=true --apply",
|
|
134
137
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
135
138
|
"lint": "fluid-build . --task lint",
|
|
136
139
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|