@powerlines/plugin-oxlint 0.7.674 → 0.7.676

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 _stryke_cli_execute = require("@stryke/cli/execute");
4
4
  let _stryke_convert_to_array = require("@stryke/convert/to-array");
@@ -75,5 +75,4 @@ function plugin(options = {}) {
75
75
  }
76
76
 
77
77
  //#endregion
78
- exports.default = plugin;
79
78
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: OxlintPluginOptions): Plugin<OxlintPluginContext>;
14
14
  //#endregion
15
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin as default, plugin };
15
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -12,5 +12,5 @@ declare module "powerlines" {
12
12
  */
13
13
  declare function plugin(options?: OxlintPluginOptions): Plugin<OxlintPluginContext>;
14
14
  //#endregion
15
- export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin as default, plugin };
15
+ export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin };
16
16
  //# sourceMappingURL=index.d.mts.map
package/dist/index.mjs CHANGED
@@ -74,5 +74,5 @@ function plugin(options = {}) {
74
74
  }
75
75
 
76
76
  //#endregion
77
- export { plugin as default, plugin };
77
+ export { plugin };
78
78
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxlint",
3
- "version": "0.7.674",
3
+ "version": "0.7.676",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
6
6
  "repository": {
@@ -122,15 +122,15 @@
122
122
  "defu": "^6.1.7",
123
123
  "oxlint": "^1.78.0",
124
124
  "oxlint-tsgolint": "^0.14.2",
125
- "powerlines": "^0.47.208"
125
+ "powerlines": "^0.47.210"
126
126
  },
127
127
  "devDependencies": {
128
- "@powerlines/plugin-plugin": "^0.12.621",
128
+ "@powerlines/plugin-plugin": "^0.12.623",
129
129
  "@types/node": "^25.9.5"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
132
  "main": "./dist/index.cjs",
133
133
  "module": "./dist/index.mjs",
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
135
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
136
136
  }