@powerlines/plugin-automd 0.1.15 → 0.1.19
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-7RFcPKhm.d.ts → index-BzmJrOGl.d.ts} +11 -2
- package/dist/{index-Dt8rSbAJ.d.cts → index-prheAtu5.d.cts} +11 -2
- 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
|
@@ -219,8 +219,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
219
219
|
tsconfigFilePath: string;
|
|
220
220
|
};
|
|
221
221
|
|
|
222
|
-
declare const __VFS_PATCH__
|
|
223
|
-
declare const __VFS_REVERT__
|
|
222
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
223
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
224
224
|
type OutputModeType = "fs" | "virtual";
|
|
225
225
|
interface VirtualFile {
|
|
226
226
|
/**
|
|
@@ -629,6 +629,15 @@ interface OutputConfig {
|
|
|
629
629
|
* @defaultValue "dist/\{projectRoot\}"
|
|
630
630
|
*/
|
|
631
631
|
outputPath?: string;
|
|
632
|
+
/**
|
|
633
|
+
* The output directory path for the project build.
|
|
634
|
+
*
|
|
635
|
+
* @remarks
|
|
636
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
637
|
+
*
|
|
638
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
639
|
+
*/
|
|
640
|
+
distPath?: string;
|
|
632
641
|
/**
|
|
633
642
|
* The format of the output files
|
|
634
643
|
*
|
|
@@ -219,8 +219,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
|
|
|
219
219
|
tsconfigFilePath: string;
|
|
220
220
|
};
|
|
221
221
|
|
|
222
|
-
declare const __VFS_PATCH__
|
|
223
|
-
declare const __VFS_REVERT__
|
|
222
|
+
declare const __VFS_PATCH__ = "__VFS_PATCH__";
|
|
223
|
+
declare const __VFS_REVERT__ = "__VFS_REVERT__";
|
|
224
224
|
type OutputModeType = "fs" | "virtual";
|
|
225
225
|
interface VirtualFile {
|
|
226
226
|
/**
|
|
@@ -629,6 +629,15 @@ interface OutputConfig {
|
|
|
629
629
|
* @defaultValue "dist/\{projectRoot\}"
|
|
630
630
|
*/
|
|
631
631
|
outputPath?: string;
|
|
632
|
+
/**
|
|
633
|
+
* The output directory path for the project build.
|
|
634
|
+
*
|
|
635
|
+
* @remarks
|
|
636
|
+
* This path is used to determine where the built files will be placed after the build process completes. This will be used in scenarios where the monorepo uses TSConfig paths to link packages together.
|
|
637
|
+
*
|
|
638
|
+
* @defaultValue "\{projectRoot\}/dist"
|
|
639
|
+
*/
|
|
640
|
+
distPath?: string;
|
|
632
641
|
/**
|
|
633
642
|
* The format of the output files
|
|
634
643
|
*
|
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 } from './index-
|
|
1
|
+
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-prheAtu5.cjs';
|
|
2
|
+
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from './index-prheAtu5.cjs';
|
|
3
3
|
export { 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 } from './index-
|
|
1
|
+
import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-BzmJrOGl.js';
|
|
2
|
+
export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from './index-BzmJrOGl.js';
|
|
3
3
|
export { 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 } from '../index-
|
|
1
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from '../index-prheAtu5.cjs';
|
|
2
2
|
export { 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 } from '../index-
|
|
1
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from '../index-BzmJrOGl.js';
|
|
2
2
|
export { 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 } from '../index-
|
|
2
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from '../index-prheAtu5.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 } from '../index-
|
|
2
|
+
export { A as AutoMDPluginContext, a as AutoMDPluginOptions, c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig } from '../index-BzmJrOGl.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.19",
|
|
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.
|
|
110
|
+
"powerlines": "^0.23.2"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@powerlines/nx": "^0.10.
|
|
114
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
113
|
+
"@powerlines/nx": "^0.10.19",
|
|
114
|
+
"@powerlines/plugin-plugin": "^0.11.27",
|
|
115
115
|
"@types/node": "^22.19.1",
|
|
116
116
|
"automd": "^0.4.2"
|
|
117
117
|
},
|
|
118
118
|
"publishConfig": { "access": "public" },
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "628334bf5e96fa739c6a2b0a325f133ea928b530"
|
|
120
120
|
}
|