frontend-guardian-core 3.7.5 → 3.7.6

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/bin/fg-core.js CHANGED
@@ -107,7 +107,7 @@ const MODULE_RULES = {
107
107
 
108
108
  function showHelp() {
109
109
  console.log(`
110
- Frontend Guardian Core v3.7.5
110
+ Frontend Guardian Core v3.7.6
111
111
 
112
112
  Usage:
113
113
  fg-core <project-dir> [options]
package/bin/fg-lsp.js CHANGED
@@ -26,7 +26,7 @@ for (let i = 0; i < args.length; i++) {
26
26
  } else if (arg === "--severity" || arg === "-s") {
27
27
  minSeverity = args[++i] ?? "suggestion";
28
28
  } else if (arg === "--help" || arg === "-h") {
29
- console.log(`Frontend Guardian LSP Server v3.7.5
29
+ console.log(`Frontend Guardian LSP Server v3.7.6
30
30
 
31
31
  Usage: fg-lsp [options]
32
32
 
package/bin/fg-server.js CHANGED
@@ -9,7 +9,7 @@ import pc from "picocolors";
9
9
 
10
10
  function showHelp() {
11
11
  console.log(`
12
- Frontend Guardian Dashboard Server v3.7.5
12
+ Frontend Guardian Dashboard Server v3.7.6
13
13
 
14
14
  Usage:
15
15
  fg-server [options]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend-guardian-core",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "Core analysis engine for frontend-guardian — AST-based scanning and auto-fixing",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",