beachball
Advanced tools
Comparing version 2.31.8 to 2.31.9
@@ -16,2 +16,6 @@ "use strict"; | ||
const info = packageInfos[pkgName]; | ||
if (!fs_extra_1.default.existsSync(info.packageJsonPath)) { | ||
console.warn(`Skipping ${pkgName} since package.json does not exist`); | ||
continue; | ||
} | ||
const packageJson = fs_extra_1.default.readJSONSync(info.packageJsonPath); | ||
@@ -18,0 +22,0 @@ packageJson.version = info.version; |
{ | ||
"name": "beachball", | ||
"version": "2.31.8", | ||
"version": "2.31.9", | ||
"description": "The Sunniest Semantic Version Bumper", | ||
@@ -73,3 +73,3 @@ "repository": { | ||
"normalized-tmpdir": "1.0.1", | ||
"prettier": "2.8.3", | ||
"prettier": "2.8.4", | ||
"strip-ansi": "6.0.1", | ||
@@ -76,0 +76,0 @@ "tmp": "0.2.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
319992
3967