@mailwoman/record 4.13.0 → 4.14.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailwoman/record",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "Lean, plain-TypeScript record schema + per-field normalizers for the geocode-first matcher. Address-first: the canonical PostalAddress record composes parser components, the formatter's match key, and a resolved geocode; organization + contact records build on the same canonical record.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "./organization": "./out/organization.js"
18
18
  },
19
19
  "dependencies": {
20
- "@mailwoman/formatter": "4.13.0"
20
+ "@mailwoman/formatter": "4.14.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.9.2"