@fluid-internal/test-driver-definitions 2.1.0-276326 → 2.1.0-281041
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/test-driver-definitions",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-281041",
|
|
4
4
|
"description": "A driver abstraction and implementations for testing against server",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"main": "",
|
|
26
26
|
"types": "lib/index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
29
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
28
|
+
"@fluidframework/core-interfaces": "2.1.0-281041",
|
|
29
|
+
"@fluidframework/driver-definitions": "2.1.0-281041"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
33
|
-
"@biomejs/biome": "
|
|
34
|
-
"@fluid-tools/build-cli": "^0.
|
|
33
|
+
"@biomejs/biome": "~1.8.3",
|
|
34
|
+
"@fluid-tools/build-cli": "^0.40.0",
|
|
35
35
|
"@fluidframework/build-common": "^2.0.3",
|
|
36
|
-
"@fluidframework/build-tools": "^0.
|
|
36
|
+
"@fluidframework/build-tools": "^0.40.0",
|
|
37
37
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
38
38
|
"@microsoft/api-extractor": "^7.45.1",
|
|
39
39
|
"concurrently": "^8.2.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"build:docs": "api-extractor run --local",
|
|
56
56
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
57
57
|
"check:are-the-types-wrong": "attw --pack .",
|
|
58
|
-
"check:biome": "biome check .
|
|
58
|
+
"check:biome": "biome check .",
|
|
59
59
|
"check:exports": "concurrently \"npm:check:exports:*\"",
|
|
60
60
|
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
|
|
61
61
|
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint": "eslint --format stylish src",
|
|
68
68
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
69
69
|
"format": "npm run format:biome",
|
|
70
|
-
"format:biome": "biome check . --
|
|
70
|
+
"format:biome": "biome check . --write",
|
|
71
71
|
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
72
72
|
"lint": "fluid-build . --task lint",
|
|
73
73
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|