@powerlines/plugin-oxlint 0.7.675 → 0.7.677
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 +1 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Object.
|
|
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
|
|
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
|
|
15
|
+
export { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig, plugin };
|
|
16
16
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-oxlint",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.677",
|
|
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.
|
|
125
|
+
"powerlines": "^0.47.211"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
128
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
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": "
|
|
135
|
+
"gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
|
|
136
136
|
}
|