@mailwoman/registry 4.12.0 → 4.13.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwoman/registry",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "description": "The geocode-first record-matching application: resolve messy contact/organization records into canonical, geocoded entities (block → score → cluster) and export them as GeoJSON for spatial analysis. The clinic-funding use case mailwoman was built for.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -17,9 +17,9 @@
17
17
  "./ingest": "./out/ingest.js"
18
18
  },
19
19
  "dependencies": {
20
- "@mailwoman/address-id": "4.12.0",
21
- "@mailwoman/match": "4.12.0",
22
- "@mailwoman/record": "4.12.0",
20
+ "@mailwoman/address-id": "4.13.0",
21
+ "@mailwoman/match": "4.13.0",
22
+ "@mailwoman/record": "4.13.0",
23
23
  "@protomaps/basemaps": "^5.7.2",
24
24
  "csv-parse": "^5.6.0",
25
25
  "spliterator": "^2.0.0"