@knapsack/doctor 4.92.12--canary.5d3ca10.0 → 4.92.12

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