@aiready/pattern-detect 0.17.4 → 0.17.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 (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -6,6 +6,9 @@ import {
6
6
  getSmartDefaults,
7
7
  groupDuplicatesByFilePair
8
8
  } from "./chunk-K7BO57OO.mjs";
9
+ import {
10
+ calculatePatternScore
11
+ } from "./chunk-WBBO35SC.mjs";
9
12
  import {
10
13
  detectDuplicatePatterns
11
14
  } from "./chunk-NQBYYWHJ.mjs";
@@ -17,9 +20,6 @@ import {
17
20
  getSeverityLabel,
18
21
  getSeverityThreshold
19
22
  } from "./chunk-J2G742QF.mjs";
20
- import {
21
- calculatePatternScore
22
- } from "./chunk-WBBO35SC.mjs";
23
23
 
24
24
  // src/index.ts
25
25
  import { ToolRegistry, Severity } from "@aiready/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiready/pattern-detect",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
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.4"
68
+ "@aiready/core": "0.24.5"
69
69
  },
70
70
  "devDependencies": {
71
71
  "tsup": "^8.3.5",