eslint-plugin-flawless 1.4.0 → 1.4.1

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as plugin, t as PLUGIN_NAME } from "./plugin-BVNImiZB.mjs";
1
+ import { n as plugin, t as PLUGIN_NAME } from "./plugin-p3_AxnS4.mjs";
2
2
  //#region src/configs/index.ts
3
3
  const configs = { recommended: {
4
4
  plugins: { [PLUGIN_NAME]: plugin },
package/dist/oxlint.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as plugin, t as PLUGIN_NAME } from "./plugin-BVNImiZB.mjs";
1
+ import { n as plugin, t as PLUGIN_NAME } from "./plugin-p3_AxnS4.mjs";
2
2
  import { definePlugin } from "@oxlint/plugins";
3
3
  //#region src/oxlint.ts
4
4
  /**
@@ -14,7 +14,7 @@ import * as core from "@eslint-react/core";
14
14
  import { getStaticTOMLValue } from "toml-eslint-parser";
15
15
  //#region package.json
16
16
  var name = "eslint-plugin-flawless";
17
- var version = "1.4.0";
17
+ var version = "1.4.1";
18
18
  var repository = {
19
19
  "url": "git+https://github.com/christopher-buss/eslint-plugin-flawless.git",
20
20
  "type": "git"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-flawless",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Your ESLint plugin description",
5
5
  "keywords": [
6
6
  "eslint",
@@ -77,7 +77,8 @@
77
77
  "yaml-eslint-parser": "2.0.0"
78
78
  },
79
79
  "peerDependencies": {
80
- "eslint": ">=9.15.0"
80
+ "eslint": ">=9.15.0",
81
+ "typescript": ">=4.8.4 <6.1.0"
81
82
  },
82
83
  "engines": {
83
84
  "node": ">=24.12.0"