@knapsack/doctor 4.89.1 → 4.89.2--canary.e2b344a.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.
- package/.turbo/turbo-test.log +2 -2
- package/CHANGELOG.md +0 -18
- package/package.json +8 -8
package/.turbo/turbo-test.log
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
7
|
-
Block with id "
|
|
7
|
+
Block with id "3-8mY4GXfl" does not exist, removing.
|
|
8
|
+
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
8
9
|
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
9
10
|
✔ v4 › detect › ui › Single missing blockId within pattern template is detected
|
|
10
11
|
✔ v4 › detect › ui › Multiple missing blockIds within pattern template are detected
|
|
@@ -13,7 +14,6 @@ Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
|
13
14
|
✔ v4 › detect › ui › Single missing blockId within custom page is detected
|
|
14
15
|
✔ v4 › detect › ui › All navs have corresponding pages and patterns
|
|
15
16
|
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
16
|
-
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
17
17
|
Block with id "4f3tc2Ymq6" does not exist, removing.
|
|
18
18
|
✔ fix-app-client-data › orphaned blocks
|
|
19
19
|
✔ fix-app-client-data › orphaned demos
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
# v4.89.1 (Wed Dec 10 2025)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Merge remote-tracking branch 'origin/latest' into KSP-6900_mcp_onboarding_pages ([@brittanysmart](https://github.com/brittanysmart))
|
|
6
|
-
- Removed deprecated hideTableOfContents page setting ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
7
|
-
|
|
8
|
-
#### 🏠 Internal
|
|
9
|
-
|
|
10
|
-
- KSP-6029 Removed deprecated hideTableOfContents page setting [#6973](https://github.com/knapsack-labs/app-monorepo/pull/6973) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
11
|
-
|
|
12
|
-
#### Authors: 2
|
|
13
|
-
|
|
14
|
-
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
15
|
-
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
1
|
# v4.87.9 (Thu Nov 20 2025)
|
|
20
2
|
|
|
21
3
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/doctor",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.89.
|
|
4
|
+
"version": "4.89.2--canary.e2b344a.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.89.
|
|
22
|
+
"@knapsack/utils": "4.89.2--canary.e2b344a.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@knapsack/eslint-config-starter": "4.89.
|
|
26
|
-
"@knapsack/prettier-config": "4.89.
|
|
27
|
-
"@knapsack/test-ava": "4.89.
|
|
28
|
-
"@knapsack/types": "4.89.
|
|
29
|
-
"@knapsack/typescript-config-starter": "4.89.
|
|
25
|
+
"@knapsack/eslint-config-starter": "4.89.2--canary.e2b344a.0",
|
|
26
|
+
"@knapsack/prettier-config": "4.89.2--canary.e2b344a.0",
|
|
27
|
+
"@knapsack/test-ava": "4.89.2--canary.e2b344a.0",
|
|
28
|
+
"@knapsack/types": "4.89.2--canary.e2b344a.0",
|
|
29
|
+
"@knapsack/typescript-config-starter": "4.89.2--canary.e2b344a.0",
|
|
30
30
|
"@types/node": "^20.19.25",
|
|
31
31
|
"ava": "^6.4.1",
|
|
32
32
|
"eslint": "^8.57.0",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"directory": "libs/doctor",
|
|
42
42
|
"type": "git"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e2b344a8423e2041af0a70c8395f908e96d45f5a"
|
|
45
45
|
}
|