@powerlines/plugin-unified 0.1.285 → 0.1.287

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
  require('./types/index.cjs');
3
3
  let _rollup_pluginutils = require("@rollup/pluginutils");
4
4
  let _stryke_type_checks = require("@stryke/type-checks");
@@ -77,5 +77,4 @@ const plugin = (options = {}) => {
77
77
  };
78
78
 
79
79
  //#endregion
80
- exports.default = plugin;
81
80
  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 UnifiedPluginContext = UnifiedPluginContext>(options?: UnifiedPluginOptions) => Plugin<TContext>[];
22
22
  //#endregion
23
- export { ResolvedUnifiedRule, UnifiedPluginContext, UnifiedPluginOptions, UnifiedPluginResolvedConfig, UnifiedPluginUserConfig, UnifiedRule, plugin as default, plugin };
23
+ export { ResolvedUnifiedRule, UnifiedPluginContext, UnifiedPluginOptions, UnifiedPluginResolvedConfig, UnifiedPluginUserConfig, UnifiedRule, 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 UnifiedPluginContext = UnifiedPluginContext>(options?: UnifiedPluginOptions) => Plugin<TContext>[];
22
22
  //#endregion
23
- export { ResolvedUnifiedRule, UnifiedPluginContext, UnifiedPluginOptions, UnifiedPluginResolvedConfig, UnifiedPluginUserConfig, UnifiedRule, plugin as default, plugin };
23
+ export { ResolvedUnifiedRule, UnifiedPluginContext, UnifiedPluginOptions, UnifiedPluginResolvedConfig, UnifiedPluginUserConfig, UnifiedRule, plugin };
24
24
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -76,5 +76,5 @@ const plugin = (options = {}) => {
76
76
  };
77
77
 
78
78
  //#endregion
79
- export { plugin as default, plugin };
79
+ export { plugin };
80
80
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unified",
3
- "version": "0.1.285",
3
+ "version": "0.1.287",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to use the Unified ecosystem to generate content.",
6
6
  "keywords": ["unified", "powerlines", "storm-software", "powerlines-plugin"],
@@ -96,12 +96,12 @@
96
96
  "@stryke/type-checks": "^0.6.41",
97
97
  "@stryke/types": "^0.12.36",
98
98
  "defu": "^6.1.7",
99
- "powerlines": "^0.47.208",
99
+ "powerlines": "^0.47.210",
100
100
  "rollup": "^4.62.4",
101
101
  "unified": "^11.0.5"
102
102
  },
103
103
  "devDependencies": {
104
- "@powerlines/plugin-plugin": "^0.12.621",
104
+ "@powerlines/plugin-plugin": "^0.12.623",
105
105
  "@types/estree": "^1.0.9",
106
106
  "@types/hast": "^3.0.5",
107
107
  "@types/mdast": "^4.0.4",
@@ -109,5 +109,5 @@
109
109
  "@types/unist": "^3.0.3"
110
110
  },
111
111
  "publishConfig": { "access": "public" },
112
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
112
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
113
113
  }