@powerlines/plugin-id 0.9.24 → 0.9.27

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.
@@ -1,5 +1,5 @@
1
1
  export { nanoidModule } from './nanoid.cjs';
2
- import '../index-DC95EoAC.cjs';
2
+ import '../index-DrYyf91B.cjs';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
5
5
  import '@storm-software/config/types';
@@ -1,5 +1,5 @@
1
1
  export { nanoidModule } from './nanoid.js';
2
- import '../index-DC95EoAC.js';
2
+ import '../index-DrYyf91B.js';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
5
5
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- import { a as IdPluginContext } from '../index-DC95EoAC.cjs';
1
+ import { a as IdPluginContext } from '../index-DrYyf91B.cjs';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- import { a as IdPluginContext } from '../index-DC95EoAC.js';
1
+ import { a as IdPluginContext } from '../index-DrYyf91B.js';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
@@ -217,8 +217,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
217
217
  tsconfigFilePath: string;
218
218
  };
219
219
 
220
- declare const __VFS_PATCH__: unique symbol;
221
- declare const __VFS_REVERT__: unique symbol;
220
+ declare const __VFS_PATCH__ = "__VFS_PATCH__";
221
+ declare const __VFS_REVERT__ = "__VFS_REVERT__";
222
222
  type OutputModeType = "fs" | "virtual";
223
223
  interface VirtualFile {
224
224
  /**
@@ -627,6 +627,15 @@ interface OutputConfig {
627
627
  * @defaultValue "dist/\{projectRoot\}"
628
628
  */
629
629
  outputPath?: string;
630
+ /**
631
+ * The output directory path for the project build.
632
+ *
633
+ * @remarks
634
+ * 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.
635
+ *
636
+ * @defaultValue "\{projectRoot\}/dist"
637
+ */
638
+ distPath?: string;
630
639
  /**
631
640
  * The format of the output files
632
641
  *
@@ -217,8 +217,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
217
217
  tsconfigFilePath: string;
218
218
  };
219
219
 
220
- declare const __VFS_PATCH__: unique symbol;
221
- declare const __VFS_REVERT__: unique symbol;
220
+ declare const __VFS_PATCH__ = "__VFS_PATCH__";
221
+ declare const __VFS_REVERT__ = "__VFS_REVERT__";
222
222
  type OutputModeType = "fs" | "virtual";
223
223
  interface VirtualFile {
224
224
  /**
@@ -627,6 +627,15 @@ interface OutputConfig {
627
627
  * @defaultValue "dist/\{projectRoot\}"
628
628
  */
629
629
  outputPath?: string;
630
+ /**
631
+ * The output directory path for the project build.
632
+ *
633
+ * @remarks
634
+ * 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.
635
+ *
636
+ * @defaultValue "\{projectRoot\}/dist"
637
+ */
638
+ distPath?: string;
630
639
  /**
631
640
  * The format of the output files
632
641
  *
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { I as IdPluginOptions, P as Plugin, a as IdPluginContext } from './index-DC95EoAC.cjs';
2
- export { c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from './index-DC95EoAC.cjs';
1
+ import { I as IdPluginOptions, P as Plugin, a as IdPluginContext } from './index-DrYyf91B.cjs';
2
+ export { c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from './index-DrYyf91B.cjs';
3
3
  export { nanoidModule } from './components/nanoid.cjs';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { I as IdPluginOptions, P as Plugin, a as IdPluginContext } from './index-DC95EoAC.js';
2
- export { c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from './index-DC95EoAC.js';
1
+ import { I as IdPluginOptions, P as Plugin, a as IdPluginContext } from './index-DrYyf91B.js';
2
+ export { c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from './index-DrYyf91B.js';
3
3
  export { nanoidModule } from './components/nanoid.js';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DC95EoAC.cjs';
1
+ export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DrYyf91B.cjs';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DC95EoAC.js';
1
+ export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DrYyf91B.js';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DC95EoAC.cjs';
1
+ export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DrYyf91B.cjs';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DC95EoAC.js';
1
+ export { a as IdPluginContext, I as IdPluginOptions, c as IdPluginResolvedConfig, b as IdPluginUserConfig, U as UniqueIdFormatType } from '../index-DrYyf91B.js';
2
2
  import '@storm-software/build-tools/types';
3
3
  import '@storm-software/config-tools/types';
4
4
  import '@storm-software/config/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-id",
3
- "version": "0.9.24",
3
+ "version": "0.9.27",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin that provides unique identifier generation capabilities at runtime by adding the `id` builtin module.",
6
6
  "repository": {
@@ -119,13 +119,13 @@
119
119
  "@storm-software/config-tools": "^1.188.40",
120
120
  "@stryke/path": "^0.19.2",
121
121
  "defu": "^6.1.4",
122
- "powerlines": "^0.22.1"
122
+ "powerlines": "^0.23.2"
123
123
  },
124
124
  "devDependencies": {
125
- "@powerlines/nx": "^0.10.16",
125
+ "@powerlines/nx": "^0.10.19",
126
126
  "@storm-software/tsup": "^0.2.38",
127
127
  "@types/node": "^22.19.1"
128
128
  },
129
129
  "publishConfig": { "access": "public" },
130
- "gitHead": "781b9a5f57b9c64bf6e659316741b7c8a429445f"
130
+ "gitHead": "628334bf5e96fa739c6a2b0a325f133ea928b530"
131
131
  }