@powerlines/plugin-oxc-transform 0.5.680 → 0.5.682

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;
@@ -70,5 +70,4 @@ const plugin = (options = {}) => {
70
70
  };
71
71
 
72
72
  //#endregion
73
- exports.default = plugin;
74
73
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends OxcTransformPluginContext = OxcTransformPluginContext>(options?: OxcTransformPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, plugin as default, plugin };
18
+ export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -15,5 +15,5 @@ declare module "powerlines" {
15
15
  */
16
16
  declare const plugin: <TContext extends OxcTransformPluginContext = OxcTransformPluginContext>(options?: OxcTransformPluginOptions) => Plugin<TContext>;
17
17
  //#endregion
18
- export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, plugin as default, plugin };
18
+ export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, plugin };
19
19
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -41,5 +41,5 @@ const plugin = (options = {}) => {
41
41
  };
42
42
 
43
43
  //#endregion
44
- export { plugin as default, plugin };
44
+ export { plugin };
45
45
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxc-transform",
3
- "version": "0.5.680",
3
+ "version": "0.5.682",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform project code with Oxc Transformer.",
6
6
  "repository": {
@@ -97,13 +97,13 @@
97
97
  "@stryke/path": "^0.29.35",
98
98
  "defu": "^6.1.7",
99
99
  "oxc-transform": "^0.99.0",
100
- "powerlines": "^0.47.209"
100
+ "powerlines": "^0.47.211"
101
101
  },
102
102
  "devDependencies": {
103
- "@powerlines/plugin-plugin": "^0.12.622",
103
+ "@powerlines/plugin-plugin": "^0.12.624",
104
104
  "@types/node": "^25.9.5"
105
105
  },
106
106
  "publishConfig": { "access": "public" },
107
107
  "types": "./dist/index.d.cts",
108
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
108
+ "gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
109
109
  }