@mailwoman/formatter 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/formatter",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "The inverse of the parser: render Mailwoman `ComponentTag` components into an idiomatic, locale-aware address string — plus a canonical, normalized match key for record linkage. Consolidates the former core/formatter stub and corpus synthesis formatter behind one API.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@fragaria/address-formatter": "^6.7.1",
20
- "@mailwoman/core": "4.13.0"
20
+ "@mailwoman/core": "4.14.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.9.2"