@mailwoman/resolver-wof-sqlite 6.0.0 → 6.2.0
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.
- package/out/lookup.d.ts +1 -1
- package/package.json +5 -5
package/out/lookup.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ export interface RankingWeights {
|
|
|
121
121
|
* ordering: **match quality is the primary key, prominence (population) the secondary key WITHIN a tier.**
|
|
122
122
|
* Springfield-IL-over-MA still works (both exact → same tier → population decides); ME→Maine now works (only Maine is
|
|
123
123
|
* exact → higher tier → population never gets to override it). See
|
|
124
|
-
* docs/articles/evals/2026-05-30-resolver-exact-match.md.
|
|
124
|
+
* docs/articles/evals/resolver-geo/2026-05-30-resolver-exact-match.md.
|
|
125
125
|
*
|
|
126
126
|
* Note: tiering re-ranks within the over-fetched candidate window (`limit * 4`); a pathological exact match that
|
|
127
127
|
* falls outside that window is not rescued. For the region-abbrev case the window is comfortably sufficient (a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailwoman/resolver-wof-sqlite",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Who's On First SQLite resolver — FTS5-backed PlaceLookup that resolves text queries to WOF place IDs + coordinates. Optional dependency for callers who want geocoding.",
|
|
5
5
|
"license": "AGPL-3.0-only OR LicenseRef-Commercial",
|
|
6
6
|
"repository": {
|
|
@@ -210,10 +210,10 @@
|
|
|
210
210
|
"access": "public"
|
|
211
211
|
},
|
|
212
212
|
"dependencies": {
|
|
213
|
-
"@mailwoman/codex": "6.
|
|
214
|
-
"@mailwoman/core": "6.
|
|
215
|
-
"@mailwoman/resolver": "6.
|
|
216
|
-
"@mailwoman/spatial": "6.
|
|
213
|
+
"@mailwoman/codex": "6.2.0",
|
|
214
|
+
"@mailwoman/core": "6.2.0",
|
|
215
|
+
"@mailwoman/resolver": "6.2.0",
|
|
216
|
+
"@mailwoman/spatial": "6.2.0",
|
|
217
217
|
"kysely": "^0.29.3"
|
|
218
218
|
}
|
|
219
219
|
}
|