@knapsack/doctor 4.94.11 → 4.94.12--canary.dd6b65f.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.
@@ -4,8 +4,9 @@ $ vitest run
4
4
 
5
5
  stderr | src/fix-app-client-data.test.ts > orphaned blocks
6
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
7
- Block with id "cYo7M5ndEB" does not exist, removing.
7
+ Block with id "HFugKCmLFo" does not exist, removing.
8
8
 
9
+ ✓ src/v4/detect/ui.test.ts (6 tests) 34ms
9
10
  stderr | src/fix-app-client-data.test.ts > orphaned demos
10
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
11
12
 
@@ -15,14 +16,13 @@ Block with id "cYo7M5ndEB" does not exist, removing.
15
16
  stderr | src/fix-app-client-data.test.ts > orphaned demos from deleted patterns or templates
16
17
  Block with id "4f3tc2Ymq6" does not exist, removing.
17
18
 
18
- ✓ src/v4/detect/ui.test.ts (6 tests) 43ms
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) 106ms
22
+ ✓ src/fix-app-client-data.test.ts (5 tests) 137ms
23
23
 
24
24
   Test Files  2 passed (2)
25
25
   Tests  11 passed (11)
26
-  Start at  22:58:53
27
-  Duration  1.85s (transform 724ms, setup 0ms, import 2.87s, tests 149ms, environment 0ms)
26
+  Start at  22:33:07
27
+  Duration  1.66s (transform 1.08s, setup 0ms, import 2.54s, tests 171ms, 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.94.11",
4
+ "version": "4.94.12--canary.dd6b65f.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.94.11"
22
+ "@knapsack/utils": "4.94.12--canary.dd6b65f.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.94.11",
26
- "@knapsack/prettier-config": "4.94.11",
27
- "@knapsack/types": "4.94.11",
28
- "@knapsack/typescript-config-starter": "4.94.11",
25
+ "@knapsack/eslint-config-starter": "4.94.12--canary.dd6b65f.0",
26
+ "@knapsack/prettier-config": "4.94.12--canary.dd6b65f.0",
27
+ "@knapsack/types": "4.94.12--canary.dd6b65f.0",
28
+ "@knapsack/typescript-config-starter": "4.94.12--canary.dd6b65f.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": "49d27031bc51385d37ed2eac5a0413ee9e2c5554"
43
+ "gitHead": "dd6b65f24f056e05782f7074a71d5f2b9947ffde"
44
44
  }