pumuki-ast-hooks 5.5.17 → 5.5.19

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.
@@ -10,7 +10,7 @@ if [ -f "$TOKEN_TRACKER" ]; then
10
10
  fi
11
11
 
12
12
  # Display AST hooks status
13
- echo "🚀 AST Intelligence Hooks v5.5.16"
13
+ echo "🚀 AST Intelligence Hooks v5.5.18"
14
14
  echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
15
15
  echo ""
16
16
  echo "✅ AST Hooks loaded successfully"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki-ast-hooks",
3
- "version": "5.5.17",
3
+ "version": "5.5.19",
4
4
  "description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "glob": "^10.5.0",
86
- "ts-morph": "^21.0.0"
86
+ "ts-morph": ">=21.0.0"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "ts-morph": ">=21.0.0"
@@ -92,12 +92,10 @@
92
92
  "@babel/generator": "^7.28.5",
93
93
  "@babel/parser": "^7.28.5",
94
94
  "@babel/traverse": "^7.28.5",
95
- "@pumuki/ast-intelligence-hooks": "file:pumuki-ast-intelligence-hooks-5.3.1.tgz",
96
95
  "@types/node": "^20.10.0",
97
96
  "eslint": "^9.12.0",
98
97
  "jest": "^30.2.0",
99
98
  "jscodeshift": "^17.3.0",
100
- "pumuki-ast-hooks": "^5.5.5",
101
99
  "recast": "^0.23.11",
102
100
  "typescript": "^5.3.0"
103
101
  },