@powerlines/plugin-eslint 0.8.557 → 0.8.558
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-eslint",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.558",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running ESLint on the codebase.",
|
|
6
6
|
"keywords": ["eslint", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@stryke/type-checks": "^0.6.14",
|
|
138
138
|
"defu": "^6.1.7",
|
|
139
139
|
"eslint": "^9.39.4",
|
|
140
|
-
"powerlines": "^0.47.
|
|
140
|
+
"powerlines": "^0.47.93"
|
|
141
141
|
},
|
|
142
142
|
"devDependencies": { "@types/node": "^25.9.1" },
|
|
143
143
|
"publishConfig": { "access": "public" },
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"tinyrainbow": "3.1.0",
|
|
155
155
|
"vitest": "4.1.7"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "4c14e120fbf8c2a45c12637445551f5ab432357f"
|
|
158
158
|
}
|