@salimassili/ai-costguard 1.1.4 → 1.1.5

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salimassili/ai-costguard",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A pre-execution firewall that stops AI agents from wasting money before any API call is made",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -29,7 +29,6 @@
29
29
  "format:check": "prettier --check src/**/*.ts",
30
30
  "preflight": "node scripts/preflight.js",
31
31
  "ci": "npm run preflight && npm run lint",
32
- "postinstall": "node scripts/postinstall.js",
33
32
  "ai:check": "aifw check",
34
33
  "ai:dashboard": "aifw dashboard",
35
34
  "ai:budget": "aifw budget",
@@ -65,8 +64,8 @@
65
64
  "@types/express": "^4.17.21",
66
65
  "@types/jest": "^30.0.0",
67
66
  "@types/node": "^20.10.5",
68
- "@typescript-eslint/eslint-plugin": "^6.15.0",
69
- "@typescript-eslint/parser": "^6.15.0",
67
+ "@typescript-eslint/eslint-plugin": "^8.59.2",
68
+ "@typescript-eslint/parser": "^8.59.2",
70
69
  "eslint": "^8.56.0",
71
70
  "eslint-config-prettier": "^9.1.0",
72
71
  "eslint-plugin-prettier": "^5.1.2",