@powerlines/plugin-deepkit 0.10.25 → 0.10.29

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.
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
218
218
  tsconfigFilePath: string;
219
219
  };
220
220
 
221
- declare const __VFS_PATCH__: unique symbol;
222
- declare const __VFS_REVERT__: unique symbol;
221
+ declare const __VFS_PATCH__ = "__VFS_PATCH__";
222
+ declare const __VFS_REVERT__ = "__VFS_REVERT__";
223
223
  type OutputModeType = "fs" | "virtual";
224
224
  interface VirtualFile {
225
225
  /**
@@ -628,6 +628,15 @@ interface OutputConfig {
628
628
  * @defaultValue "dist/\{projectRoot\}"
629
629
  */
630
630
  outputPath?: string;
631
+ /**
632
+ * The output directory path for the project build.
633
+ *
634
+ * @remarks
635
+ * 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.
636
+ *
637
+ * @defaultValue "\{projectRoot\}/dist"
638
+ */
639
+ distPath?: string;
631
640
  /**
632
641
  * The format of the output files
633
642
  *
@@ -1456,5 +1465,9 @@ type DeepkitPluginResolvedConfig = TypeScriptCompilerPluginResolvedConfig & {
1456
1465
  };
1457
1466
  };
1458
1467
  type DeepkitPluginContext<TResolvedConfig extends DeepkitPluginResolvedConfig = DeepkitPluginResolvedConfig> = TypeScriptCompilerPluginContext<TResolvedConfig>;
1468
+ declare type __ΩDeepkitPluginOptions = any[];
1469
+ declare type __ΩDeepkitPluginUserConfig = any[];
1470
+ declare type __ΩDeepkitPluginResolvedConfig = any[];
1471
+ declare type __ΩDeepkitPluginContext = any[];
1459
1472
 
1460
- export type { DeepkitPluginContext as D, Plugin as P, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c };
1473
+ export type { DeepkitPluginContext as D, Plugin as P, __ΩDeepkitPluginOptions as _, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c, __ΩDeepkitPluginUserConfig as d, __ΩDeepkitPluginResolvedConfig as e, __ΩDeepkitPluginContext as f };
@@ -218,8 +218,8 @@ type ParsedTypeScriptConfig = ts.ParsedCommandLine & {
218
218
  tsconfigFilePath: string;
219
219
  };
220
220
 
221
- declare const __VFS_PATCH__: unique symbol;
222
- declare const __VFS_REVERT__: unique symbol;
221
+ declare const __VFS_PATCH__ = "__VFS_PATCH__";
222
+ declare const __VFS_REVERT__ = "__VFS_REVERT__";
223
223
  type OutputModeType = "fs" | "virtual";
224
224
  interface VirtualFile {
225
225
  /**
@@ -628,6 +628,15 @@ interface OutputConfig {
628
628
  * @defaultValue "dist/\{projectRoot\}"
629
629
  */
630
630
  outputPath?: string;
631
+ /**
632
+ * The output directory path for the project build.
633
+ *
634
+ * @remarks
635
+ * 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.
636
+ *
637
+ * @defaultValue "\{projectRoot\}/dist"
638
+ */
639
+ distPath?: string;
631
640
  /**
632
641
  * The format of the output files
633
642
  *
@@ -1456,5 +1465,9 @@ type DeepkitPluginResolvedConfig = TypeScriptCompilerPluginResolvedConfig & {
1456
1465
  };
1457
1466
  };
1458
1467
  type DeepkitPluginContext<TResolvedConfig extends DeepkitPluginResolvedConfig = DeepkitPluginResolvedConfig> = TypeScriptCompilerPluginContext<TResolvedConfig>;
1468
+ declare type __ΩDeepkitPluginOptions = any[];
1469
+ declare type __ΩDeepkitPluginUserConfig = any[];
1470
+ declare type __ΩDeepkitPluginResolvedConfig = any[];
1471
+ declare type __ΩDeepkitPluginContext = any[];
1459
1472
 
1460
- export type { DeepkitPluginContext as D, Plugin as P, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c };
1473
+ export type { DeepkitPluginContext as D, Plugin as P, __ΩDeepkitPluginOptions as _, DeepkitPluginOptions as a, DeepkitPluginUserConfig as b, DeepkitPluginResolvedConfig as c, __ΩDeepkitPluginUserConfig as d, __ΩDeepkitPluginResolvedConfig as e, __ΩDeepkitPluginContext as f };
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-H8Zk0QvZ.cjs';
2
- export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from './index-H8Zk0QvZ.cjs';
1
+ import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-Bc7cos2a.cjs';
2
+ export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-Bc7cos2a.cjs';
3
3
  import '@deepkit/type-compiler/config';
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 { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-H8Zk0QvZ.js';
2
- export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from './index-H8Zk0QvZ.js';
1
+ import { D as DeepkitPluginContext, a as DeepkitPluginOptions, P as Plugin } from './index-Bc7cos2a.js';
2
+ export { c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from './index-Bc7cos2a.js';
3
3
  import '@deepkit/type-compiler/config';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from '../index-H8Zk0QvZ.cjs';
1
+ export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-Bc7cos2a.cjs';
2
2
  import '@deepkit/type-compiler/config';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from '../index-H8Zk0QvZ.js';
1
+ export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-Bc7cos2a.js';
2
2
  import '@deepkit/type-compiler/config';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,5 +1,5 @@
1
1
  import '@deepkit/type-compiler/config';
2
- export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from '../index-H8Zk0QvZ.cjs';
2
+ export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-Bc7cos2a.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
  import '@deepkit/type-compiler/config';
2
- export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig } from '../index-H8Zk0QvZ.js';
2
+ export { D as DeepkitPluginContext, a as DeepkitPluginOptions, c as DeepkitPluginResolvedConfig, b as DeepkitPluginUserConfig, f as __ΩDeepkitPluginContext, _ as __ΩDeepkitPluginOptions, e as __ΩDeepkitPluginResolvedConfig, d as __ΩDeepkitPluginUserConfig } from '../index-Bc7cos2a.js';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
5
5
  import '@storm-software/config/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-deepkit",
3
- "version": "0.10.25",
3
+ "version": "0.10.29",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -99,15 +99,15 @@
99
99
  "files": ["dist/**/*"],
100
100
  "keywords": ["deepkit", "powerlines", "storm-software", "powerlines-plugin"],
101
101
  "dependencies": {
102
- "@powerlines/deepkit": "^0.4.21",
103
- "@powerlines/plugin-tsc": "^0.2.24",
104
- "powerlines": "^0.22.1",
102
+ "@powerlines/deepkit": "^0.4.25",
103
+ "@powerlines/plugin-tsc": "^0.2.28",
104
+ "powerlines": "^0.23.3",
105
105
  "typescript": "^5.9.3"
106
106
  },
107
107
  "devDependencies": {
108
- "@powerlines/nx": "^0.10.16",
109
- "@types/node": "^22.19.1"
108
+ "@powerlines/nx": "^0.10.20",
109
+ "@types/node": "^24.10.1"
110
110
  },
111
111
  "publishConfig": { "access": "public" },
112
- "gitHead": "781b9a5f57b9c64bf6e659316741b7c8a429445f"
112
+ "gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
113
113
  }