@virmator/docs 14.7.0 → 14.7.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.
Files changed (2) hide show
  1. package/dist/docs.js +3 -1
  2. package/package.json +2 -2
package/dist/docs.js CHANGED
@@ -99,7 +99,9 @@ export const virmatorDocsPlugin = defineVirmatorPlugin(import.meta.dirname, {
99
99
  .join(' ');
100
100
  async function runDocs(packageDir, packageName, color) {
101
101
  try {
102
- await runShellCommand(mdCodeCommand, { cwd: packageDir }, {
102
+ await runShellCommand(mdCodeCommand, {
103
+ cwd: packageDir,
104
+ }, {
103
105
  logPrefix: color && packageName
104
106
  ? createCommandLogPrefix({
105
107
  name: packageName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@virmator/docs",
3
- "version": "14.7.0",
3
+ "version": "14.7.1",
4
4
  "description": "Default TS docs plugin for virmator.",
5
5
  "keywords": [
6
6
  "virmator",
@@ -36,7 +36,7 @@
36
36
  "@augment-vir/assert": "^31.64.0",
37
37
  "@augment-vir/common": "^31.64.0",
38
38
  "@augment-vir/node": "^31.64.0",
39
- "@virmator/core": "^14.7.0",
39
+ "@virmator/core": "^14.7.1",
40
40
  "mri": "^1.2.0",
41
41
  "runstorm": "^1.0.0",
42
42
  "type-fest": "^5.4.4"