@virmator/publish 14.25.0 → 14.26.1
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/dist/publish.js +1 -1
- package/package.json +2 -2
package/dist/publish.js
CHANGED
|
@@ -69,7 +69,7 @@ export const virmatorPublishPlugin = defineVirmatorPlugin(import.meta.dirname, {
|
|
|
69
69
|
if (!packageJson.name) {
|
|
70
70
|
throw new VirmatorNoTraceError(`No package.json name in '${monoRepoPackage.relativePath}'`);
|
|
71
71
|
}
|
|
72
|
-
else if (!packageJson.version) {
|
|
72
|
+
else if (!packageJson.version && !packageJson.private) {
|
|
73
73
|
throw new VirmatorNoTraceError(`No package.json version in '${packageJson.name}'`);
|
|
74
74
|
}
|
|
75
75
|
assertValidLicense({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/publish",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.26.1",
|
|
4
4
|
"description": "Default publish plugin for virmator.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"virmator",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@augment-vir/assert": "^31.72.1",
|
|
38
38
|
"@augment-vir/common": "^31.72.1",
|
|
39
39
|
"@augment-vir/node": "^31.72.1",
|
|
40
|
-
"@virmator/core": "^14.
|
|
40
|
+
"@virmator/core": "^14.26.1",
|
|
41
41
|
"mri": "^1.2.0",
|
|
42
42
|
"semver": "^7.8.3",
|
|
43
43
|
"simple-git": "^3.36.0",
|