@knapsack/doctor 4.96.4 → 4.97.0--canary.7258.476eab0.0

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.
@@ -2,9 +2,10 @@ $ vitest run
2
2
 
3
3
   RUN  v4.1.9 /home/runner/work/app-monorepo/app-monorepo/libs/doctor
4
4
 
5
+ ✓ src/v4/detect/ui.test.ts (6 tests) 21ms
5
6
  stderr | src/fix-app-client-data.test.ts > orphaned blocks
6
7
  Block with id "4f3tc2Ymq6" does not exist, removing.
7
- Block with id "3RFCJ1gebT" does not exist, removing.
8
+ Block with id "S5r58PVt83" does not exist, removing.
8
9
 
9
10
  stderr | src/fix-app-client-data.test.ts > orphaned demos
10
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
@@ -12,17 +13,16 @@ Block with id "3RFCJ1gebT" does not exist, removing.
12
13
  stderr | src/fix-app-client-data.test.ts > orphaned demos in slots
13
14
  Block with id "4f3tc2Ymq6" does not exist, removing.
14
15
 
15
- ✓ src/v4/detect/ui.test.ts (6 tests) 26ms
16
16
  stderr | src/fix-app-client-data.test.ts > orphaned demos from deleted patterns or templates
17
17
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
18
 
19
19
  stderr | src/fix-app-client-data.test.ts > fixes bad navstate
20
20
  Block with id "4f3tc2Ymq6" does not exist, removing.
21
21
 
22
- ✓ src/fix-app-client-data.test.ts (5 tests) 176ms
22
+ ✓ src/fix-app-client-data.test.ts (5 tests) 90ms
23
23
 
24
24
   Test Files  2 passed (2)
25
25
   Tests  11 passed (11)
26
-  Start at  21:27:02
27
-  Duration  2.07s (transform 1.22s, setup 0ms, import 3.29s, tests 202ms, environment 1ms)
26
+  Start at  00:05:05
27
+  Duration  1.25s (transform 503ms, setup 0ms, import 1.89s, tests 111ms, environment 0ms)
28
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.96.4",
4
+ "version": "4.97.0--canary.7258.476eab0.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -19,13 +19,13 @@
19
19
  "test": "vitest run"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/utils": "4.96.4"
22
+ "@knapsack/utils": "4.97.0--canary.7258.476eab0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.96.4",
26
- "@knapsack/prettier-config": "4.96.4",
27
- "@knapsack/types": "4.96.4",
28
- "@knapsack/typescript-config-starter": "4.96.4",
25
+ "@knapsack/eslint-config-starter": "4.97.0--canary.7258.476eab0.0",
26
+ "@knapsack/prettier-config": "4.97.0--canary.7258.476eab0.0",
27
+ "@knapsack/types": "4.97.0--canary.7258.476eab0.0",
28
+ "@knapsack/typescript-config-starter": "4.97.0--canary.7258.476eab0.0",
29
29
  "@types/node": "^24.13.2",
30
30
  "eslint": "^9.20.0",
31
31
  "typescript": "^5.9.3",
@@ -40,5 +40,5 @@
40
40
  "directory": "libs/doctor",
41
41
  "type": "git"
42
42
  },
43
- "gitHead": "d04233b54cb6a4f21b6e6ee5fb30a9003f8f5c30"
43
+ "gitHead": "476eab02bafb8c17d5752e97413846729bc36618"
44
44
  }