@memberjunction/integration-pk-classifier 6.1.0-edge.3 → 6.1.0-edge.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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/integration-pk-classifier",
3
3
  "type": "module",
4
- "version": "6.1.0-edge.3",
4
+ "version": "6.1.0-edge.5",
5
5
  "description": "Lightweight soft-PK classifier for integration objects. Cascades: universal convention (vendor-level hint) → naming heuristic → statistical uniqueness sampling → one-shot LLM. Built from scratch — does NOT depend on DBAutoDoc. Narrow scope: PK only. Honest: returns no candidate when nothing is confident enough — the framework then leaves the entity PK-less rather than synthesizing.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -9,9 +9,9 @@
9
9
  "/dist"
10
10
  ],
11
11
  "dependencies": {
12
- "@memberjunction/core": "6.1.0-edge.3",
13
- "@memberjunction/core-entities": "6.1.0-edge.3",
14
- "@memberjunction/global": "6.1.0-edge.3"
12
+ "@memberjunction/core": "6.1.0-edge.5",
13
+ "@memberjunction/core-entities": "6.1.0-edge.5",
14
+ "@memberjunction/global": "6.1.0-edge.5"
15
15
  },
16
16
  "devDependencies": {
17
17
  "typescript": "^5.9.3",