@powerlines/plugin-oxlint 0.7.8 → 0.7.9

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.
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs'),types$1=require('@storm-software/config-tools/types'),execute=require('@stryke/cli/execute'),exists=require('@stryke/fs/exists'),getParentPath=require('@stryke/fs/get-parent-path'),packageFns=require('@stryke/fs/package-fns'),join=require('@stryke/path/join'),replace=require('@stryke/path/replace'),types=require('./types');/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),types$1=require('@storm-software/config-tools/types'),execute=require('@stryke/cli/execute'),exists=require('@stryke/fs/exists'),getParentPath=require('@stryke/fs/get-parent-path'),packageFns=require('@stryke/fs/package-fns'),join=require('@stryke/path/join'),replace=require('@stryke/path/replace'),types=require('./types');/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,5 +1,5 @@
1
- import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from '../index-C5NOLAZb.cjs';
2
- export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig } from '../index-C5NOLAZb.cjs';
1
+ import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-C5NOLAZb.cjs';
2
+ export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig } from './index-C5NOLAZb.cjs';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
5
5
  import '@storm-software/config/types';
@@ -1,5 +1,5 @@
1
- import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from '../index-C5NOLAZb.js';
2
- export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig } from '../index-C5NOLAZb.js';
1
+ import { O as OxlintPluginOptions, P as Plugin, a as OxlintPluginContext } from './index-C5NOLAZb.js';
2
+ export { c as OxlintPluginResolvedConfig, b as OxlintPluginUserConfig } from './index-C5NOLAZb.js';
3
3
  import '@storm-software/build-tools/types';
4
4
  import '@storm-software/config-tools/types';
5
5
  import '@storm-software/config/types';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {execute,executePackage}from'@stryke/cli/execute';import {existsSync}from'@stryke/fs/exists';import {getParentPath}from'@stryke/fs/get-parent-path';import {isPackageListed}from'@stryke/fs/package-fns';import {joinPaths}from'@stryke/path/join';import {replacePath}from'@stryke/path/replace';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {LogLevelLabel}from'@storm-software/config-tools/types';import {execute,executePackage}from'@stryke/cli/execute';import {existsSync}from'@stryke/fs/exists';import {getParentPath}from'@stryke/fs/get-parent-path';import {isPackageListed}from'@stryke/fs/package-fns';import {joinPaths}from'@stryke/path/join';import {replacePath}from'@stryke/path/replace';export*from'./types';/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxlint",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
6
6
  "repository": {
@@ -89,20 +89,20 @@
89
89
  "keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
90
90
  "dependencies": {
91
91
  "@storm-software/config-tools": "^1.188.19",
92
- "@stryke/cli": "^0.12.4",
93
- "@stryke/convert": "^0.6.0",
94
- "@stryke/fs": "^0.32.10",
95
- "@stryke/path": "^0.18.5",
92
+ "@stryke/cli": "^0.12.5",
93
+ "@stryke/convert": "^0.6.1",
94
+ "@stryke/fs": "^0.32.11",
95
+ "@stryke/path": "^0.19.0",
96
96
  "defu": "^6.1.4",
97
97
  "oxlint": "^1.26.0",
98
98
  "oxlint-tsgolint": "^0.2.1",
99
- "powerlines": "^0.19.0"
99
+ "powerlines": "^0.19.1"
100
100
  },
101
101
  "devDependencies": {
102
- "@powerlines/nx": "^0.10.4",
102
+ "@powerlines/nx": "^0.10.5",
103
103
  "@storm-software/tsup": "^0.2.17",
104
104
  "@types/node": "^22.19.0"
105
105
  },
106
106
  "publishConfig": { "access": "public" },
107
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
107
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
108
108
  }