@knapsack/doctor 4.92.5 → 4.92.6--canary.7573.209e5d1.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.4 build /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.5 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.4 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.5 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
3
3
  > eslint ./
4
4
 
5
5
 
@@ -1,25 +1,25 @@
1
1
 
2
- > @knapsack/doctor@4.92.4 test /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.5 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 "2NswLL-F0i" does not exist, removing.
7
+ Block with id "8OZA6GTInk" does not exist, removing.
8
8
  Block with id "4f3tc2Ymq6" does not exist, removing.
9
9
  Block with id "4f3tc2Ymq6" does not exist, removing.
10
10
  Block with id "4f3tc2Ymq6" does not exist, removing.
11
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
12
- ✔ fix-app-client-data › orphaned blocks (173ms)
13
- ✔ fix-app-client-data › orphaned demos
14
- ✔ fix-app-client-data › orphaned demos in slots
15
- ✔ fix-app-client-data › orphaned demos from deleted patterns or templates
16
- ✔ fix-app-client-data › fixes bad navstate
17
12
  ✔ v4 › detect › ui › Single missing blockId within pattern template is detected
18
13
  ✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
19
14
  ✔ v4 › detect › ui › Single missing demoId within pattern template is detected
20
15
  ✔ v4 › detect › ui › Single missing blockId within pattern subpage is detected
21
16
  ✔ v4 › detect › ui › Single missing blockId within custom page is detected
22
17
  ✔ v4 › detect › ui › All navs have corresponding pages and patterns
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
+ ✔ fix-app-client-data › orphaned demos from deleted patterns or templates
22
+ ✔ fix-app-client-data › fixes bad navstate
23
23
 
24
24
 
25
25
  11 tests passed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/doctor",
3
3
  "description": "",
4
- "version": "4.92.5",
4
+ "version": "4.92.6--canary.7573.209e5d1.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.5"
22
+ "@knapsack/utils": "4.92.6--canary.7573.209e5d1.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.92.5",
26
- "@knapsack/prettier-config": "4.92.5",
27
- "@knapsack/test-ava": "4.92.5",
28
- "@knapsack/types": "4.92.5",
29
- "@knapsack/typescript-config-starter": "4.92.5",
25
+ "@knapsack/eslint-config-starter": "4.92.6--canary.7573.209e5d1.0",
26
+ "@knapsack/prettier-config": "4.92.6--canary.7573.209e5d1.0",
27
+ "@knapsack/test-ava": "4.92.6--canary.7573.209e5d1.0",
28
+ "@knapsack/types": "4.92.6--canary.7573.209e5d1.0",
29
+ "@knapsack/typescript-config-starter": "4.92.6--canary.7573.209e5d1.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": "59a096276929c52e69144c309729a5e9cc696088"
44
+ "gitHead": "209e5d1c0872d43c23abc88124cb8a748824fee1"
45
45
  }