@vuepress/helper
Advanced tools
Comparing version 2.0.0-rc.17 to 2.0.0-rc.18
@@ -77,3 +77,3 @@ // eslint-disable-next-line vue/prefer-import-from-vue | ||
} | ||
return singleLine ? result.replace(/\n/g, ' ').replace(/\s+/g, ' ') : result; | ||
return (singleLine ? result.replace(/\n/g, ' ').replace(/\s+/g, ' ') : result).trim(); | ||
}; |
{ | ||
"name": "@vuepress/helper", | ||
"version": "2.0.0-rc.17", | ||
"version": "2.0.0-rc.18", | ||
"description": "VuePress helper", | ||
@@ -46,7 +46,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@vue/shared": "^3.4.19", | ||
"@vue/shared": "^3.4.21", | ||
"cheerio": "1.0.0-rc.12", | ||
"fflate": "^0.8.2", | ||
"gray-matter": "^4.0.3", | ||
"vue": "^3.4.19" | ||
"vue": "^3.4.21" | ||
}, | ||
@@ -66,3 +66,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f1cd0f6d2b8bf9fb66cab5e1944e2bdd7459909f" | ||
"gitHead": "8bad47f0dbefd1037574255bf95a719bb680f60e" | ||
} |
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
58735
Updated@vue/shared@^3.4.21
Updatedvue@^3.4.21