@aiready/pattern-detect 0.11.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Finds semantically similar but syntactically different code patterns that waste AI context and confuse models.
6
6
 
7
- ## �️ Architecture
7
+ ## 🏛️ Architecture
8
8
 
9
9
  ```
10
10
  🎯 USER
@@ -24,7 +24,7 @@ Finds semantically similar but syntactically different code patterns that waste
24
24
  └─────────────┘
25
25
  ```
26
26
 
27
- ## �🌍 Language Support
27
+ ## 🌍 Language Support
28
28
 
29
29
  **Currently Supported (64% market coverage):**
30
30
  - ✅ **TypeScript** (`.ts`, `.tsx`) - AST-based pattern extraction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/pattern-detect",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Semantic duplicate pattern detection for AI-generated code - finds similar implementations that waste AI context tokens",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "commander": "^14.0.0",
47
47
  "chalk": "^5.3.0",
48
- "@aiready/core": "0.9.0"
48
+ "@aiready/core": "0.9.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "tsup": "^8.3.5",