@vuepress/theme-default
Advanced tools
Comparing version 1.0.0-alpha.36 to 1.0.0-alpha.37
{ | ||
"name": "@vuepress/theme-default", | ||
"version": "1.0.0-alpha.36", | ||
"version": "1.0.0-alpha.37", | ||
"description": "Default theme for VuePress", | ||
@@ -33,5 +33,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.36", | ||
"@vuepress/plugin-nprogress": "^1.0.0-alpha.36", | ||
"@vuepress/plugin-search": "^1.0.0-alpha.36", | ||
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.37", | ||
"@vuepress/plugin-nprogress": "^1.0.0-alpha.37", | ||
"@vuepress/plugin-search": "^1.0.0-alpha.37", | ||
"docsearch.js": "^2.5.2", | ||
@@ -41,3 +41,3 @@ "stylus": "^0.54.5", | ||
}, | ||
"gitHead": "0df108766b5bbb94e5ba9c7a5bb92e31306e99eb" | ||
"gitHead": "fafb9ae8fb404cffdbb10dc5b8761e4ae4b9eb64" | ||
} |
@@ -225,2 +225,7 @@ export const hashRE = /#.*$/ | ||
const children = item.children || [] | ||
if (children.length === 0) { | ||
return Object.assign(resolvePage(pages, item.path, base), { | ||
title: item.title | ||
}) | ||
} | ||
return { | ||
@@ -227,0 +232,0 @@ type: 'group', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56543
237
1
+ Added@types/node@22.8.6(transitive)
- Removed@types/node@22.8.5(transitive)