familiar-vtt 2.10.0 → 2.11.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "familiar-vtt",
3
- "version": "2.10.0",
4
- "description": "Your AI co-pilot for Foundry VTT. 188 tools across 24 domains — characters, combat, scenes, canvas, audio, voices, images, and more.",
3
+ "version": "2.11.1",
4
+ "description": "Your AI co-pilot for Foundry VTT. 191 tools across 24 domains — characters, combat, scenes, canvas, audio, voices, images, and more.",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=20"
@@ -22,6 +22,8 @@
22
22
  "build": "npm run build:server && npm run build:schemas && npm run build:module && npm run build:mcp-package",
23
23
  "build:server": "tsc -p tsconfig.server.json",
24
24
  "build:schemas": "tsx scripts/generate-tool-schemas.ts",
25
+ "verify:schemas": "npm run build:schemas && git diff --exit-code -- src/module/ai/tools/generated/ scripts/tool-order.snapshot.json",
26
+ "update:tool-snapshot": "tsx scripts/generate-tool-schemas.ts --update-snapshot",
25
27
  "build:module": "node scripts/build-module.mjs",
26
28
  "build:npm": "npm run build:mcp-package",
27
29
  "build:mcp-package": "node scripts/build-mcp-package.mjs",
@@ -39,27 +41,27 @@
39
41
  "scan": "semgrep scan --config .semgrep.yml --config p/owasp-top-ten --config p/nodejs src/",
40
42
  "knip": "knip --include nsExports,nsTypes --treat-config-hints-as-errors",
41
43
  "license-check": "node scripts/license-check.js",
42
- "css-guard": "sh scripts/css-guard.sh",
43
- "ts-guard": "sh scripts/ts-guard.sh",
44
+ "css-guard": "node scripts/file-size-guard.mjs css",
45
+ "ts-guard": "node scripts/file-size-guard.mjs ts",
44
46
  "lockfile-lint": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-package-names --validate-integrity --empty-hostname false",
45
47
  "prepare": "husky"
46
48
  },
47
49
  "devDependencies": {
48
- "@commitlint/cli": "^20.4.1",
49
- "@commitlint/config-conventional": "^20.4.1",
50
- "@double-great/stylelint-a11y": "^3.4.7",
51
- "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
50
+ "@commitlint/cli": "^21.0.1",
51
+ "@commitlint/config-conventional": "^21.0.1",
52
+ "@double-great/stylelint-a11y": "^3.4.14",
53
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
52
54
  "@modelcontextprotocol/sdk": "1.29.0",
53
55
  "@orama/orama": "^3.1.18",
54
- "@types/node": "^22.15.0",
56
+ "@types/node": "^25.9.1",
55
57
  "@types/ws": "^8.18.0",
56
- "esbuild": "^0.28.0",
57
- "eslint": "^10.0.3",
58
+ "esbuild": "^0.28.1",
59
+ "eslint": "^10.4.0",
58
60
  "eslint-config-prettier": "^10.1.8",
59
61
  "eslint-import-resolver-typescript": "^4.4.4",
60
62
  "eslint-plugin-depend": "^1.4.0",
61
63
  "eslint-plugin-import-x": "^4.16.2",
62
- "eslint-plugin-n": "^17.24.0",
64
+ "eslint-plugin-n": "^18.0.1",
63
65
  "eslint-plugin-no-secrets": "^2.2.2",
64
66
  "eslint-plugin-no-unsanitized": "^4.1.5",
65
67
  "eslint-plugin-promise": "^7.2.1",
@@ -69,24 +71,23 @@
69
71
  "eslint-plugin-unicorn": "^64.0.0",
70
72
  "husky": "^9.1.7",
71
73
  "jiti": "^2.6.1",
72
- "knip": "^6.0.4",
73
- "lint-staged": "^16.2.7",
74
+ "knip": "^6.14.2",
75
+ "lint-staged": "^17.0.5",
74
76
  "lockfile-lint": "^5.0.0",
75
77
  "pino": "10.3.1",
76
78
  "prettier": "^3.5.0",
77
- "stylelint": "^17.4.0",
78
- "stylelint-config-clean-order": "^8.0.1",
79
+ "stylelint": "^17.12.0",
80
+ "stylelint-config-clean-order": "^9.0.0",
79
81
  "stylelint-config-standard": "^40.0.0",
80
82
  "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
81
83
  "stylelint-declaration-strict-value": "^1.11.1",
82
84
  "stylelint-high-performance-animation": "^2.0.0",
83
- "stylelint-order": "^8.1.1",
84
- "stylelint-plugin-defensive-css": "^2.8.0",
85
+ "stylelint-plugin-defensive-css": "^2.9.3",
85
86
  "stylelint-plugin-use-baseline": "^1.4.1",
86
- "tsx": "^4.19.0",
87
+ "tsx": "^4.22.3",
87
88
  "typescript": "^6.0.2",
88
- "typescript-eslint": "^8.57.1",
89
- "ws": "8.20.1",
89
+ "typescript-eslint": "^8.60.0",
90
+ "ws": "8.21.0",
90
91
  "zod": "4.4.3"
91
92
  },
92
93
  "author": "Ryan Jansen",