@mailwoman/resolver-wof-sqlite 8.2.0 → 8.3.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailwoman/resolver-wof-sqlite",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.3.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": {
|
|
@@ -242,10 +242,10 @@
|
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"dependencies": {
|
|
245
|
-
"@mailwoman/codex": "8.
|
|
246
|
-
"@mailwoman/core": "8.
|
|
247
|
-
"@mailwoman/resolver": "8.
|
|
248
|
-
"@mailwoman/spatial": "8.
|
|
245
|
+
"@mailwoman/codex": "8.3.0",
|
|
246
|
+
"@mailwoman/core": "8.3.0",
|
|
247
|
+
"@mailwoman/resolver": "8.3.0",
|
|
248
|
+
"@mailwoman/spatial": "8.3.0",
|
|
249
249
|
"h3-js": "^4.5.0",
|
|
250
250
|
"kysely": "^0.29.4"
|
|
251
251
|
}
|