@powerlines/plugin-automd 0.1.39 → 0.1.41
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/{index-B8k9TDpy.d.ts → index-COtNH62v.d.ts} +1 -1
- package/dist/{index-Cog8lvJn.d.cts → index-Dm9VIlBs.d.cts} +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1467,7 +1467,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1467
1467
|
* @param other - The other plugin to compare against.
|
|
1468
1468
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1469
1469
|
*/
|
|
1470
|
-
dedupe?: false | ((other: Plugin<
|
|
1470
|
+
dedupe?: false | ((other: Plugin<any>) => boolean);
|
|
1471
1471
|
/**
|
|
1472
1472
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1473
1473
|
*/
|
|
@@ -1467,7 +1467,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1467
1467
|
* @param other - The other plugin to compare against.
|
|
1468
1468
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1469
1469
|
*/
|
|
1470
|
-
dedupe?: false | ((other: Plugin<
|
|
1470
|
+
dedupe?: false | ((other: Plugin<any>) => boolean);
|
|
1471
1471
|
/**
|
|
1472
1472
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1473
1473
|
*/
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from './index-
|
|
1
|
+
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-Dm9VIlBs.cjs';
|
|
2
|
+
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from './index-Dm9VIlBs.cjs';
|
|
3
3
|
export { TOCOptions, __ΩTOCOptions } from './types/toc.cjs';
|
|
4
4
|
import 'automd';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from './index-
|
|
1
|
+
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-COtNH62v.js';
|
|
2
|
+
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from './index-COtNH62v.js';
|
|
3
3
|
export { TOCOptions, __ΩTOCOptions } from './types/toc.js';
|
|
4
4
|
import 'automd';
|
|
5
5
|
import '@storm-software/build-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-
|
|
1
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-Dm9VIlBs.cjs';
|
|
2
2
|
export { TOCOptions, __ΩTOCOptions } from './toc.cjs';
|
|
3
3
|
import 'automd';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-
|
|
1
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-COtNH62v.js';
|
|
2
2
|
export { TOCOptions, __ΩTOCOptions } from './toc.js';
|
|
3
3
|
import 'automd';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'automd';
|
|
2
|
-
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-
|
|
2
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-Dm9VIlBs.cjs';
|
|
3
3
|
import './toc.cjs';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'automd';
|
|
2
|
-
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-
|
|
2
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from '../index-COtNH62v.js';
|
|
3
3
|
import './toc.js';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-automd",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.41",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
|
|
6
6
|
"repository": {
|
|
@@ -107,14 +107,14 @@
|
|
|
107
107
|
"c12": "^3.3.2",
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
109
|
"markdown-toc": "^1.2.0",
|
|
110
|
-
"powerlines": "^0.25.
|
|
110
|
+
"powerlines": "^0.25.3"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@powerlines/nx": "^0.10.
|
|
114
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
113
|
+
"@powerlines/nx": "^0.10.41",
|
|
114
|
+
"@powerlines/plugin-plugin": "^0.11.49",
|
|
115
115
|
"@types/node": "^24.10.1",
|
|
116
116
|
"automd": "^0.4.2"
|
|
117
117
|
},
|
|
118
118
|
"publishConfig": { "access": "public" },
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "2b25269712e4620b459f135da0e43bf8d2961c62"
|
|
120
120
|
}
|