@powerlines/plugin-automd 0.1.160 → 0.1.162

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.
@@ -298,14 +298,14 @@ interface CommonUserConfig extends BaseConfig {
298
298
  */
299
299
  configFile?: string;
300
300
  /**
301
- * Should the Powerlines CLI processes skip installing missing packages?
301
+ * Should the Powerlines processes automatically install missing package dependencies?
302
302
  *
303
303
  * @remarks
304
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
304
+ * When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
305
305
  *
306
306
  * @defaultValue false
307
307
  */
308
- skipInstalls?: boolean;
308
+ autoInstall?: boolean;
309
309
  /**
310
310
  * Should the compiler processes skip any improvements that make use of cache?
311
311
  *
@@ -297,14 +297,14 @@ interface CommonUserConfig extends BaseConfig {
297
297
  */
298
298
  configFile?: string;
299
299
  /**
300
- * Should the Powerlines CLI processes skip installing missing packages?
300
+ * Should the Powerlines processes automatically install missing package dependencies?
301
301
  *
302
302
  * @remarks
303
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
303
+ * When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
304
304
  *
305
305
  * @defaultValue false
306
306
  */
307
- skipInstalls?: boolean;
307
+ autoInstall?: boolean;
308
308
  /**
309
309
  * Should the compiler processes skip any improvements that make use of cache?
310
310
  *
@@ -1,3 +1,2 @@
1
1
  import { TOCOptions, __ΩTOCOptions } from "./toc.mjs";
2
- import { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig } from "./plugin.mjs";
3
- export { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, TOCOptions, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig, __ΩTOCOptions };
2
+ import { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig } from "./plugin.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-automd",
3
- "version": "0.1.160",
3
+ "version": "0.1.162",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
6
6
  "repository": {
@@ -125,13 +125,13 @@
125
125
  "c12": "^3.3.3",
126
126
  "defu": "^6.1.4",
127
127
  "markdown-toc": "^1.2.0",
128
- "powerlines": "^0.37.34"
128
+ "powerlines": "^0.37.36"
129
129
  },
130
130
  "devDependencies": {
131
- "@powerlines/plugin-plugin": "^0.12.112",
131
+ "@powerlines/plugin-plugin": "^0.12.114",
132
132
  "@types/node": "^24.10.8",
133
133
  "automd": "^0.4.2"
134
134
  },
135
135
  "publishConfig": { "access": "public" },
136
- "gitHead": "2b048de9f7fe2c6d953dd8452da1503422358581"
136
+ "gitHead": "4fb917f0b80e237b9175bb0783f3e06d2c1ea30f"
137
137
  }
File without changes
@@ -1,3 +0,0 @@
1
- import { TOCOptions, __ΩTOCOptions } from "./toc.cjs";
2
- import { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig } from "./plugin.cjs";
3
- export { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, TOCOptions, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig, __ΩTOCOptions };
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };