@powerlines/plugin-automd 0.1.67 → 0.1.68

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.
@@ -295,7 +295,7 @@ interface CommonUserConfig extends BaseConfig {
295
295
  /**
296
296
  * A list of resolvable paths to plugins used during the build process
297
297
  */
298
- plugins?: PluginConfig<PluginContext<any>>[];
298
+ plugins?: PluginConfig<any>[];
299
299
  /**
300
300
  * Environment-specific configurations
301
301
  */
@@ -296,7 +296,7 @@ interface CommonUserConfig extends BaseConfig {
296
296
  /**
297
297
  * A list of resolvable paths to plugins used during the build process
298
298
  */
299
- plugins?: PluginConfig<PluginContext<any>>[];
299
+ plugins?: PluginConfig<any>[];
300
300
  /**
301
301
  * Environment-specific configurations
302
302
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-automd",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
6
6
  "repository": {
@@ -125,14 +125,14 @@
125
125
  "c12": "^3.3.2",
126
126
  "defu": "^6.1.4",
127
127
  "markdown-toc": "^1.2.0",
128
- "powerlines": "^0.31.4"
128
+ "powerlines": "^0.31.5"
129
129
  },
130
130
  "devDependencies": {
131
- "@powerlines/nx": "^0.10.67",
132
- "@powerlines/plugin-plugin": "^0.12.19",
131
+ "@powerlines/nx": "^0.10.68",
132
+ "@powerlines/plugin-plugin": "^0.12.20",
133
133
  "@types/node": "^24.10.4",
134
134
  "automd": "^0.4.2"
135
135
  },
136
136
  "publishConfig": { "access": "public" },
137
- "gitHead": "2be7f48c0af42eabb937080f6c98b01ab8184e57"
137
+ "gitHead": "7ad7c79f886d8479c02ce627d0e206f57000e602"
138
138
  }