@knapsack/doctor 4.92.4 → 4.92.5--canary.7502.604431c.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.
@@ -3,23 +3,23 @@
3
3
  > ava
4
4
 
5
5
 
6
- ✔ v4 › detect › ui › Single missing blockId within pattern template is detected
7
- ✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
8
- ✔ v4 › detect › ui › Single missing demoId within pattern template is detected
9
- ✔ v4 › detect › ui › Single missing blockId within pattern subpage is detected
10
- ✔ v4 › detect › ui › Single missing blockId within custom page is detected
11
- ✔ v4 › detect › ui › All navs have corresponding pages and patterns
12
6
  Block with id "4f3tc2Ymq6" does not exist, removing.
13
- Block with id "TnWsk3Lklj" does not exist, removing.
7
+ Block with id "QWWasdexoz" does not exist, removing.
14
8
  Block with id "4f3tc2Ymq6" does not exist, removing.
15
9
  Block with id "4f3tc2Ymq6" does not exist, removing.
16
10
  Block with id "4f3tc2Ymq6" does not exist, removing.
17
11
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
- ✔ fix-app-client-data › orphaned blocks (129ms)
12
+ ✔ fix-app-client-data › orphaned blocks (133ms)
19
13
  ✔ fix-app-client-data › orphaned demos
20
14
  ✔ fix-app-client-data › orphaned demos in slots
21
15
  ✔ fix-app-client-data › orphaned demos from deleted patterns or templates
22
16
  ✔ fix-app-client-data › fixes bad navstate
17
+ ✔ v4 › detect › ui › Single missing blockId within pattern template is detected
18
+ ✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
19
+ ✔ v4 › detect › ui › Single missing demoId within pattern template is detected
20
+ ✔ v4 › detect › ui › Single missing blockId within pattern subpage is detected
21
+ ✔ v4 › detect › ui › Single missing blockId within custom page is detected
22
+ ✔ v4 › detect › ui › All navs have corresponding pages and patterns
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.4",
4
+ "version": "4.92.5--canary.7502.604431c.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.4"
22
+ "@knapsack/utils": "4.92.5--canary.7502.604431c.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.92.4",
26
- "@knapsack/prettier-config": "4.92.4",
27
- "@knapsack/test-ava": "4.92.4",
28
- "@knapsack/types": "4.92.4",
29
- "@knapsack/typescript-config-starter": "4.92.4",
25
+ "@knapsack/eslint-config-starter": "4.92.5--canary.7502.604431c.0",
26
+ "@knapsack/prettier-config": "4.92.5--canary.7502.604431c.0",
27
+ "@knapsack/test-ava": "4.92.5--canary.7502.604431c.0",
28
+ "@knapsack/types": "4.92.5--canary.7502.604431c.0",
29
+ "@knapsack/typescript-config-starter": "4.92.5--canary.7502.604431c.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": "bc1c78a604c9f870b573244c82c6a7e16ba60067"
44
+ "gitHead": "604431c396c563029a436b16abded5d8946833fb"
45
45
  }