@knapsack/doctor 4.92.18 → 4.92.20--canary.7672.cd32079.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.17 build /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.19 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.17 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.19 lint /home/runner/work/app-monorepo/app-monorepo/libs/doctor
3
3
  > eslint ./
4
4
 
5
5
 
@@ -1,10 +1,10 @@
1
1
 
2
- > @knapsack/doctor@4.92.17 test /home/runner/work/app-monorepo/app-monorepo/libs/doctor
2
+ > @knapsack/doctor@4.92.19 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 "IOJWy1Pncu" does not exist, removing.
7
+ Block with id "Gzh5dETqN" does not exist, removing.
8
8
  ✔ v4 › detect › ui › Single missing blockId within pattern template is detected
9
9
  ✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
10
10
  ✔ v4 › detect › ui › Single missing demoId within pattern template is detected
@@ -15,7 +15,7 @@ Block with id "4f3tc2Ymq6" does not exist, removing.
15
15
  Block with id "4f3tc2Ymq6" does not exist, removing.
16
16
  Block with id "4f3tc2Ymq6" does not exist, removing.
17
17
  Block with id "4f3tc2Ymq6" does not exist, removing.
18
- ✔ fix-app-client-data › orphaned blocks
18
+ ✔ fix-app-client-data › orphaned blocks (150ms)
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.18",
4
+ "version": "4.92.20--canary.7672.cd32079.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.18"
22
+ "@knapsack/utils": "4.92.20--canary.7672.cd32079.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@knapsack/eslint-config-starter": "4.92.18",
26
- "@knapsack/prettier-config": "4.92.18",
27
- "@knapsack/test-ava": "4.92.18",
28
- "@knapsack/types": "4.92.18",
29
- "@knapsack/typescript-config-starter": "4.92.18",
25
+ "@knapsack/eslint-config-starter": "4.92.20--canary.7672.cd32079.0",
26
+ "@knapsack/prettier-config": "4.92.20--canary.7672.cd32079.0",
27
+ "@knapsack/test-ava": "4.92.20--canary.7672.cd32079.0",
28
+ "@knapsack/types": "4.92.20--canary.7672.cd32079.0",
29
+ "@knapsack/typescript-config-starter": "4.92.20--canary.7672.cd32079.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": "d40a99d2cb6b86d780812c7830875a1b9d24d66e"
44
+ "gitHead": "cd320792a6f2987625a26ea1f1f56bb0f76c42dd"
45
45
  }