@powerlines/plugin-satori 0.1.15 → 0.1.18

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.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { c as SatoriPluginContext, S as SatoriPluginOptions, P as Plugin } from './plugin-BxIZadkS.cjs';
2
- export { b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from './plugin-BxIZadkS.cjs';
1
+ import { c as SatoriPluginContext, S as SatoriPluginOptions, P as Plugin } from './plugin-BS57v1S4.cjs';
2
+ export { b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from './plugin-BS57v1S4.cjs';
3
3
  export { SatoriComponentModule } from './types/module.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 { c as SatoriPluginContext, S as SatoriPluginOptions, P as Plugin } from './plugin-BxIZadkS.js';
2
- export { b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from './plugin-BxIZadkS.js';
1
+ import { c as SatoriPluginContext, S as SatoriPluginOptions, P as Plugin } from './plugin-BS57v1S4.js';
2
+ export { b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from './plugin-BS57v1S4.js';
3
3
  export { SatoriComponentModule } from './types/module.js';
4
4
  import '@storm-software/build-tools/types';
5
5
  import '@storm-software/config-tools/types';
@@ -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
  *
@@ -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
  *
@@ -1,5 +1,5 @@
1
1
  export { SatoriComponentModule } from './module.cjs';
2
- export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BxIZadkS.cjs';
2
+ export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BS57v1S4.cjs';
3
3
  import 'react';
4
4
  import 'satori';
5
5
  import '@storm-software/build-tools/types';
@@ -1,5 +1,5 @@
1
1
  export { SatoriComponentModule } from './module.js';
2
- export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BxIZadkS.js';
2
+ export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BS57v1S4.js';
3
3
  import 'react';
4
4
  import 'satori';
5
5
  import '@storm-software/build-tools/types';
@@ -1,4 +1,4 @@
1
- export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BxIZadkS.cjs';
1
+ export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BS57v1S4.cjs';
2
2
  import 'satori';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BxIZadkS.js';
1
+ export { c as SatoriPluginContext, S as SatoriPluginOptions, b as SatoriPluginResolvedConfig, a as SatoriPluginUserConfig } from '../plugin-BS57v1S4.js';
2
2
  import 'satori';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-satori",
3
- "version": "0.1.15",
3
+ "version": "0.1.18",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
6
6
  "repository": {
@@ -113,17 +113,17 @@
113
113
  "@stryke/types": "^0.10.2",
114
114
  "defu": "^6.1.4",
115
115
  "jiti": "^2.6.1",
116
- "powerlines": "^0.22.1",
116
+ "powerlines": "^0.23.2",
117
117
  "satori": "^0.18.3"
118
118
  },
119
119
  "devDependencies": {
120
- "@powerlines/nx": "^0.10.16",
121
- "@powerlines/plugin-plugin": "^0.11.24",
120
+ "@powerlines/nx": "^0.10.19",
121
+ "@powerlines/plugin-plugin": "^0.11.27",
122
122
  "@storm-software/config": "^1.134.40",
123
123
  "@types/node": "^22.19.1",
124
124
  "@types/react": "^19.2.6",
125
125
  "@types/react-dom": "^19.2.3"
126
126
  },
127
127
  "publishConfig": { "access": "public" },
128
- "gitHead": "781b9a5f57b9c64bf6e659316741b7c8a429445f"
128
+ "gitHead": "628334bf5e96fa739c6a2b0a325f133ea928b530"
129
129
  }