@virmator/publish 13.3.8 → 13.3.10

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.
Files changed (2) hide show
  1. package/dist/publish.js +3 -0
  2. package/package.json +6 -6
package/dist/publish.js CHANGED
@@ -50,6 +50,9 @@ export const virmatorPublishPlugin = defineVirmatorPlugin(import.meta.dirname, {
50
50
  }
51
51
  const nonFlagArgs = mri(filteredArgs)._;
52
52
  const publishArgs = filteredArgs.filter((arg) => !nonFlagArgs.includes(arg));
53
+ if (Object.keys(publishArgs).length) {
54
+ log.faint({ publishArgs });
55
+ }
53
56
  const isDryRun = publishArgs.includes('--dry-run');
54
57
  const monoRepoPackageJsonFiles = await Promise.all(monoRepoPackages.map(async (monoRepoPackage) => {
55
58
  const packageJson = await readPackageJson(monoRepoPackage.fullPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@virmator/publish",
3
- "version": "13.3.8",
3
+ "version": "13.3.10",
4
4
  "description": "Default publish plugin for virmator.",
5
5
  "keywords": [
6
6
  "virmator",
@@ -35,20 +35,20 @@
35
35
  "dependencies": {
36
36
  "@augment-vir/common": "^29.3.0",
37
37
  "@augment-vir/node-js": "^29.3.0",
38
- "@virmator/core": "^13.3.8",
38
+ "@virmator/core": "^13.3.10",
39
39
  "chalk": "^5.3.0",
40
40
  "mri": "^1.2.0",
41
41
  "run-time-assertions": "^1.5.2",
42
42
  "semver": "^7.6.3",
43
- "simple-git": "^3.25.0",
43
+ "simple-git": "^3.26.0",
44
44
  "url-vir": "^1.5.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^22.5.0",
47
+ "@types/node": "^22.5.4",
48
48
  "@types/semver": "^7.5.8",
49
49
  "markdown-code-example-inserter": "^2.0.3",
50
- "type-fest": "^4.25.0",
51
- "typedoc": "^0.26.6"
50
+ "type-fest": "^4.26.1",
51
+ "typedoc": "^0.26.7"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=22"