@knapsack/doctor 4.94.4--canary.7717.d22f1e0.0 → 4.94.4

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,10 +2,10 @@ $ vitest run
2
2
 
3
3
   RUN  v4.1.4 /home/runner/work/app-monorepo/app-monorepo/libs/doctor
4
4
 
5
- ✓ src/v4/detect/ui.test.ts (6 tests) 32ms
5
+ ✓ src/v4/detect/ui.test.ts (6 tests) 79ms
6
6
  stderr | src/fix-app-client-data.test.ts > orphaned blocks
7
7
  Block with id "4f3tc2Ymq6" does not exist, removing.
8
- Block with id "uw4268Afqj" does not exist, removing.
8
+ Block with id "xfuhUVGEKn" does not exist, removing.
9
9
 
10
10
  stderr | src/fix-app-client-data.test.ts > orphaned demos
11
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
@@ -19,10 +19,10 @@ Block with id "uw4268Afqj" does not exist, removing.
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) 121ms
22
+ ✓ src/fix-app-client-data.test.ts (5 tests) 248ms
23
23
 
24
24
   Test Files  2 passed (2)
25
25
   Tests  11 passed (11)
26
-  Start at  19:53:23
27
-  Duration  1.58s (transform 864ms, setup 0ms, import 2.28s, tests 154ms, environment 0ms)
26
+  Start at  20:27:23
27
+  Duration  2.26s (transform 828ms, setup 0ms, import 3.06s, tests 327ms, 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.4--canary.7717.d22f1e0.0",
4
+ "version": "4.94.4",
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.4--canary.7717.d22f1e0.0"
22
+ "@knapsack/utils": "4.94.4"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.94.4--canary.7717.d22f1e0.0",
26
- "@knapsack/prettier-config": "4.94.4--canary.7717.d22f1e0.0",
27
- "@knapsack/types": "4.94.4--canary.7717.d22f1e0.0",
28
- "@knapsack/typescript-config-starter": "4.94.4--canary.7717.d22f1e0.0",
25
+ "@knapsack/eslint-config-starter": "4.94.4",
26
+ "@knapsack/prettier-config": "4.94.4",
27
+ "@knapsack/types": "4.94.4",
28
+ "@knapsack/typescript-config-starter": "4.94.4",
29
29
  "@types/node": "^22.19.11",
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": "d22f1e01572fc4504573a3e06bbdc667061b1c80"
43
+ "gitHead": "de064300b7b8b328485fe738e26c57057efafbbd"
44
44
  }