@mailwoman/codex 9.2.0 → 9.4.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 (295) hide show
  1. package/README.md +4 -4
  2. package/{address-system-conventions.ts → lib/address-system-conventions.ts} +9 -9
  3. package/{au → lib/au}/index.ts +4 -4
  4. package/{ca → lib/ca}/index.ts +3 -3
  5. package/{ca → lib/ca}/postal-code.ts +1 -1
  6. package/{ca → lib/ca}/province.ts +1 -1
  7. package/{ca → lib/ca}/street-type.ts +10 -12
  8. package/{country → lib/country}/codes.ts +1 -1
  9. package/{country → lib/country}/country.ts +43 -14
  10. package/lib/country/index.ts +17 -0
  11. package/{country → lib/country}/reference.ts +2 -2
  12. package/{country → lib/country}/subdivision.ts +4 -4
  13. package/{de → lib/de}/index.ts +3 -3
  14. package/{es → lib/es}/codigo-postal.ts +22 -4
  15. package/{es → lib/es}/index.ts +1 -1
  16. package/{fr → lib/fr}/cedex.ts +1 -1
  17. package/{fr → lib/fr}/code-postal.ts +2 -2
  18. package/{fr → lib/fr}/departement.ts +5 -2
  19. package/{fr → lib/fr}/index.ts +5 -5
  20. package/{fr → lib/fr}/region.ts +1 -1
  21. package/{fr → lib/fr}/voie.ts +5 -13
  22. package/{gb → lib/gb}/country.ts +2 -10
  23. package/{gb → lib/gb}/index.ts +4 -4
  24. package/{gb → lib/gb}/postcode-area.ts +1 -1
  25. package/{gb → lib/gb}/street-type.ts +1 -1
  26. package/{index.ts → lib/index.ts} +13 -12
  27. package/{it → lib/it}/cap.ts +21 -3
  28. package/{it → lib/it}/index.ts +1 -1
  29. package/{jp → lib/jp}/index.ts +4 -3
  30. package/lib/jp/municipality-register.ts +62 -0
  31. package/{jp → lib/jp}/prefecture.ts +7 -5
  32. package/lib/kr/index.ts +10 -0
  33. package/lib/kr/sigungu-register.ts +294 -0
  34. package/{normalize.ts → lib/normalize.ts} +15 -1
  35. package/{nz → lib/nz}/delivery-service.ts +1 -1
  36. package/{nz → lib/nz}/index.ts +2 -2
  37. package/{postcode-systems.ts → lib/postcode-systems.ts} +40 -24
  38. package/lib/register-completion.ts +24 -0
  39. package/{tools → lib/tools}/build-country-surface-lexicon.ts +10 -9
  40. package/{tools → lib/tools}/export-country-surfaces.ts +8 -8
  41. package/{tools → lib/tools}/generate-country-population.ts +4 -5
  42. package/{tools → lib/tools}/generate-country-reference.ts +4 -5
  43. package/{tools → lib/tools}/generate-official-languages.ts +7 -9
  44. package/{tools → lib/tools}/index.ts +3 -3
  45. package/{us → lib/us}/index.ts +8 -8
  46. package/{us → lib/us}/po-box.ts +1 -1
  47. package/{us → lib/us}/street-directional.ts +2 -2
  48. package/{us → lib/us}/street-suffix.ts +1 -1
  49. package/{us → lib/us}/unit-designator.ts +1 -1
  50. package/{us → lib/us}/zipcode.ts +1 -1
  51. package/out/address-system-conventions.d.ts +1 -1
  52. package/out/address-system-conventions.d.ts.map +1 -1
  53. package/out/address-system-conventions.js +8 -8
  54. package/out/address-system-conventions.js.map +1 -1
  55. package/out/au/delivery-service.d.ts.map +1 -1
  56. package/out/au/delivery-service.js.map +1 -1
  57. package/out/au/index.d.ts +4 -4
  58. package/out/au/index.d.ts.map +1 -1
  59. package/out/au/index.js +4 -4
  60. package/out/au/index.js.map +1 -1
  61. package/out/au/level-designator.d.ts.map +1 -1
  62. package/out/au/level-designator.js.map +1 -1
  63. package/out/au/postcode.d.ts.map +1 -1
  64. package/out/au/postcode.js.map +1 -1
  65. package/out/au/state.d.ts.map +1 -1
  66. package/out/au/state.js.map +1 -1
  67. package/out/ca/index.d.ts +3 -3
  68. package/out/ca/index.d.ts.map +1 -1
  69. package/out/ca/index.js +3 -3
  70. package/out/ca/index.js.map +1 -1
  71. package/out/ca/postal-code.d.ts +1 -1
  72. package/out/ca/postal-code.d.ts.map +1 -1
  73. package/out/ca/postal-code.js.map +1 -1
  74. package/out/ca/province.d.ts.map +1 -1
  75. package/out/ca/province.js +1 -1
  76. package/out/ca/province.js.map +1 -1
  77. package/out/ca/street-type.d.ts.map +1 -1
  78. package/out/ca/street-type.js +9 -12
  79. package/out/ca/street-type.js.map +1 -1
  80. package/out/country/codes.d.ts.map +1 -1
  81. package/out/country/codes.js.map +1 -1
  82. package/out/country/country.d.ts +13 -11
  83. package/out/country/country.d.ts.map +1 -1
  84. package/out/country/country.js +35 -13
  85. package/out/country/country.js.map +1 -1
  86. package/out/country/display-names.d.ts.map +1 -1
  87. package/out/country/display-names.js.map +1 -1
  88. package/out/country/index.d.ts +10 -10
  89. package/out/country/index.d.ts.map +1 -1
  90. package/out/country/index.js +10 -10
  91. package/out/country/index.js.map +1 -1
  92. package/out/country/names.d.ts.map +1 -1
  93. package/out/country/names.js.map +1 -1
  94. package/out/country/official-languages.d.ts.map +1 -1
  95. package/out/country/official-languages.js.map +1 -1
  96. package/out/country/population.d.ts.map +1 -1
  97. package/out/country/population.js.map +1 -1
  98. package/out/country/reference-data.d.ts.map +1 -1
  99. package/out/country/reference-data.js.map +1 -1
  100. package/out/country/reference.d.ts +1 -1
  101. package/out/country/reference.d.ts.map +1 -1
  102. package/out/country/reference.js +2 -2
  103. package/out/country/reference.js.map +1 -1
  104. package/out/country/subdivision.d.ts.map +1 -1
  105. package/out/country/subdivision.js +4 -4
  106. package/out/country/subdivision.js.map +1 -1
  107. package/out/de/bundesland.d.ts.map +1 -1
  108. package/out/de/bundesland.js.map +1 -1
  109. package/out/de/index.d.ts +3 -3
  110. package/out/de/index.d.ts.map +1 -1
  111. package/out/de/index.js +3 -3
  112. package/out/de/index.js.map +1 -1
  113. package/out/de/postleitzahl.d.ts.map +1 -1
  114. package/out/de/postleitzahl.js.map +1 -1
  115. package/out/de/street-type.d.ts.map +1 -1
  116. package/out/de/street-type.js.map +1 -1
  117. package/out/es/codigo-postal.d.ts +11 -0
  118. package/out/es/codigo-postal.d.ts.map +1 -1
  119. package/out/es/codigo-postal.js +20 -3
  120. package/out/es/codigo-postal.js.map +1 -1
  121. package/out/es/index.d.ts +1 -1
  122. package/out/es/index.d.ts.map +1 -1
  123. package/out/es/index.js +1 -1
  124. package/out/es/index.js.map +1 -1
  125. package/out/fr/cedex.d.ts +1 -1
  126. package/out/fr/cedex.d.ts.map +1 -1
  127. package/out/fr/cedex.js +1 -1
  128. package/out/fr/cedex.js.map +1 -1
  129. package/out/fr/code-postal.d.ts +2 -2
  130. package/out/fr/code-postal.d.ts.map +1 -1
  131. package/out/fr/code-postal.js +2 -2
  132. package/out/fr/code-postal.js.map +1 -1
  133. package/out/fr/departement.d.ts +2 -2
  134. package/out/fr/departement.d.ts.map +1 -1
  135. package/out/fr/departement.js +3 -0
  136. package/out/fr/departement.js.map +1 -1
  137. package/out/fr/index.d.ts +5 -5
  138. package/out/fr/index.d.ts.map +1 -1
  139. package/out/fr/index.js +5 -5
  140. package/out/fr/index.js.map +1 -1
  141. package/out/fr/region.d.ts.map +1 -1
  142. package/out/fr/region.js +1 -1
  143. package/out/fr/region.js.map +1 -1
  144. package/out/fr/voie.d.ts.map +1 -1
  145. package/out/fr/voie.js +4 -11
  146. package/out/fr/voie.js.map +1 -1
  147. package/out/gb/country.d.ts.map +1 -1
  148. package/out/gb/country.js +1 -9
  149. package/out/gb/country.js.map +1 -1
  150. package/out/gb/index.d.ts +4 -4
  151. package/out/gb/index.d.ts.map +1 -1
  152. package/out/gb/index.js +4 -4
  153. package/out/gb/index.js.map +1 -1
  154. package/out/gb/postcode-area.d.ts +1 -1
  155. package/out/gb/postcode-area.d.ts.map +1 -1
  156. package/out/gb/postcode-area.js.map +1 -1
  157. package/out/gb/postcode.d.ts.map +1 -1
  158. package/out/gb/postcode.js.map +1 -1
  159. package/out/gb/street-type.d.ts +1 -1
  160. package/out/gb/street-type.d.ts.map +1 -1
  161. package/out/gb/street-type.js +1 -1
  162. package/out/gb/street-type.js.map +1 -1
  163. package/out/index.d.ts +12 -12
  164. package/out/index.d.ts.map +1 -1
  165. package/out/index.js +12 -12
  166. package/out/index.js.map +1 -1
  167. package/out/it/cap.d.ts +11 -0
  168. package/out/it/cap.d.ts.map +1 -1
  169. package/out/it/cap.js +19 -2
  170. package/out/it/cap.js.map +1 -1
  171. package/out/it/index.d.ts +1 -1
  172. package/out/it/index.d.ts.map +1 -1
  173. package/out/it/index.js +1 -1
  174. package/out/it/index.js.map +1 -1
  175. package/out/jp/address-unit.d.ts.map +1 -1
  176. package/out/jp/address-unit.js.map +1 -1
  177. package/out/jp/index.d.ts +4 -3
  178. package/out/jp/index.d.ts.map +1 -1
  179. package/out/jp/index.js +4 -3
  180. package/out/jp/index.js.map +1 -1
  181. package/out/jp/municipality-register.d.ts +48 -0
  182. package/out/jp/municipality-register.d.ts.map +1 -0
  183. package/out/jp/municipality-register.js +41 -0
  184. package/out/jp/municipality-register.js.map +1 -0
  185. package/out/jp/postal-code.d.ts.map +1 -1
  186. package/out/jp/postal-code.js.map +1 -1
  187. package/out/jp/prefecture.d.ts +4 -1
  188. package/out/jp/prefecture.d.ts.map +1 -1
  189. package/out/jp/prefecture.js +6 -5
  190. package/out/jp/prefecture.js.map +1 -1
  191. package/out/kr/index.d.ts +10 -0
  192. package/out/kr/index.d.ts.map +1 -0
  193. package/out/kr/index.js +10 -0
  194. package/out/kr/index.js.map +1 -0
  195. package/out/kr/sigungu-register.d.ts +37 -0
  196. package/out/kr/sigungu-register.d.ts.map +1 -0
  197. package/out/kr/sigungu-register.js +283 -0
  198. package/out/kr/sigungu-register.js.map +1 -0
  199. package/out/level-semantics.d.ts.map +1 -1
  200. package/out/level-semantics.js.map +1 -1
  201. package/out/normalize.d.ts +8 -0
  202. package/out/normalize.d.ts.map +1 -1
  203. package/out/normalize.js +14 -1
  204. package/out/normalize.js.map +1 -1
  205. package/out/nz/delivery-service.d.ts +1 -1
  206. package/out/nz/delivery-service.d.ts.map +1 -1
  207. package/out/nz/delivery-service.js +1 -1
  208. package/out/nz/delivery-service.js.map +1 -1
  209. package/out/nz/index.d.ts +2 -2
  210. package/out/nz/index.d.ts.map +1 -1
  211. package/out/nz/index.js +2 -2
  212. package/out/nz/index.js.map +1 -1
  213. package/out/nz/postcode.d.ts.map +1 -1
  214. package/out/nz/postcode.js.map +1 -1
  215. package/out/postcode-systems.d.ts +26 -15
  216. package/out/postcode-systems.d.ts.map +1 -1
  217. package/out/postcode-systems.js +38 -23
  218. package/out/postcode-systems.js.map +1 -1
  219. package/out/register-completion.d.ts +14 -0
  220. package/out/register-completion.d.ts.map +1 -0
  221. package/out/register-completion.js +23 -0
  222. package/out/register-completion.js.map +1 -0
  223. package/out/tools/build-country-surface-lexicon.d.ts +1 -1
  224. package/out/tools/build-country-surface-lexicon.d.ts.map +1 -1
  225. package/out/tools/build-country-surface-lexicon.js +10 -9
  226. package/out/tools/build-country-surface-lexicon.js.map +1 -1
  227. package/out/tools/export-country-surfaces.d.ts +1 -1
  228. package/out/tools/export-country-surfaces.d.ts.map +1 -1
  229. package/out/tools/export-country-surfaces.js +7 -7
  230. package/out/tools/export-country-surfaces.js.map +1 -1
  231. package/out/tools/generate-country-population.d.ts.map +1 -1
  232. package/out/tools/generate-country-population.js +4 -4
  233. package/out/tools/generate-country-population.js.map +1 -1
  234. package/out/tools/generate-country-reference.d.ts.map +1 -1
  235. package/out/tools/generate-country-reference.js +4 -4
  236. package/out/tools/generate-country-reference.js.map +1 -1
  237. package/out/tools/generate-official-languages.d.ts.map +1 -1
  238. package/out/tools/generate-official-languages.js +7 -7
  239. package/out/tools/generate-official-languages.js.map +1 -1
  240. package/out/tools/index.d.ts +3 -3
  241. package/out/tools/index.d.ts.map +1 -1
  242. package/out/tools/index.js +3 -3
  243. package/out/tools/index.js.map +1 -1
  244. package/out/us/floor-designator.d.ts.map +1 -1
  245. package/out/us/floor-designator.js.map +1 -1
  246. package/out/us/index.d.ts +8 -8
  247. package/out/us/index.d.ts.map +1 -1
  248. package/out/us/index.js +8 -8
  249. package/out/us/index.js.map +1 -1
  250. package/out/us/military-address.d.ts.map +1 -1
  251. package/out/us/military-address.js.map +1 -1
  252. package/out/us/po-box.d.ts +1 -1
  253. package/out/us/po-box.d.ts.map +1 -1
  254. package/out/us/po-box.js +1 -1
  255. package/out/us/po-box.js.map +1 -1
  256. package/out/us/state.d.ts.map +1 -1
  257. package/out/us/state.js.map +1 -1
  258. package/out/us/street-directional.d.ts.map +1 -1
  259. package/out/us/street-directional.js +2 -2
  260. package/out/us/street-directional.js.map +1 -1
  261. package/out/us/street-suffix.d.ts +1 -1
  262. package/out/us/street-suffix.d.ts.map +1 -1
  263. package/out/us/street-suffix.js +1 -1
  264. package/out/us/street-suffix.js.map +1 -1
  265. package/out/us/unit-designator.d.ts +1 -1
  266. package/out/us/unit-designator.d.ts.map +1 -1
  267. package/out/us/unit-designator.js +1 -1
  268. package/out/us/unit-designator.js.map +1 -1
  269. package/out/us/zipcode.d.ts +1 -1
  270. package/out/us/zipcode.d.ts.map +1 -1
  271. package/out/us/zipcode.js +1 -1
  272. package/out/us/zipcode.js.map +1 -1
  273. package/package.json +78 -267
  274. package/country/index.ts +0 -17
  275. /package/{au → lib/au}/delivery-service.ts +0 -0
  276. /package/{au → lib/au}/level-designator.ts +0 -0
  277. /package/{au → lib/au}/postcode.ts +0 -0
  278. /package/{au → lib/au}/state.ts +0 -0
  279. /package/{country → lib/country}/display-names.ts +0 -0
  280. /package/{country → lib/country}/names.ts +0 -0
  281. /package/{country → lib/country}/official-languages.ts +0 -0
  282. /package/{country → lib/country}/population.ts +0 -0
  283. /package/{country → lib/country}/reference-data.ts +0 -0
  284. /package/{de → lib/de}/bundesland.ts +0 -0
  285. /package/{de → lib/de}/postleitzahl.ts +0 -0
  286. /package/{de → lib/de}/street-type.ts +0 -0
  287. /package/{gb → lib/gb}/postcode.ts +0 -0
  288. /package/{jp → lib/jp}/address-unit.ts +0 -0
  289. /package/{jp → lib/jp}/postal-code.ts +0 -0
  290. /package/{level-semantics.ts → lib/level-semantics.ts} +0 -0
  291. /package/{nz → lib/nz}/postcode.ts +0 -0
  292. /package/{us → lib/us}/floor-designator.ts +0 -0
  293. /package/{us → lib/us}/military-address.ts +0 -0
  294. /package/{us → lib/us}/state.ts +0 -0
  295. /package/{us → lib/us}/street-suffix.json +0 -0
@@ -34,18 +34,19 @@
34
34
  *
35
35
  * Source of truth: `@mailwoman/codex` (COUNTRY_SURFACE_FORMS + ISO2_TO_NAME) — the SAME data the
36
36
  * corpus-python bridge `country-surfaces.json` is generated from (export-country-surfaces.ts), so
37
- * the channel and the corpus shard synthesizer cannot diverge on what a country surface IS.
37
+ * the channel and the corpus extract synthesizer cannot diverge on what a country surface IS.
38
38
  *
39
39
  * Output: data/gazetteer/country-surface-lexicon-v1.json (small, committed, provenance-tracked).
40
40
  * Regenerate: `node codex/tools/build-country-surface-lexicon.ts`
41
41
  */
42
42
 
43
- import { mkdirSync, writeFileSync } from "node:fs"
44
- import { dirname, resolve } from "node:path"
43
+ import { makeDirectories, writeLocalTextFile } from "@mailwoman/core/fs/writers"
44
+ import { repoRootPath } from "@mailwoman/core/paths"
45
+ import { dirname } from "path-ts"
45
46
 
46
- import { COUNTRY_SURFACE_FORMS, ISO2_TO_NAME } from "../country/country.ts"
47
- import { wordNorm, wordNormLower } from "../normalize.ts"
48
- import { US_STATE_ABBREVIATIONS, US_STATE_NAMES } from "../us/state.ts"
47
+ import { COUNTRY_SURFACE_FORMS, ISO2_TO_NAME } from "#country/country"
48
+ import { wordNorm, wordNormLower } from "#normalize"
49
+ import { US_STATE_ABBREVIATIONS, US_STATE_NAMES } from "#us/state"
49
50
 
50
51
  /**
51
52
  * Ambiguous entries printed before the list is truncated.
@@ -64,7 +65,7 @@ const SLOTS = ["country_surface", "country_ambiguous"]
64
65
  * Committed output path (a codex-derived artifact, like export-country-surfaces.ts — no argv, so the no-process-globals
65
66
  * lint policy holds; codex stays zero-runtime-dep).
66
67
  */
67
- const OUTPUT = resolve(import.meta.dirname, "../../../data/gazetteer/country-surface-lexicon-v1.json")
68
+ const OUTPUT = repoRootPath("data", "gazetteer", "country-surface-lexicon-v1.json")
68
69
 
69
70
  /**
70
71
  * THE shared word-normalization rule (identical to build-gazetteer-anchor-lexicon.mjs and mirrored in
@@ -167,8 +168,8 @@ const lexicon = {
167
168
  code_entries: Object.fromEntries([...codeEntries].toSorted(([a], [b]) => a.localeCompare(b))),
168
169
  }
169
170
 
170
- mkdirSync(dirname(OUTPUT), { recursive: true })
171
- writeFileSync(OUTPUT, JSON.stringify(lexicon, null, 1) + "\n")
171
+ await makeDirectories(dirname(OUTPUT))
172
+ await writeLocalTextFile(JSON.stringify(lexicon, null, 1) + "\n", OUTPUT)
172
173
 
173
174
  process.stderr.write(
174
175
  `wrote ${OUTPUT}: ${entries.size} entries + ${codeEntries.size} code_entries, ` +
@@ -4,7 +4,7 @@
4
4
  * @author Teffen Ellis, et al.
5
5
  *
6
6
  * codex → corpus-python bridge: emit the authoritative country surface forms as JSON so the Python
7
- * shard generators can synthesize address tails ("…, USA" / "…, United States of America") without
7
+ * extract generators can synthesize address tails ("…, USA" / "…, United States of America") without
8
8
  * re-deriving the country name/alias data. `@mailwoman/codex` stays the single source of truth
9
9
  * (COUNTRY_SURFACE_FORMS + ISO2_TO_NAME, salvaged from isp-nexus spatial/countries); this writes a
10
10
  * snapshot the language boundary can't import directly.
@@ -12,10 +12,10 @@
12
12
  * Regenerate: `node codex/tools/export-country-surfaces.ts` (writes the corpus-python data file).
13
13
  */
14
14
 
15
- import { writeFileSync } from "node:fs"
16
- import { resolve } from "node:path"
15
+ import { writeLocalTextFile } from "@mailwoman/core/fs/writers"
16
+ import { repoRootPath } from "@mailwoman/core/paths"
17
17
 
18
- import { COUNTRY_SURFACE_FORMS, ISO2_TO_NAME } from "../country/country.ts"
18
+ import { COUNTRY_SURFACE_FORMS, ISO2_TO_NAME } from "#country/country"
19
19
 
20
20
  // Merge: rich surface forms where the codex curates them, else the canonical English name for every
21
21
  // ISO 3166-1 alpha-2. Canonical-name-first (the codex's own ordering) so the common form leads.
@@ -31,10 +31,9 @@ for (const [iso2, name] of ISO2_TO_NAME) {
31
31
  }
32
32
  }
33
33
 
34
- const out = resolve(import.meta.dirname, "../../../corpus-python/src/mailwoman_train/data/country-surfaces.json")
34
+ const out = repoRootPath("corpus-python", "src", "mailwoman_train", "data", "country-surfaces.json")
35
35
 
36
- writeFileSync(
37
- out,
36
+ await writeLocalTextFile(
38
37
  JSON.stringify(
39
38
  {
40
39
  _generated: "codex/tools/export-country-surfaces.ts from @mailwoman/codex COUNTRY_SURFACE_FORMS + ISO2_TO_NAME",
@@ -42,7 +41,8 @@ writeFileSync(
42
41
  },
43
42
  null,
44
43
  2
45
- ) + "\n"
44
+ ) + "\n",
45
+ out
46
46
  )
47
47
 
48
48
  process.stderr.write(`wrote ${Object.keys(surfaces).length} countries → ${out}\n`)
@@ -20,10 +20,9 @@
20
20
  * Usage: mailwoman dev generate country-population
21
21
  */
22
22
 
23
- import { writeFileSync } from "node:fs"
24
- import { fileURLToPath } from "node:url"
25
-
26
23
  import { APIClient, pluckResponseData } from "@mailwoman/core/api"
24
+ import { writeLocalTextFile } from "@mailwoman/core/fs/writers"
25
+ import { resolvePackagePath } from "@mailwoman/core/module/resolvers"
27
26
 
28
27
  const SOURCE = "https://download.geonames.org/export/dump/countryInfo.txt"
29
28
 
@@ -32,7 +31,7 @@ const SOURCE = "https://download.geonames.org/export/dump/countryInfo.txt"
32
31
  * `generate-country-reference.ts` for why this is `import.meta.url` rather than a `core` path helper (codex is
33
32
  * zero-runtime-dep and `core` already references `codex` — importing core here would cycle the project graph).
34
33
  */
35
- const DEFAULT_OUT = fileURLToPath(new URL("../country/population.ts", import.meta.url))
34
+ const DEFAULT_OUT = resolvePackagePath("@mailwoman/codex", "lib", "country", "population.ts")
36
35
 
37
36
  /**
38
37
  * Tab positions this tool reads from `countryInfo.txt`'s 19-column rows. Named so the parse states which columns it
@@ -136,7 +135,7 @@ export async function generateCountryPopulation(
136
135
  */
137
136
  export const COUNTRY_POPULATION: Readonly<Record<string, number>> = {`
138
137
 
139
- writeFileSync(outPath, `${header}\n${body}\n}\n`)
138
+ await writeLocalTextFile(`${header}\n${body}\n}\n`, outPath)
140
139
  report?.(`wrote ${outPath} (${Object.keys(rows).length} countries)`)
141
140
 
142
141
  return { countries: Object.keys(rows).length, outPath }
@@ -14,10 +14,9 @@
14
14
  * Usage: mailwoman dev generate country-reference
15
15
  */
16
16
 
17
- import { writeFileSync } from "node:fs"
18
- import { fileURLToPath } from "node:url"
19
-
20
17
  import { APIClient, pluckResponseData } from "@mailwoman/core/api"
18
+ import { writeLocalTextFile } from "@mailwoman/core/fs/writers"
19
+ import { resolvePackagePath } from "@mailwoman/core/module/resolvers"
21
20
 
22
21
  const SOURCE = "https://raw.githubusercontent.com/mledoze/countries/master/countries.json"
23
22
 
@@ -27,7 +26,7 @@ const SOURCE = "https://raw.githubusercontent.com/mledoze/countries/master/count
27
26
  * `import.meta.url` points at the source tree. (`@mailwoman/core`'s `repoRootPath` would also work, but codex is
28
27
  * zero-runtime-dep and `core` already references `codex` — importing core here would cycle the project graph.)
29
28
  */
30
- const DEFAULT_OUT = fileURLToPath(new URL("../country/reference-data.ts", import.meta.url))
29
+ const DEFAULT_OUT = resolvePackagePath("@mailwoman/codex", "lib", "country", "reference-data.ts")
31
30
 
32
31
  /**
33
32
  * A single country record from mledoze/countries, narrowed to the fields this tool reads.
@@ -162,7 +161,7 @@ export interface CountryReference {
162
161
  /** ISO 3166-1 alpha-2 → reference. */
163
162
  export const COUNTRY_REFERENCE: Record<string, CountryReference> = {`
164
163
 
165
- writeFileSync(outPath, `${header}\n${body}\n}\n`)
164
+ await writeLocalTextFile(`${header}\n${body}\n}\n`, outPath)
166
165
  report?.(`wrote ${outPath} (${Object.keys(rows).length} countries)`)
167
166
 
168
167
  return { countries: Object.keys(rows).length, outPath }
@@ -19,19 +19,17 @@
19
19
  * the pinned cldr-core release from jsdelivr.
20
20
  */
21
21
 
22
- import { readFileSync, writeFileSync } from "node:fs"
23
- import { join } from "node:path"
24
- import { fileURLToPath } from "node:url"
25
-
26
22
  import { APIClient, pluckResponseData } from "@mailwoman/core/api"
27
- import { parseJSONStrict } from "@mailwoman/core/objects"
28
-
23
+ import { readLocalJSONFile } from "@mailwoman/core/fs/readers"
24
+ import { writeLocalFile } from "@mailwoman/core/fs/writers"
25
+ import { resolvePackagePath } from "@mailwoman/core/module/resolvers"
26
+ import { join } from "path-ts"
29
27
  /**
30
28
  * The committed output path, resolved relative to this module (codex/tools/ → codex/country/). The codegen is
31
29
  * repo-only, and in the repo `@mailwoman/codex/tools` always loads from source via the `node` exports condition, so
32
30
  * `import.meta.url` points at the source tree.
33
31
  */
34
- const DEFAULT_OUT = fileURLToPath(new URL("../country/official-languages.ts", import.meta.url))
32
+ const DEFAULT_OUT = resolvePackagePath("@mailwoman/codex", "lib", "country", "official-languages.ts")
35
33
 
36
34
  /**
37
35
  * Options for {@linkcode generateOfficialLanguages}.
@@ -72,7 +70,7 @@ interface LanguagePopulation {
72
70
 
73
71
  async function loadCLDR(file: string, cldrDir: string | undefined, cldrVersion: string): Promise<unknown> {
74
72
  if (cldrDir) {
75
- return parseJSONStrict(readFileSync(join(cldrDir, `cldr-${file}.json`), "utf8"))
73
+ return await readLocalJSONFile(join(cldrDir, `cldr-${file}.json`))
76
74
  }
77
75
 
78
76
  const url = `https://cdn.jsdelivr.net/npm/cldr-core@${cldrVersion}/supplemental/${file}.json`
@@ -205,7 +203,7 @@ export function isOfficialLanguage(country: string, language: string, includeReg
205
203
  }
206
204
  `
207
205
 
208
- writeFileSync(outPath, header)
206
+ await writeLocalFile(header, outPath)
209
207
  report?.(`Wrote ${outPath}: ${Object.keys(table).length} territories (CLDR ${cldrVersion})`)
210
208
 
211
209
  return { territories: Object.keys(table).length, cldrVersion, outPath }
@@ -7,6 +7,6 @@
7
7
  * argv, no `process.exit`: commands own parsing, rendering, and exit codes.
8
8
  */
9
9
 
10
- export * from "./generate-country-population.ts"
11
- export * from "./generate-country-reference.ts"
12
- export * from "./generate-official-languages.ts"
10
+ export * from "#tools/generate-country-population"
11
+ export * from "#tools/generate-country-reference"
12
+ export * from "#tools/generate-official-languages"
@@ -9,11 +9,11 @@
9
9
  * they hang off of.
10
10
  */
11
11
 
12
- export * from "./floor-designator.ts"
13
- export * from "./military-address.ts"
14
- export * from "./po-box.ts"
15
- export * from "./state.ts"
16
- export * from "./street-directional.ts"
17
- export * from "./street-suffix.ts"
18
- export * from "./unit-designator.ts"
19
- export * from "./zipcode.ts"
12
+ export * from "#us/floor-designator"
13
+ export * from "#us/military-address"
14
+ export * from "#us/po-box"
15
+ export * from "#us/state"
16
+ export * from "#us/street-directional"
17
+ export * from "#us/street-suffix"
18
+ export * from "#us/unit-designator"
19
+ export * from "#us/zipcode"
@@ -62,7 +62,7 @@ export interface PoBoxMatch {
62
62
 
63
63
  /**
64
64
  * If `input` is a PO-box phrase ("PO Box 123", "P.O. Box 12-A", "Post Office Box 7"), return the designator phrase and
65
- * the id. Null otherwise. Useful for the corpus po_box shard (split the designator from the number) and for
65
+ * the id. Null otherwise. Useful for the corpus po_box extract (split the designator from the number) and for
66
66
  * resolver/parsing reuse.
67
67
  */
68
68
  export function matchPOBox(input: unknown): PoBoxMatch | null {
@@ -10,7 +10,7 @@
10
10
  * @see {@link https://pe.usps.com/text/pub28/28apc_002.htm USPS Pub 28 Appendix C1}
11
11
  */
12
12
 
13
- import { matchCase } from "./street-suffix.ts"
13
+ import { matchCase } from "#us/street-suffix"
14
14
 
15
15
  /**
16
16
  * The 8 directional abbreviations accepted by the USPS. The USPS prefers the abbreviation over the fully-spelled-out
@@ -182,7 +182,7 @@ export function lookupDirectional(input: unknown): DirectionalMatch | null {
182
182
  return null
183
183
  }
184
184
 
185
- // ── Codex shard-facing helpers (mirror street-suffix's matchTrailingSuffix) ───────────────────────
185
+ // ── Codex extract-facing helpers (mirror street-suffix's matchTrailingSuffix) ───────────────────────
186
186
 
187
187
  /**
188
188
  * If the FIRST whitespace-separated word of `street` is a known USPS directional (abbrev or name), return the canonical
@@ -13,7 +13,7 @@
13
13
  * `AVENUE → ["AVE", ...]` — `AVE` is what the post office prints).
14
14
  * - `nameProneCanonicals` — OUR curation, not Pub-28: canonicals also observed as ordinary
15
15
  * proper-name heads in street names (PARK, HILL, CREEK…), from golden v0.1.3 + the OA street
16
- * pool. Shared by the golden relabel flags, the #1569 shard recipe, and (via the
16
+ * pool. Shared by the golden relabel flags, the #1569 extract recipe, and (via the
17
17
  * `gazetteer affix-relabel` v2 lexicon) the Python relabel pass, so the instrument and the
18
18
  * training feed cannot drift onto different definitions of the ambiguous class.
19
19
  *
@@ -21,7 +21,7 @@
21
21
  * FL, HNGR, KEY, LOT, PIER, RM, SLIP, SPC, STOP, STE, TRLR, and UNIT must be followed by an
22
22
  * identifier ("Apt 4B", never bare "Apt"); BSMT, FRNT, LBBY, LOWR, OFC, PH, REAR, SIDE, and UPPR
23
23
  * may stand alone. This formalizes, as provenance-tracked reference data, the split that
24
- * `corpus/src/shard-recipes/unit.ts` previously hand-rolled (and only partially covered) as
24
+ * `corpus/src/recipes/unit.ts` previously hand-rolled (and only partially covered) as
25
25
  * in-file `ID_DESIGNATORS`/`STANDALONE_DESIGNATORS` arrays for synthesis weighting. A SEPARATE,
26
26
  * not-yet-built deliverable of #1100 is the per-locale *level-semantics* table (étage/RDC, EG/OG/UG,
27
27
  * planta/piso/bajo, piano/terra, 階/F/B1, …) — this module stays US/Pub-28 only.
@@ -9,7 +9,7 @@
9
9
 
10
10
  import type { Tagged } from "type-fest"
11
11
 
12
- import { isUSStateAbbreviation, type USStateAbbreviation } from "./state.ts"
12
+ import { isUSStateAbbreviation, type USStateAbbreviation } from "#us/state"
13
13
 
14
14
  /**
15
15
  * USPS-recognized ZIP code digits.
@@ -17,7 +17,7 @@
17
17
  * postcode repair pass. Both triggered only when the system is detected confidently (or supplied
18
18
  * by the caller) — an undetected system parses exactly as before.
19
19
  */
20
- import type { SystemCode } from "./postcode-systems.ts";
20
+ import type { SystemCode } from "#postcode-systems";
21
21
  export interface AddressSystemConventions {
22
22
  /**
23
23
  * Component tags that are NOT grammatical in this address system (names from the core `ComponentTag` union; codex
@@ -1 +1 @@
1
- {"version":3,"file":"address-system-conventions.d.ts","sourceRoot":"","sources":["../address-system-conventions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,WAAW,wBAAwB;IACxC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAA;CACjC;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,wBAAwB,CAAC,CAyC5F,CAAA;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,wBAAwB,GAAG,IAAI,CAI3G"}
1
+ {"version":3,"file":"address-system-conventions.d.ts","sourceRoot":"","sources":["../lib/address-system-conventions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEnD,MAAM,WAAW,wBAAwB;IACxC;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAA;CACjC;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,wBAAwB,CAAC,CAyC5F,CAAA;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,GAAG,wBAAwB,GAAG,IAAI,CAI3G"}
@@ -17,8 +17,8 @@
17
17
  * postcode repair pass. Both triggered only when the system is detected confidently (or supplied
18
18
  * by the caller) — an undetected system parses exactly as before.
19
19
  */
20
- import { CODE_POSTAL_PATTERN } from "./fr/code-postal.js";
21
- import { UK_POSTCODE_PATTERN } from "./gb/postcode.js";
20
+ import { CODE_POSTAL_PATTERN } from "#fr/code-postal";
21
+ import { UK_POSTCODE_PATTERN } from "#gb/postcode";
22
22
  /**
23
23
  * Per-address-system ordering and formatting conventions — which component leads a line, whether the postcode precedes
24
24
  * the locality, and so on. Keyed by address system rather than country, since several share one.
@@ -31,11 +31,11 @@ export const ADDRESS_SYSTEM_CONVENTIONS = {
31
31
  * street-suffix class; Pub-28's suffix decomposition has no French counterpart).
32
32
  *
33
33
  * Provenance / why this is NOT a blanket prefix+suffix forbid (#719, 2026-06-18): an earlier model mis-tagged the
34
- * leading "Rue" as a US-style `street_suffix` (RUE is a Pub-28 suffix variant) — the 2026-06-10 v1.1.0 gate — so #511
35
- * forbade BOTH affix tags to stop that leakage. That forbid was correct for THAT model but became a live production
36
- * bug for the current one: the shipped model (v1.5.0) emits the FR `street_prefix` correctly, but the conventions
37
- * mask was a hard −1e9 on every B-/I-street_prefix emission, so the detected-FR parse could never KEEP a prefix — it
38
- * destroyed `street_prefix` wholesale (measured on data/eval/external/ fr-street-prefix-real.jsonl at
34
+ * leading "Rue" as a US-style `street_suffix` (RUE is a Pub-28 suffix variant) — the 2026-06-10 v1.1.0 promotion eval
35
+ * — so #511 forbade BOTH affix tags to stop that leakage. That forbid was correct for THAT model but became a live
36
+ * production bug for the current one: the shipped model (v1.5.0) emits the FR `street_prefix` correctly, but the
37
+ * conventions mask was a hard −1e9 on every B-/I-street_prefix emission, so the detected-FR parse could never KEEP a
38
+ * prefix — it destroyed `street_prefix` wholesale (measured on data/eval/external/ fr-street-prefix-real.jsonl at
39
39
  * conventions=auto: F1 0.0 with the forbid on → 80.0 with it off; the larger real-FR eval reported the same collapse,
40
40
  * ~96 → ~0.6). We keep ONLY `street_suffix` forbidden: the current model with the forbid OFF shows zero FR
41
41
  * street_suffix leakage (fp=0 on that same slice) and FR has no trailing street suffix, so the constraint costs
@@ -54,7 +54,7 @@ export const ADDRESS_SYSTEM_CONVENTIONS = {
54
54
  * the raw text — exactly the shape-INVALID class `postcodePattern` exists to flag.
55
55
  *
56
56
  * Provenance (#1275, 2026-07-24): on the GB golden board's 106 postcode rows under the en-gb bundle, the clip class
57
- * (parsed postcode = proper suffix of the truth) was 44/106 with this row absent — the repair gate never opened
57
+ * (parsed postcode = proper suffix of the truth) was 44/106 with this row absent — the repair check never opened
58
58
  * because `conventionsForSystem("gb")` returned null. With the repair reachable, exact 26 → 83 and the clip class
59
59
  * goes to zero. No `forbiddenTags`: no measured GB-ungrammatical tag class exists (the FR street_suffix forbid's
60
60
  * lesson — a forbid needs measured zero-cost receipts, and GB street grammar shares the trailing-suffix family with
@@ -1 +1 @@
1
- {"version":3,"file":"address-system-conventions.js","sourceRoot":"","sources":["../address-system-conventions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AAiBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAA0D;IAChG;;;;;;;;;;;;;;;;;OAiBG;IACH,EAAE,EAAE;QACH,aAAa,EAAE,CAAC,eAAe,CAAC;QAChC,eAAe,EAAE,mBAAmB;KACpC;IAED;;;;;;;;;;;;;OAaG;IACH,EAAE,EAAE;QACH,eAAe,EAAE,mBAAmB;KACpC;CACD,CAAA;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAAC,MAAqC;IACzE,IAAI,CAAC,MAAM;QAAE,OAAO,IAAI,CAAA;IAExB,OAAO,0BAA0B,CAAC,MAAM,CAAC,IAAI,IAAI,CAAA;AAClD,CAAC"}
1
+ {"version":3,"file":"address-system-conventions.js","sourceRoot":"","sources":["../lib/address-system-conventions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAA;AAiBlD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAA0D;IAChG;;;;;;;;;;;;;;;;;OAiBG;IACH,EAAE,EAAE;QACH,aAAa,EAAE,CAAC,eAAe,CAAC;QAChC,eAAe,EAAE,mBAAmB;KACpC;IAED;;;;;;;;;;;;;OAaG;IACH,EAAE,EAAE;QACH,eAAe,EAAE,mBAAmB;KACpC;CACD,CAAA;AAED;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAAC,MAAqC;IACzE,IAAI,CAAC,MAAM;QAAE,OAAO,IAAI,CAAA;IAExB,OAAO,0BAA0B,CAAC,MAAM,CAAC,IAAI,IAAI,CAAA;AAClD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"delivery-service.d.ts","sourceRoot":"","sources":["../../au/delivery-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAA;IACvB;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAA;CACf;AAED;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAee,CAAA;AAE3D;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,CAAA;AA4C5G;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,UAAU,EAAE,6BAA6B,CAAA;IACzC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,MAAM,EAAE,OAAO,CAAA;CACf;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,sBAAsB,GAAG,IAAI,CAkBpF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAE3D;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAMhE"}
1
+ {"version":3,"file":"delivery-service.d.ts","sourceRoot":"","sources":["../../lib/au/delivery-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAA;IACvB;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAA;CACf;AAED;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAee,CAAA;AAE3D;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC,cAAc,CAAC,CAAA;AA4C5G;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,UAAU,EAAE,6BAA6B,CAAA;IACzC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IACX;;OAEG;IACH,MAAM,EAAE,OAAO,CAAA;CACf;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,sBAAsB,GAAG,IAAI,CAkBpF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAE3D;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAMhE"}
@@ -1 +1 @@
1
- {"version":3,"file":"delivery-service.js","sourceRoot":"","sources":["../../au/delivery-service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"delivery-service.js","sourceRoot":"","sources":["../../lib/au/delivery-service.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AA4BH;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC9C,EAAE,IAAI,EAAE,yBAAyB,EAAE,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE;IACjG,EAAE,IAAI,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE;IACxF,EAAE,IAAI,EAAE,yBAAyB,EAAE,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE;IACpG,EAAE,IAAI,EAAE,0BAA0B,EAAE,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE;IACtG,EAAE,IAAI,EAAE,oBAAoB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IACxF,EAAE,IAAI,EAAE,sBAAsB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IAC1F,EAAE,IAAI,EAAE,wBAAwB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IAC5F,EAAE,IAAI,EAAE,qBAAqB,EAAE,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IAC7F,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE;IACxF,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IAChF,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACtF,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACtF,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;IACtF,EAAE,IAAI,EAAE,uBAAuB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE;CAChC,CAAA;AAO3D;;;;;;;;GAQG;AACH,MAAM,mBAAmB,GAAoE;IAC5F,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG,CAAA,wDAAwD,CAAC;IAC/E,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG,CAAA,uCAAuC,CAAC;IAC7D,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,CAAA,yCAAyC,CAAC;IACnE,CAAC,aAAa,EAAE,MAAM,CAAC,GAAG,CAAA,0CAA0C,CAAC;IACrE,CAAC,SAAS,EAAE,MAAM,CAAC,GAAG,CAAA,sDAAsD,CAAC;IAC7E,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,4BAA4B,CAAC;IAC/C,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,8BAA8B,CAAC;IACjD,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,gCAAgC,CAAC;IACnD,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,wCAAwC,CAAC;IAC3D,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,kDAAkD,CAAC;IACrE,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAA,+BAA+B,CAAC;IAClD,CAAC,IAAI,EAAE,MAAM,CAAC,GAAG,CAAA,mBAAmB,CAAC;CACrC,CAAA;AAED,MAAM,eAAe,GAAG,IAAI,GAAG,CAC9B,+BAA+B,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,YAAY,EAAE,EAAE,cAAc,EAAE,CAAC,CAAC,cAAc,EAAE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CACpH,CAAA;AAED;;;GAGG;AACH,MAAM,QAAQ,GAA+E,mBAAmB,CAAC,GAAG,CACnH,CAAC,CAAC,YAAY,EAAE,GAAG,CAAC,EAAE,EAAE;IACvB,MAAM,EAAE,cAAc,EAAE,GAAG,eAAe,CAAC,GAAG,CAAC,YAAY,CAAE,CAAA;IAC7D,MAAM,EAAE,GAAG,YAAY,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAA,kBAAkB,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAA,0BAA0B,CAAA;IACtG,MAAM,IAAI,GAAG,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAA,WAAW,EAAE,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAA,cAAc,EAAE,IAAI,CAAA;IAExF,OAAO,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,MAAM,CAAC,MAAM,CAAC,GAAG,CAAA,QAAQ,GAAG,IAAI,IAAI,MAAM,EAAE,GAAG,CAAC,EAAE,CAAA;AAClF,CAAC,CACD,CAAA;AAwBD;;;;GAIG;AACH,MAAM,UAAU,sBAAsB,CAAC,KAAc;IACpD,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAA;IAE1C,KAAK,MAAM,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,QAAQ,EAAE,CAAC;QAC7C,MAAM,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;QAExB,IAAI,CAAC,CAAC;YAAE,SAAQ;QAChB,MAAM,IAAI,GAAG,eAAe,CAAC,GAAG,CAAC,YAAY,CAAE,CAAA;QAE/C,OAAO;YACN,OAAO,EAAE,CAAC,CAAC,CAAC,CAAE,CAAC,IAAI,EAAE;YACrB,UAAU,EAAE,YAAY;YACxB,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;YAC7B,MAAM,EAAE,IAAI,CAAC,MAAM;SACnB,CAAA;IACF,CAAC;IAED,OAAO,IAAI,CAAA;AACZ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAc;IACjD,OAAO,sBAAsB,CAAC,KAAK,CAAC,KAAK,IAAI,CAAA;AAC9C,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,0BAA0B,CAAC,KAAa;IACvD,MAAM,CAAC,GAAG,sBAAsB,CAAC,KAAK,CAAC,CAAA;IAEvC,IAAI,CAAC,CAAC;QAAE,OAAO,KAAK,CAAA;IAEpB,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,IAAI,CAAC,CAAC,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAA;AACrE,CAAC"}
package/out/au/index.d.ts CHANGED
@@ -8,8 +8,8 @@
8
8
  * AMAS / AS 4590.1 floor/level designators (Level 3, Ground Floor, Mezzanine), states and
9
9
  * territories, and the 4-digit postcode.
10
10
  */
11
- export * from "./delivery-service.ts";
12
- export * from "./level-designator.ts";
13
- export * from "./postcode.ts";
14
- export * from "./state.ts";
11
+ export * from "#au/delivery-service";
12
+ export * from "#au/level-designator";
13
+ export * from "#au/postcode";
14
+ export * from "#au/state";
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../au/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/au/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA"}
package/out/au/index.js CHANGED
@@ -8,8 +8,8 @@
8
8
  * AMAS / AS 4590.1 floor/level designators (Level 3, Ground Floor, Mezzanine), states and
9
9
  * territories, and the 4-digit postcode.
10
10
  */
11
- export * from "./delivery-service.js";
12
- export * from "./level-designator.js";
13
- export * from "./postcode.js";
14
- export * from "./state.js";
11
+ export * from "#au/delivery-service";
12
+ export * from "#au/level-designator";
13
+ export * from "#au/postcode";
14
+ export * from "#au/state";
15
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../au/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,uBAAuB,CAAA;AACrC,cAAc,uBAAuB,CAAA;AACrC,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/au/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,cAAc,CAAA;AAC5B,cAAc,WAAW,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"level-designator.d.ts","sourceRoot":"","sources":["../../au/level-designator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AAEH;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAA;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUgB,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvE;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC,CAUzF,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAiCpE,CAAA;AAEJ;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,IAAI,EAAE,WAAW,CAAA;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACnB;AA2BD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,sBAAsB,GAAG,IAAI,CAgBpF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAE3D;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAOhE"}
1
+ {"version":3,"file":"level-designator.d.ts","sourceRoot":"","sources":["../../lib/au/level-designator.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AAEH;;;;;;GAMG;AACH,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAA;CACvB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUgB,CAAA;AAEjD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvE;;;;;;GAMG;AACH,eAAO,MAAM,4BAA4B,EAAE,QAAQ,CAAC,MAAM,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC,CAUzF,CAAA;AAED;;;GAGG;AACH,eAAO,MAAM,0BAA0B,EAAE,WAAW,CAAC,MAAM,EAAE,WAAW,CAiCpE,CAAA;AAEJ;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAA;IACf;;OAEG;IACH,IAAI,EAAE,WAAW,CAAA;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;CACnB;AA2BD;;;;;GAKG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,sBAAsB,GAAG,IAAI,CAgBpF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAE3D;AAED;;;;;GAKG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAOhE"}
@@ -1 +1 @@
1
- {"version":3,"file":"level-designator.js","sourceRoot":"","sources":["../../au/level-designator.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"level-designator.js","sourceRoot":"","sources":["../../lib/au/level-designator.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"postcode.d.ts","sourceRoot":"","sources":["../../au/postcode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAEvC;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;AAErD;;GAEG;AACH,eAAO,MAAM,mBAAmB,QAAY,CAAA;AAE5C;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,OAAO,GAAG,UAAU,GAAG,IAAI,CAKnE;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAEhE"}
1
+ {"version":3,"file":"postcode.d.ts","sourceRoot":"","sources":["../../lib/au/postcode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAEvC;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;AAErD;;GAEG;AACH,eAAO,MAAM,mBAAmB,QAAY,CAAA;AAE5C;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,OAAO,GAAG,UAAU,GAAG,IAAI,CAKnE;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAEhE"}
@@ -1 +1 @@
1
- {"version":3,"file":"postcode.js","sourceRoot":"","sources":["../../au/postcode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAcH;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,SAAS,CAAA;AAE5C;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,GAAY;IAC/C,IAAI,OAAO,GAAG,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAA;IACxC,MAAM,CAAC,GAAG,GAAG,CAAC,IAAI,EAAE,CAAA;IAEpB,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAgB,CAAC,CAAC,CAAC,IAAI,CAAA;AAC9D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,mBAAmB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;AACpE,CAAC"}
1
+ {"version":3,"file":"postcode.js","sourceRoot":"","sources":["../../lib/au/postcode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAcH;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,SAAS,CAAA;AAE5C;;GAEG;AACH,MAAM,UAAU,mBAAmB,CAAC,GAAY;IAC/C,IAAI,OAAO,GAAG,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAA;IACxC,MAAM,CAAC,GAAG,GAAG,CAAC,IAAI,EAAE,CAAA;IAEpB,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAgB,CAAC,CAAC,CAAC,IAAI,CAAA;AAC9D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,KAAc;IAC1C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,mBAAmB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;AACpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../au/state.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;CASQ,CAAA;AAE3C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,sBAAsB,CAAA;AAErE;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,mBAAmB,CAElF"}
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../lib/au/state.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;CASQ,CAAA;AAE3C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,OAAO,sBAAsB,CAAA;AAErE;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,mBAAmB,CAElF"}
@@ -1 +1 @@
1
- {"version":3,"file":"state.js","sourceRoot":"","sources":["../../au/state.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACrC,GAAG,EAAE,8BAA8B;IACnC,GAAG,EAAE,iBAAiB;IACtB,EAAE,EAAE,oBAAoB;IACxB,GAAG,EAAE,YAAY;IACjB,EAAE,EAAE,iBAAiB;IACrB,GAAG,EAAE,UAAU;IACf,GAAG,EAAE,UAAU;IACf,EAAE,EAAE,mBAAmB;CACmB,CAAA;AAO3C;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,KAAc;IACnD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,sBAAsB,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAA;AAC/F,CAAC"}
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../lib/au/state.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACrC,GAAG,EAAE,8BAA8B;IACnC,GAAG,EAAE,iBAAiB;IACtB,EAAE,EAAE,oBAAoB;IACxB,GAAG,EAAE,YAAY;IACjB,EAAE,EAAE,iBAAiB;IACrB,GAAG,EAAE,UAAU;IACf,GAAG,EAAE,UAAU;IACf,EAAE,EAAE,mBAAmB;CACmB,CAAA;AAO3C;;GAEG;AACH,MAAM,UAAU,qBAAqB,CAAC,KAAc;IACnD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,sBAAsB,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAA;AAC/F,CAAC"}
package/out/ca/index.d.ts CHANGED
@@ -6,7 +6,7 @@
6
6
  * The Canadian address system (Canada Post / ISO 3166-2:CA): bilingual street types, alphanumeric
7
7
  * postcodes, and the provinces and territories.
8
8
  */
9
- export * from "./postal-code.ts";
10
- export * from "./province.ts";
11
- export * from "./street-type.ts";
9
+ export * from "#ca/postal-code";
10
+ export * from "#ca/province";
11
+ export * from "#ca/street-type";
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ca/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/ca/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA"}
package/out/ca/index.js CHANGED
@@ -6,7 +6,7 @@
6
6
  * The Canadian address system (Canada Post / ISO 3166-2:CA): bilingual street types, alphanumeric
7
7
  * postcodes, and the provinces and territories.
8
8
  */
9
- export * from "./postal-code.js";
10
- export * from "./province.js";
11
- export * from "./street-type.js";
9
+ export * from "#ca/postal-code";
10
+ export * from "#ca/province";
11
+ export * from "#ca/street-type";
12
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../ca/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/ca/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA"}
@@ -25,7 +25,7 @@
25
25
  * the bridge to the wider, lower-density delivery zones.
26
26
  */
27
27
  import type { Tagged } from "type-fest";
28
- import type { CanadianProvinceCode } from "./province.ts";
28
+ import type { CanadianProvinceCode } from "#ca/province";
29
29
  /**
30
30
  * A Canadian postcode: `A1A 1A1`. Six alphanumeric characters in a strict Letter-Digit-Letter-Digit-Letter-Digit
31
31
  * pattern, conventionally written with a single space after the third. Unlike the other systems' bare five digits, the
@@ -1 +1 @@
1
- {"version":3,"file":"postal-code.d.ts","sourceRoot":"","sources":["../../ca/postal-code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAEvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AAOzD;;;;;;;;;GASG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;AAEvD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,QAAsE,CAAA;AAEzG;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,OAAO,GAAG,UAAU,GAAG,IAAI,CAQrE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAElE;AAED;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,GAAG,oBAAoB,EAAE,CAmBhG,CAAA;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,OAAO,GAAG,oBAAoB,GAAG,oBAAoB,EAAE,GAAG,IAAI,CAM9G;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAMtD"}
1
+ {"version":3,"file":"postal-code.d.ts","sourceRoot":"","sources":["../../lib/ca/postal-code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAEvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA;AAOxD;;;;;;;;;GASG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;AAEvD;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,QAAsE,CAAA;AAEzG;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,OAAO,GAAG,UAAU,GAAG,IAAI,CAQrE;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,UAAU,CAElE;AAED;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,GAAG,oBAAoB,EAAE,CAmBhG,CAAA;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,OAAO,GAAG,oBAAoB,GAAG,oBAAoB,EAAE,GAAG,IAAI,CAM9G;AAED;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,OAAO,GAAG,OAAO,CAMtD"}
@@ -1 +1 @@
1
- {"version":3,"file":"postal-code.js","sourceRoot":"","sources":["../../ca/postal-code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAMH;;GAEG;AACH,MAAM,kBAAkB,GAAG,CAAC,CAAA;AAc5B;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,mEAAmE,CAAA;AAEzG;;;;GAIG;AACH,MAAM,UAAU,qBAAqB,CAAC,GAAY;IACjD,IAAI,OAAO,GAAG,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAA;IACxC,MAAM,OAAO,GAAG,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,CAAA;IAE/D,IAAI,OAAO,CAAC,MAAM,KAAK,kBAAkB;QAAE,OAAO,IAAI,CAAA;IACtD,MAAM,MAAM,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA;IAE3D,OAAO,sBAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAE,MAAqB,CAAC,CAAC,CAAC,IAAI,CAAA;AAC3E,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc;IAC5C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,sBAAsB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;AACvE,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAkE;IACpG,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC;IACf,CAAC,EAAE,IAAI;CACP,CAAA;AAED;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,UAAmB;IACvD,MAAM,UAAU,GAAG,qBAAqB,CAAC,UAAU,CAAC,CAAA;IAEpD,IAAI,CAAC,UAAU;QAAE,OAAO,IAAI,CAAA;IAE5B,OAAO,sBAAsB,CAAC,UAAU,CAAC,CAAC,CAAE,CAAC,IAAI,IAAI,CAAA;AACtD,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,iBAAiB,CAAC,EAAW;IAC5C,MAAM,UAAU,GAAG,qBAAqB,CAAC,EAAE,CAAC,CAAA;IAE5C,IAAI,CAAC,UAAU;QAAE,OAAO,KAAK,CAAA;IAE7B,OAAO,UAAU,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;AAC7B,CAAC"}
1
+ {"version":3,"file":"postal-code.js","sourceRoot":"","sources":["../../lib/ca/postal-code.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAMH;;GAEG;AACH,MAAM,kBAAkB,GAAG,CAAC,CAAA;AAc5B;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,mEAAmE,CAAA;AAEzG;;;;GAIG;AACH,MAAM,UAAU,qBAAqB,CAAC,GAAY;IACjD,IAAI,OAAO,GAAG,KAAK,QAAQ;QAAE,OAAO,IAAI,CAAA;IACxC,MAAM,OAAO,GAAG,GAAG,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,EAAE,CAAC,CAAA;IAE/D,IAAI,OAAO,CAAC,MAAM,KAAK,kBAAkB;QAAE,OAAO,IAAI,CAAA;IACtD,MAAM,MAAM,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAA;IAE3D,OAAO,sBAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAE,MAAqB,CAAC,CAAC,CAAC,IAAI,CAAA;AAC3E,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc,CAAC,KAAc;IAC5C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,sBAAsB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;AACvE,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAkE;IACpG,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,IAAI;IACP,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC;IACf,CAAC,EAAE,IAAI;CACP,CAAA;AAED;;;;GAIG;AACH,MAAM,UAAU,oBAAoB,CAAC,UAAmB;IACvD,MAAM,UAAU,GAAG,qBAAqB,CAAC,UAAU,CAAC,CAAA;IAEpD,IAAI,CAAC,UAAU;QAAE,OAAO,IAAI,CAAA;IAE5B,OAAO,sBAAsB,CAAC,UAAU,CAAC,CAAC,CAAE,CAAC,IAAI,IAAI,CAAA;AACtD,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,iBAAiB,CAAC,EAAW;IAC5C,MAAM,UAAU,GAAG,qBAAqB,CAAC,EAAE,CAAC,CAAA;IAE5C,IAAI,CAAC,UAAU;QAAE,OAAO,KAAK,CAAA;IAE7B,OAAO,UAAU,CAAC,CAAC,CAAC,KAAK,GAAG,CAAA;AAC7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"province.d.ts","sourceRoot":"","sources":["../../ca/province.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;CACd;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcgC,CAAA;AAEzD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,YAAY,CAAA;AAI5D;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,oBAAoB,CAEpF;AAED;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,EAAE,WAAW,CAAC,MAAM,EAAE,oBAAoB,CAW3E,CAAA;AAEJ;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,oBAAoB,GAAG,IAAI,CAOpG"}
1
+ {"version":3,"file":"province.d.ts","sourceRoot":"","sources":["../../lib/ca/province.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ;;OAEG;IACH,MAAM,EAAE,MAAM,CAAA;CACd;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcgC,CAAA;AAEzD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,YAAY,CAAA;AAI5D;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,oBAAoB,CAEpF;AAED;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,EAAE,WAAW,CAAC,MAAM,EAAE,oBAAoB,CAW3E,CAAA;AAEJ;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,oBAAoB,GAAG,IAAI,CAOpG"}
@@ -15,7 +15,7 @@
15
15
  * is the abbreviation people actually write on the address line — so unlike German or French
16
16
  * regions, the Canadian code IS a surface form, not just a resolver key.
17
17
  */
18
- import { foldName } from "../normalize.js";
18
+ import { foldName } from "#normalize";
19
19
  /**
20
20
  * ISO 3166-2:CA code → province/territory info, for all 13 subdivisions (10 provinces + 3 territories). Codes are the
21
21
  * official subdivision codes minus the `CA-` prefix.
@@ -1 +1 @@
1
- {"version":3,"file":"province.js","sourceRoot":"","sources":["../../ca/province.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"province.js","sourceRoot":"","sources":["../../lib/ca/province.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"street-type.d.ts","sourceRoot":"","sources":["../../ca/street-type.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAAW,CAAC,MAAM,CA8BjD,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAAW,CAAC,MAAM,CAmBjD,CAAA;AA8BF;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAK5D;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAcjE,CAAA;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAgB7D"}
1
+ {"version":3,"file":"street-type.d.ts","sourceRoot":"","sources":["../../lib/ca/street-type.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAIH;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAAW,CAAC,MAAM,CA8BjD,CAAA;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAAW,CAAC,MAAM,CAmBjD,CAAA;AA0BF;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAK5D;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAcjE,CAAA;AAED;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO,CAgB7D"}