@powerlines/plugin-oxlint 0.7.606 → 0.7.608

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,5 +1,4 @@
1
1
  import { OxlintPluginOptions } from "../types/plugin.cjs";
2
-
3
2
  //#region src/helpers/generate-config.d.ts
4
3
  /**
5
4
  * Generates an Oxlint configuration file content based on the provided options.
@@ -1 +1 @@
1
- {"version":3,"file":"generate-config.d.cts","names":[],"sources":["../../src/helpers/generate-config.ts"],"mappings":";;;;;AA2BA;;;;iBAAgB,cAAA,CAAe,OAAiC,GAAxB,mBAAwB"}
1
+ {"version":3,"file":"generate-config.d.cts","names":[],"sources":["../../src/helpers/generate-config.ts"],"mappings":";;;;;;;;iBA2BgB,eAAe,UAAS"}
@@ -1,5 +1,4 @@
1
1
  import { OxlintPluginOptions } from "../types/plugin.mjs";
2
-
3
2
  //#region src/helpers/generate-config.d.ts
4
3
  /**
5
4
  * Generates an Oxlint configuration file content based on the provided options.
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./types/plugin.cjs";
2
+ import "./types/index.cjs";
2
3
  import { Plugin } from "powerlines";
3
-
4
4
  //#region src/index.d.ts
5
5
  declare module "powerlines" {
6
6
  interface Config {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY,MAAA;IACR,MAAA,GAAS,mBAAmB;EAAA;AAAA;;;;iBAOhB,MAAA,CACd,OAAA,GAAS,mBAAA,GACR,MAAA,CAAO,mBAAA"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YA8BY;IACR,SAAS;;;;;;iBAOG,OACd,UAAS,sBACR,OAAO"}
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { OxlintPluginContext, OxlintPluginOptions, OxlintPluginResolvedConfig, OxlintPluginUserConfig } from "./types/plugin.mjs";
2
+ import "./types/index.mjs";
2
3
  import { Plugin } from "powerlines";
3
-
4
4
  //#region src/index.d.ts
5
5
  declare module "powerlines" {
6
6
  interface Config {
@@ -1,5 +1,4 @@
1
1
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
-
3
2
  //#region src/types/plugin.d.ts
4
3
  interface OxlintPluginOptions {
5
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;UAoBiB,mBAAA;;AAAjB;;EAIE,cAAA;EAJkC;;;;;EAWlC,UAAA;EAoBA;;;EAfA,IAAA;EA8CA;;AAAM;EAzCN,KAAA;EAmDsC;;;EA9CtC,IAAA;EAkDA;;;EA7CA,MAAA;EAgDe;;;EA3Cf,UAAA;EA+CQ;;;;;EAxCR,SAAA;EAoCgE;;;;;;;;;AAUvC;EAlCzB,GAAA;EA8C6B;;;;;EAvC7B,MAAA;AAAA;AAAA,UAUe,sBAAA,SAA+B,UAAU;EA8BxD;;;EA1BA,MAAA,GAAS,mBAAA;AAAA;AAAA,UAGM,0BAAA,SAAmC,cAAA;EAyBnB;;;EArB/B,MAAA,EAAQ,IAAA,CACN,mBAAA,+EAGA,QAAA,CACE,IAAA,CACE,mBAAA;AAAA;AAAA,KAYI,mBAAA,yBACc,0BAAA,GACtB,0BAAA,IACA,aAAA,CAAc,eAAA"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;UAoBiB;;;;EAIf;;;;;;EAOA;;;;EAKA;;;;EAKA;;;;EAKA;;;;EAKA;;;;EAKA;;;;;;EAOA;;;;;;;;;;;EAYA;;;;;;EAOA;;UAUe,+BAA+B;;;;EAI9C,SAAS;;UAGM,mCAAmC;;;;EAIlD,QAAQ,KACN,kGAGA,SACE,KACE;;KAYI,oBACV,wBAAwB,6BACtB,8BACA,cAAc"}
@@ -1,5 +1,4 @@
1
1
  import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
-
3
2
  //#region src/types/plugin.d.ts
4
3
  interface OxlintPluginOptions {
5
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxlint",
3
- "version": "0.7.606",
3
+ "version": "0.7.608",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running Oxlint on the codebase.",
6
6
  "repository": {
@@ -114,7 +114,7 @@
114
114
  "files": ["dist"],
115
115
  "keywords": ["oxlint", "powerlines", "storm-software", "powerlines-plugin"],
116
116
  "dependencies": {
117
- "@storm-software/config-tools": "^1.190.89",
117
+ "@storm-software/config-tools": "^1.190.92",
118
118
  "@stryke/cli": "^0.13.68",
119
119
  "@stryke/convert": "^0.7.26",
120
120
  "@stryke/fs": "^0.33.96",
@@ -122,15 +122,15 @@
122
122
  "defu": "^6.1.7",
123
123
  "oxlint": "^1.73.0",
124
124
  "oxlint-tsgolint": "^0.14.2",
125
- "powerlines": "^0.47.141"
125
+ "powerlines": "^0.47.143"
126
126
  },
127
127
  "devDependencies": {
128
- "@powerlines/plugin-plugin": "^0.12.553",
129
- "@types/node": "^25.9.4"
128
+ "@powerlines/plugin-plugin": "^0.12.555",
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": "c2c932341c73ce708ac8e69c0d6c692ea41b4675"
135
+ "gitHead": "cea2b02d3fb6556ff2e53576b6a17787b4e28d67"
136
136
  }