@knapsack/doctor 4.98.1--canary.57fc1b7.0 → 4.98.1
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/.turbo/turbo-test.log +8 -18
- package/package.json +8 -8
- package/tsconfig.json +7 -1
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
$ vitest run
|
|
1
|
+
$ tsc -p tsconfig.test.json && vitest run
|
|
2
2
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.9 [39m[90m/home/runner/work/app-monorepo/app-monorepo/libs/doctor[39m
|
|
4
4
|
|
|
5
|
-
[32m✓[39m src/v4/detect/ui.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
5
|
+
[32m✓[39m src/v4/detect/ui.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 26[2mms[22m[39m
|
|
6
6
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned blocks
|
|
7
7
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
8
|
-
Block with id "
|
|
9
|
-
|
|
10
|
-
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2mthe doctor MASKS overlay-window duplication — why Bugs 1/2 went unnoticed for years
|
|
11
|
-
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
8
|
+
Block with id "avR0lhkLyG" does not exist, removing.
|
|
12
9
|
|
|
13
10
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned demos
|
|
14
11
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
@@ -16,23 +13,16 @@ Block with id "vG5DVrmBUM" does not exist, removing.
|
|
|
16
13
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned demos in slots
|
|
17
14
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
18
15
|
|
|
19
|
-
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2mcontrol: without the concurrent-edit collision, the new page survives the merge
|
|
20
|
-
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
21
|
-
|
|
22
16
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2morphaned demos from deleted patterns or templates
|
|
23
17
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
24
18
|
|
|
25
|
-
[90mstderr[2m | src/branch-reconcile-data-loss.test.ts[2m > [22m[2ma page built on a branch survives another branch merging to main (CX-1351, Bug 4 fixed)
|
|
26
|
-
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
27
|
-
|
|
28
|
-
[32m✓[39m src/branch-reconcile-data-loss.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 47[2mms[22m[39m
|
|
29
19
|
[90mstderr[2m | src/fix-app-client-data.test.ts[2m > [22m[2mfixes bad navstate
|
|
30
20
|
[22m[39mBlock with id "4f3tc2Ymq6" does not exist, removing.
|
|
31
21
|
|
|
32
|
-
[32m✓[39m src/fix-app-client-data.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m
|
|
22
|
+
[32m✓[39m src/fix-app-client-data.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 61[2mms[22m[39m
|
|
33
23
|
|
|
34
|
-
[2m Test Files [22m [1m[
|
|
35
|
-
[2m Tests [22m [1m[
|
|
36
|
-
[2m Start at [22m
|
|
37
|
-
[2m Duration [22m
|
|
24
|
+
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
25
|
+
[2m Tests [22m [1m[32m11 passed[39m[22m[90m (11)[39m
|
|
26
|
+
[2m Start at [22m 20:01:54
|
|
27
|
+
[2m Duration [22m 1.02s[2m (transform 430ms, setup 0ms, import 1.50s, tests 87ms, environment 0ms)[22m
|
|
38
28
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/doctor",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.98.1
|
|
4
|
+
"version": "4.98.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"build": "tsc",
|
|
17
17
|
"clean": "rm -rf ./dist",
|
|
18
18
|
"lint": "eslint ./",
|
|
19
|
-
"test": "vitest run"
|
|
19
|
+
"test": "tsc -p tsconfig.test.json && vitest run"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@knapsack/utils": "4.98.1
|
|
22
|
+
"@knapsack/utils": "4.98.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@knapsack/eslint-config-starter": "4.98.1
|
|
26
|
-
"@knapsack/prettier-config": "4.98.1
|
|
27
|
-
"@knapsack/types": "4.98.1
|
|
28
|
-
"@knapsack/typescript-config-starter": "4.98.1
|
|
25
|
+
"@knapsack/eslint-config-starter": "4.98.1",
|
|
26
|
+
"@knapsack/prettier-config": "4.98.1",
|
|
27
|
+
"@knapsack/types": "4.98.1",
|
|
28
|
+
"@knapsack/typescript-config-starter": "4.98.1",
|
|
29
29
|
"@types/node": "^24.13.2",
|
|
30
30
|
"eslint": "^9.20.0",
|
|
31
31
|
"typescript": "^6.0.3",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"directory": "libs/doctor",
|
|
41
41
|
"type": "git"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "3a1b2f0b867e7c03ba640def33c76dbf1a63b4e0"
|
|
44
44
|
}
|