@knapsack/doctor 4.92.15 → 4.92.16--canary.7640.375e7f0.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/doctor@4.92.14 build /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.15 build /home/runner/work/app-monorepo/app-monorepo/libs/doctor
3
3
  > tsc
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @knapsack/doctor@4.92.14 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.15 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
3
3
  > eslint ./
4
4
 
5
5
 
@@ -1,12 +1,10 @@
1
1
 
2
- > @knapsack/doctor@4.92.14 test /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.15 test /home/runner/work/app-monorepo/app-monorepo/libs/doctor
3
3
  > ava
4
4
 
5
5
 
6
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
7
- Block with id "aqjcAWOMI8" does not exist, removing.
8
- Block with id "4f3tc2Ymq6" does not exist, removing.
9
- Block with id "4f3tc2Ymq6" does not exist, removing.
7
+ Block with id "49Zg2JRwr" does not exist, removing.
10
8
  ✔ v4 › detect › ui › Single missing blockId within pattern template is detected
11
9
  ✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
12
10
  ✔ v4 › detect › ui › Single missing demoId within pattern template is detected
@@ -15,9 +13,11 @@ Block with id "4f3tc2Ymq6" does not exist, removing.
15
13
  ✔ v4 › detect › ui › All navs have corresponding pages and patterns
16
14
  Block with id "4f3tc2Ymq6" does not exist, removing.
17
15
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
- fix-app-client-data orphaned blocks (230ms)
19
- fix-app-client-data orphaned demos (146ms)
20
- ✔ fix-app-client-data › orphaned demos in slots (113ms)
16
+ Block with id "4f3tc2Ymq6" does not exist, removing.
17
+ Block with id "4f3tc2Ymq6" does not exist, removing.
18
+ ✔ fix-app-client-data › orphaned blocks (128ms)
19
+ ✔ fix-app-client-data › orphaned demos
20
+ ✔ fix-app-client-data › orphaned demos in slots
21
21
  ✔ fix-app-client-data › orphaned demos from deleted patterns or templates
22
22
  ✔ fix-app-client-data › fixes bad navstate
23
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.92.15",
4
+ "version": "4.92.16--canary.7640.375e7f0.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -19,14 +19,14 @@
19
19
  "test": "ava"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/utils": "4.92.15"
22
+ "@knapsack/utils": "4.92.16--canary.7640.375e7f0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.92.15",
26
- "@knapsack/prettier-config": "4.92.15",
27
- "@knapsack/test-ava": "4.92.15",
28
- "@knapsack/types": "4.92.15",
29
- "@knapsack/typescript-config-starter": "4.92.15",
25
+ "@knapsack/eslint-config-starter": "4.92.16--canary.7640.375e7f0.0",
26
+ "@knapsack/prettier-config": "4.92.16--canary.7640.375e7f0.0",
27
+ "@knapsack/test-ava": "4.92.16--canary.7640.375e7f0.0",
28
+ "@knapsack/types": "4.92.16--canary.7640.375e7f0.0",
29
+ "@knapsack/typescript-config-starter": "4.92.16--canary.7640.375e7f0.0",
30
30
  "@types/node": "^22.19.11",
31
31
  "ava": "^6.4.1",
32
32
  "eslint": "^9.20.0",
@@ -41,5 +41,5 @@
41
41
  "directory": "libs/doctor",
42
42
  "type": "git"
43
43
  },
44
- "gitHead": "609106b8e3e2d8e3e164b6437ad083198941f463"
44
+ "gitHead": "375e7f025567dbcd375d45d8a65a4ed41e185e27"
45
45
  }