@powerlines/plugin-marked 0.1.636 → 0.1.637

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;
@@ -63,5 +63,4 @@ const plugin = (options = {}) => {
63
63
  };
64
64
 
65
65
  //#endregion
66
- exports.default = plugin;
67
66
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -20,5 +20,5 @@ declare module "powerlines" {
20
20
  */
21
21
  declare const plugin: <TContext extends MarkedPluginContext = MarkedPluginContext>(options?: MarkedPluginOptions) => Plugin<TContext>;
22
22
  //#endregion
23
- export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig, plugin as default, plugin };
23
+ export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig, plugin };
24
24
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -20,5 +20,5 @@ declare module "powerlines" {
20
20
  */
21
21
  declare const plugin: <TContext extends MarkedPluginContext = MarkedPluginContext>(options?: MarkedPluginOptions) => Plugin<TContext>;
22
22
  //#endregion
23
- export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig, plugin as default, plugin };
23
+ export { MarkedPluginContext, MarkedPluginOptions, MarkedPluginResolvedConfig, MarkedPluginUserConfig, plugin };
24
24
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -34,5 +34,5 @@ const plugin = (options = {}) => {
34
34
  };
35
35
 
36
36
  //#endregion
37
- export { plugin as default, plugin };
37
+ export { plugin };
38
38
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-marked",
3
- "version": "0.1.636",
3
+ "version": "0.1.637",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to use the Marked markdown compiler to generate HTML.",
6
6
  "keywords": ["marked", "powerlines", "storm-software", "powerlines-plugin"],
@@ -94,15 +94,15 @@
94
94
  "@stryke/path": "^0.29.35",
95
95
  "@stryke/types": "^0.12.36",
96
96
  "defu": "^6.1.7",
97
- "powerlines": "^0.47.209"
97
+ "powerlines": "^0.47.210"
98
98
  },
99
99
  "devDependencies": {
100
- "@powerlines/plugin-plugin": "^0.12.622",
100
+ "@powerlines/plugin-plugin": "^0.12.623",
101
101
  "@types/node": "^25.9.5",
102
102
  "marked": "^17.0.6"
103
103
  },
104
104
  "peerDependencies": { "marked": ">=17.0.4" },
105
105
  "peerDependenciesMeta": { "marked": { "optional": false } },
106
106
  "publishConfig": { "access": "public" },
107
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
107
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
108
108
  }