@powerlines/plugin-satori 0.1.670 → 0.1.671

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.cjs CHANGED
@@ -1,4 +1,4 @@
1
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
2
  //#region \0rolldown/runtime.js
3
3
  var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
@@ -82,5 +82,4 @@ const plugin = (options) => {
82
82
  };
83
83
 
84
84
  //#endregion
85
- exports.default = plugin;
86
85
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -16,5 +16,5 @@ declare module "powerlines" {
16
16
  */
17
17
  declare const plugin: <TContext extends SatoriPluginContext = SatoriPluginContext>(options: SatoriPluginOptions) => Plugin<TContext>;
18
18
  //#endregion
19
- export { SatoriComponentModule, SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig, plugin as default, plugin };
19
+ export { SatoriComponentModule, SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig, plugin };
20
20
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -16,5 +16,5 @@ declare module "powerlines" {
16
16
  */
17
17
  declare const plugin: <TContext extends SatoriPluginContext = SatoriPluginContext>(options: SatoriPluginOptions) => Plugin<TContext>;
18
18
  //#endregion
19
- export { SatoriComponentModule, SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig, plugin as default, plugin };
19
+ export { SatoriComponentModule, SatoriPluginContext, SatoriPluginOptions, SatoriPluginResolvedConfig, SatoriPluginUserConfig, plugin };
20
20
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -52,5 +52,5 @@ const plugin = (options) => {
52
52
  };
53
53
 
54
54
  //#endregion
55
- export { plugin as default, plugin };
55
+ export { plugin };
56
56
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-satori",
3
- "version": "0.1.670",
3
+ "version": "0.1.671",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to use Satori to generate SVG files from jsx/tsx components.",
6
6
  "repository": {
@@ -117,11 +117,11 @@
117
117
  "@stryke/types": "^0.12.36",
118
118
  "defu": "^6.1.7",
119
119
  "jiti": "^2.7.0",
120
- "powerlines": "^0.47.209",
120
+ "powerlines": "^0.47.210",
121
121
  "satori": "^0.18.4"
122
122
  },
123
123
  "devDependencies": {
124
- "@powerlines/plugin-plugin": "^0.12.622",
124
+ "@powerlines/plugin-plugin": "^0.12.623",
125
125
  "@storm-software/config": "^1.138.69",
126
126
  "@types/node": "^25.9.5",
127
127
  "@types/react": "^19.2.18",
@@ -131,5 +131,5 @@
131
131
  },
132
132
  "publishConfig": { "access": "public" },
133
133
  "types": "./dist/index.d.cts",
134
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
134
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
135
135
  }