@aiready/pattern-detect 0.17.6 → 0.17.7

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/CONTRIBUTING.md +1 -1
  2. package/package.json +2 -2
package/CONTRIBUTING.md CHANGED
@@ -4,7 +4,7 @@ Thank you for your interest in contributing to AIReady Pattern Detection! We wel
4
4
 
5
5
  ## 🐛 Reporting Issues
6
6
 
7
- Found a bug or have a feature request? [Open an issue](https://github.com/caopengau/aiready-pattern-detect/issues) with:
7
+ Found a bug or have a feature request? [Open an issue](https://github.com/getaiready/aiready-pattern-detect/issues) with:
8
8
 
9
9
  - Clear description of the problem or feature
10
10
  - Sample code that demonstrates the issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/pattern-detect",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
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",
@@ -65,7 +65,7 @@
65
65
  "dependencies": {
66
66
  "commander": "^14.0.0",
67
67
  "chalk": "^5.3.0",
68
- "@aiready/core": "0.24.6"
68
+ "@aiready/core": "0.24.7"
69
69
  },
70
70
  "devDependencies": {
71
71
  "tsup": "^8.3.5",