@hyperfrontend/versioning 0.1.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 (353) hide show
  1. package/ARCHITECTURE.md +593 -0
  2. package/CHANGELOG.md +35 -0
  3. package/FUNDING.md +141 -0
  4. package/LICENSE.md +21 -0
  5. package/README.md +195 -0
  6. package/SECURITY.md +82 -0
  7. package/changelog/compare/diff.d.ts +128 -0
  8. package/changelog/compare/diff.d.ts.map +1 -0
  9. package/changelog/compare/index.cjs.js +628 -0
  10. package/changelog/compare/index.cjs.js.map +1 -0
  11. package/changelog/compare/index.d.ts +4 -0
  12. package/changelog/compare/index.d.ts.map +1 -0
  13. package/changelog/compare/index.esm.js +612 -0
  14. package/changelog/compare/index.esm.js.map +1 -0
  15. package/changelog/compare/is-equal.d.ts +114 -0
  16. package/changelog/compare/is-equal.d.ts.map +1 -0
  17. package/changelog/index.cjs.js +6448 -0
  18. package/changelog/index.cjs.js.map +1 -0
  19. package/changelog/index.d.ts +6 -0
  20. package/changelog/index.d.ts.map +1 -0
  21. package/changelog/index.esm.js +6358 -0
  22. package/changelog/index.esm.js.map +1 -0
  23. package/changelog/models/changelog.d.ts +86 -0
  24. package/changelog/models/changelog.d.ts.map +1 -0
  25. package/changelog/models/commit-ref.d.ts +51 -0
  26. package/changelog/models/commit-ref.d.ts.map +1 -0
  27. package/changelog/models/entry.d.ts +84 -0
  28. package/changelog/models/entry.d.ts.map +1 -0
  29. package/changelog/models/index.cjs.js +2043 -0
  30. package/changelog/models/index.cjs.js.map +1 -0
  31. package/changelog/models/index.d.ts +11 -0
  32. package/changelog/models/index.d.ts.map +1 -0
  33. package/changelog/models/index.esm.js +2026 -0
  34. package/changelog/models/index.esm.js.map +1 -0
  35. package/changelog/models/schema.d.ts +68 -0
  36. package/changelog/models/schema.d.ts.map +1 -0
  37. package/changelog/models/section.d.ts +25 -0
  38. package/changelog/models/section.d.ts.map +1 -0
  39. package/changelog/operations/add-entry.d.ts +56 -0
  40. package/changelog/operations/add-entry.d.ts.map +1 -0
  41. package/changelog/operations/add-item.d.ts +18 -0
  42. package/changelog/operations/add-item.d.ts.map +1 -0
  43. package/changelog/operations/filter-by-predicate.d.ts +81 -0
  44. package/changelog/operations/filter-by-predicate.d.ts.map +1 -0
  45. package/changelog/operations/filter-by-range.d.ts +63 -0
  46. package/changelog/operations/filter-by-range.d.ts.map +1 -0
  47. package/changelog/operations/filter-entries.d.ts +9 -0
  48. package/changelog/operations/filter-entries.d.ts.map +1 -0
  49. package/changelog/operations/index.cjs.js +2455 -0
  50. package/changelog/operations/index.cjs.js.map +1 -0
  51. package/changelog/operations/index.d.ts +15 -0
  52. package/changelog/operations/index.d.ts.map +1 -0
  53. package/changelog/operations/index.esm.js +2411 -0
  54. package/changelog/operations/index.esm.js.map +1 -0
  55. package/changelog/operations/merge.d.ts +88 -0
  56. package/changelog/operations/merge.d.ts.map +1 -0
  57. package/changelog/operations/remove-entry.d.ts +45 -0
  58. package/changelog/operations/remove-entry.d.ts.map +1 -0
  59. package/changelog/operations/remove-section.d.ts +50 -0
  60. package/changelog/operations/remove-section.d.ts.map +1 -0
  61. package/changelog/operations/transform.d.ts +143 -0
  62. package/changelog/operations/transform.d.ts.map +1 -0
  63. package/changelog/parse/index.cjs.js +1282 -0
  64. package/changelog/parse/index.cjs.js.map +1 -0
  65. package/changelog/parse/index.d.ts +5 -0
  66. package/changelog/parse/index.d.ts.map +1 -0
  67. package/changelog/parse/index.esm.js +1275 -0
  68. package/changelog/parse/index.esm.js.map +1 -0
  69. package/changelog/parse/line.d.ts +48 -0
  70. package/changelog/parse/line.d.ts.map +1 -0
  71. package/changelog/parse/parser.d.ts +16 -0
  72. package/changelog/parse/parser.d.ts.map +1 -0
  73. package/changelog/parse/tokenizer.d.ts +49 -0
  74. package/changelog/parse/tokenizer.d.ts.map +1 -0
  75. package/changelog/serialize/index.cjs.js +574 -0
  76. package/changelog/serialize/index.cjs.js.map +1 -0
  77. package/changelog/serialize/index.d.ts +6 -0
  78. package/changelog/serialize/index.d.ts.map +1 -0
  79. package/changelog/serialize/index.esm.js +564 -0
  80. package/changelog/serialize/index.esm.js.map +1 -0
  81. package/changelog/serialize/templates.d.ts +81 -0
  82. package/changelog/serialize/templates.d.ts.map +1 -0
  83. package/changelog/serialize/to-json.d.ts +57 -0
  84. package/changelog/serialize/to-json.d.ts.map +1 -0
  85. package/changelog/serialize/to-string.d.ts +30 -0
  86. package/changelog/serialize/to-string.d.ts.map +1 -0
  87. package/commits/index.cjs.js +648 -0
  88. package/commits/index.cjs.js.map +1 -0
  89. package/commits/index.d.ts +3 -0
  90. package/commits/index.d.ts.map +1 -0
  91. package/commits/index.esm.js +629 -0
  92. package/commits/index.esm.js.map +1 -0
  93. package/commits/models/breaking.d.ts +39 -0
  94. package/commits/models/breaking.d.ts.map +1 -0
  95. package/commits/models/commit-type.d.ts +32 -0
  96. package/commits/models/commit-type.d.ts.map +1 -0
  97. package/commits/models/conventional.d.ts +49 -0
  98. package/commits/models/conventional.d.ts.map +1 -0
  99. package/commits/models/index.cjs.js +207 -0
  100. package/commits/models/index.cjs.js.map +1 -0
  101. package/commits/models/index.d.ts +7 -0
  102. package/commits/models/index.d.ts.map +1 -0
  103. package/commits/models/index.esm.js +193 -0
  104. package/commits/models/index.esm.js.map +1 -0
  105. package/commits/parse/body.d.ts +18 -0
  106. package/commits/parse/body.d.ts.map +1 -0
  107. package/commits/parse/footer.d.ts +16 -0
  108. package/commits/parse/footer.d.ts.map +1 -0
  109. package/commits/parse/header.d.ts +15 -0
  110. package/commits/parse/header.d.ts.map +1 -0
  111. package/commits/parse/index.cjs.js +505 -0
  112. package/commits/parse/index.cjs.js.map +1 -0
  113. package/commits/parse/index.d.ts +5 -0
  114. package/commits/parse/index.d.ts.map +1 -0
  115. package/commits/parse/index.esm.js +499 -0
  116. package/commits/parse/index.esm.js.map +1 -0
  117. package/commits/parse/message.d.ts +17 -0
  118. package/commits/parse/message.d.ts.map +1 -0
  119. package/commits/utils/replace-char.d.ts +19 -0
  120. package/commits/utils/replace-char.d.ts.map +1 -0
  121. package/flow/executor/execute.d.ts +72 -0
  122. package/flow/executor/execute.d.ts.map +1 -0
  123. package/flow/executor/index.cjs.js +4402 -0
  124. package/flow/executor/index.cjs.js.map +1 -0
  125. package/flow/executor/index.d.ts +3 -0
  126. package/flow/executor/index.d.ts.map +1 -0
  127. package/flow/executor/index.esm.js +4398 -0
  128. package/flow/executor/index.esm.js.map +1 -0
  129. package/flow/factory.d.ts +58 -0
  130. package/flow/factory.d.ts.map +1 -0
  131. package/flow/index.cjs.js +8506 -0
  132. package/flow/index.cjs.js.map +1 -0
  133. package/flow/index.d.ts +7 -0
  134. package/flow/index.d.ts.map +1 -0
  135. package/flow/index.esm.js +8451 -0
  136. package/flow/index.esm.js.map +1 -0
  137. package/flow/models/flow.d.ts +130 -0
  138. package/flow/models/flow.d.ts.map +1 -0
  139. package/flow/models/index.cjs.js +285 -0
  140. package/flow/models/index.cjs.js.map +1 -0
  141. package/flow/models/index.d.ts +7 -0
  142. package/flow/models/index.d.ts.map +1 -0
  143. package/flow/models/index.esm.js +268 -0
  144. package/flow/models/index.esm.js.map +1 -0
  145. package/flow/models/step.d.ts +108 -0
  146. package/flow/models/step.d.ts.map +1 -0
  147. package/flow/models/types.d.ts +150 -0
  148. package/flow/models/types.d.ts.map +1 -0
  149. package/flow/presets/conventional.d.ts +59 -0
  150. package/flow/presets/conventional.d.ts.map +1 -0
  151. package/flow/presets/independent.d.ts +61 -0
  152. package/flow/presets/independent.d.ts.map +1 -0
  153. package/flow/presets/index.cjs.js +3903 -0
  154. package/flow/presets/index.cjs.js.map +1 -0
  155. package/flow/presets/index.d.ts +4 -0
  156. package/flow/presets/index.d.ts.map +1 -0
  157. package/flow/presets/index.esm.js +3889 -0
  158. package/flow/presets/index.esm.js.map +1 -0
  159. package/flow/presets/synced.d.ts +65 -0
  160. package/flow/presets/synced.d.ts.map +1 -0
  161. package/flow/steps/analyze-commits.d.ts +19 -0
  162. package/flow/steps/analyze-commits.d.ts.map +1 -0
  163. package/flow/steps/calculate-bump.d.ts +27 -0
  164. package/flow/steps/calculate-bump.d.ts.map +1 -0
  165. package/flow/steps/create-commit.d.ts +16 -0
  166. package/flow/steps/create-commit.d.ts.map +1 -0
  167. package/flow/steps/create-tag.d.ts +22 -0
  168. package/flow/steps/create-tag.d.ts.map +1 -0
  169. package/flow/steps/fetch-registry.d.ts +19 -0
  170. package/flow/steps/fetch-registry.d.ts.map +1 -0
  171. package/flow/steps/generate-changelog.d.ts +25 -0
  172. package/flow/steps/generate-changelog.d.ts.map +1 -0
  173. package/flow/steps/index.cjs.js +3523 -0
  174. package/flow/steps/index.cjs.js.map +1 -0
  175. package/flow/steps/index.d.ts +8 -0
  176. package/flow/steps/index.d.ts.map +1 -0
  177. package/flow/steps/index.esm.js +3504 -0
  178. package/flow/steps/index.esm.js.map +1 -0
  179. package/flow/steps/update-packages.d.ts +25 -0
  180. package/flow/steps/update-packages.d.ts.map +1 -0
  181. package/flow/utils/interpolate.d.ts +11 -0
  182. package/flow/utils/interpolate.d.ts.map +1 -0
  183. package/git/factory.d.ts +233 -0
  184. package/git/factory.d.ts.map +1 -0
  185. package/git/index.cjs.js +2863 -0
  186. package/git/index.cjs.js.map +1 -0
  187. package/git/index.d.ts +5 -0
  188. package/git/index.d.ts.map +1 -0
  189. package/git/index.esm.js +2785 -0
  190. package/git/index.esm.js.map +1 -0
  191. package/git/models/commit.d.ts +129 -0
  192. package/git/models/commit.d.ts.map +1 -0
  193. package/git/models/index.cjs.js +755 -0
  194. package/git/models/index.cjs.js.map +1 -0
  195. package/git/models/index.d.ts +7 -0
  196. package/git/models/index.d.ts.map +1 -0
  197. package/git/models/index.esm.js +729 -0
  198. package/git/models/index.esm.js.map +1 -0
  199. package/git/models/ref.d.ts +120 -0
  200. package/git/models/ref.d.ts.map +1 -0
  201. package/git/models/tag.d.ts +141 -0
  202. package/git/models/tag.d.ts.map +1 -0
  203. package/git/operations/commit.d.ts +97 -0
  204. package/git/operations/commit.d.ts.map +1 -0
  205. package/git/operations/head-info.d.ts +29 -0
  206. package/git/operations/head-info.d.ts.map +1 -0
  207. package/git/operations/index.cjs.js +1954 -0
  208. package/git/operations/index.cjs.js.map +1 -0
  209. package/git/operations/index.d.ts +14 -0
  210. package/git/operations/index.d.ts.map +1 -0
  211. package/git/operations/index.esm.js +1903 -0
  212. package/git/operations/index.esm.js.map +1 -0
  213. package/git/operations/log.d.ts +104 -0
  214. package/git/operations/log.d.ts.map +1 -0
  215. package/git/operations/manage-tags.d.ts +60 -0
  216. package/git/operations/manage-tags.d.ts.map +1 -0
  217. package/git/operations/query-tags.d.ts +88 -0
  218. package/git/operations/query-tags.d.ts.map +1 -0
  219. package/git/operations/stage.d.ts +66 -0
  220. package/git/operations/stage.d.ts.map +1 -0
  221. package/git/operations/status.d.ts +173 -0
  222. package/git/operations/status.d.ts.map +1 -0
  223. package/index.cjs.js +16761 -0
  224. package/index.cjs.js.map +1 -0
  225. package/index.d.ts +102 -0
  226. package/index.d.ts.map +1 -0
  227. package/index.esm.js +16427 -0
  228. package/index.esm.js.map +1 -0
  229. package/package.json +200 -0
  230. package/registry/factory.d.ts +18 -0
  231. package/registry/factory.d.ts.map +1 -0
  232. package/registry/index.cjs.js +543 -0
  233. package/registry/index.cjs.js.map +1 -0
  234. package/registry/index.d.ts +5 -0
  235. package/registry/index.d.ts.map +1 -0
  236. package/registry/index.esm.js +535 -0
  237. package/registry/index.esm.js.map +1 -0
  238. package/registry/models/index.cjs.js +69 -0
  239. package/registry/models/index.cjs.js.map +1 -0
  240. package/registry/models/index.d.ts +6 -0
  241. package/registry/models/index.d.ts.map +1 -0
  242. package/registry/models/index.esm.js +66 -0
  243. package/registry/models/index.esm.js.map +1 -0
  244. package/registry/models/package-info.d.ts +55 -0
  245. package/registry/models/package-info.d.ts.map +1 -0
  246. package/registry/models/registry.d.ts +62 -0
  247. package/registry/models/registry.d.ts.map +1 -0
  248. package/registry/models/version-info.d.ts +67 -0
  249. package/registry/models/version-info.d.ts.map +1 -0
  250. package/registry/npm/cache.d.ts +50 -0
  251. package/registry/npm/cache.d.ts.map +1 -0
  252. package/registry/npm/client.d.ts +30 -0
  253. package/registry/npm/client.d.ts.map +1 -0
  254. package/registry/npm/index.cjs.js +456 -0
  255. package/registry/npm/index.cjs.js.map +1 -0
  256. package/registry/npm/index.d.ts +4 -0
  257. package/registry/npm/index.d.ts.map +1 -0
  258. package/registry/npm/index.esm.js +451 -0
  259. package/registry/npm/index.esm.js.map +1 -0
  260. package/semver/compare/compare.d.ts +100 -0
  261. package/semver/compare/compare.d.ts.map +1 -0
  262. package/semver/compare/index.cjs.js +386 -0
  263. package/semver/compare/index.cjs.js.map +1 -0
  264. package/semver/compare/index.d.ts +3 -0
  265. package/semver/compare/index.d.ts.map +1 -0
  266. package/semver/compare/index.esm.js +370 -0
  267. package/semver/compare/index.esm.js.map +1 -0
  268. package/semver/compare/sort.d.ts +36 -0
  269. package/semver/compare/sort.d.ts.map +1 -0
  270. package/semver/format/index.cjs.js +58 -0
  271. package/semver/format/index.cjs.js.map +1 -0
  272. package/semver/format/index.d.ts +2 -0
  273. package/semver/format/index.d.ts.map +1 -0
  274. package/semver/format/index.esm.js +53 -0
  275. package/semver/format/index.esm.js.map +1 -0
  276. package/semver/format/to-string.d.ts +31 -0
  277. package/semver/format/to-string.d.ts.map +1 -0
  278. package/semver/increment/bump.d.ts +37 -0
  279. package/semver/increment/bump.d.ts.map +1 -0
  280. package/semver/increment/index.cjs.js +223 -0
  281. package/semver/increment/index.cjs.js.map +1 -0
  282. package/semver/increment/index.d.ts +2 -0
  283. package/semver/increment/index.d.ts.map +1 -0
  284. package/semver/increment/index.esm.js +219 -0
  285. package/semver/increment/index.esm.js.map +1 -0
  286. package/semver/index.cjs.js +1499 -0
  287. package/semver/index.cjs.js.map +1 -0
  288. package/semver/index.d.ts +6 -0
  289. package/semver/index.d.ts.map +1 -0
  290. package/semver/index.esm.js +1458 -0
  291. package/semver/index.esm.js.map +1 -0
  292. package/semver/models/index.cjs.js +153 -0
  293. package/semver/models/index.cjs.js.map +1 -0
  294. package/semver/models/index.d.ts +5 -0
  295. package/semver/models/index.d.ts.map +1 -0
  296. package/semver/models/index.esm.js +139 -0
  297. package/semver/models/index.esm.js.map +1 -0
  298. package/semver/models/range.d.ts +83 -0
  299. package/semver/models/range.d.ts.map +1 -0
  300. package/semver/models/version.d.ts +78 -0
  301. package/semver/models/version.d.ts.map +1 -0
  302. package/semver/parse/index.cjs.js +799 -0
  303. package/semver/parse/index.cjs.js.map +1 -0
  304. package/semver/parse/index.d.ts +5 -0
  305. package/semver/parse/index.d.ts.map +1 -0
  306. package/semver/parse/index.esm.js +793 -0
  307. package/semver/parse/index.esm.js.map +1 -0
  308. package/semver/parse/range.d.ts +38 -0
  309. package/semver/parse/range.d.ts.map +1 -0
  310. package/semver/parse/version.d.ts +49 -0
  311. package/semver/parse/version.d.ts.map +1 -0
  312. package/workspace/discovery/changelog-path.d.ts +21 -0
  313. package/workspace/discovery/changelog-path.d.ts.map +1 -0
  314. package/workspace/discovery/dependencies.d.ts +145 -0
  315. package/workspace/discovery/dependencies.d.ts.map +1 -0
  316. package/workspace/discovery/discover-changelogs.d.ts +76 -0
  317. package/workspace/discovery/discover-changelogs.d.ts.map +1 -0
  318. package/workspace/discovery/index.cjs.js +2300 -0
  319. package/workspace/discovery/index.cjs.js.map +1 -0
  320. package/workspace/discovery/index.d.ts +13 -0
  321. package/workspace/discovery/index.d.ts.map +1 -0
  322. package/workspace/discovery/index.esm.js +2283 -0
  323. package/workspace/discovery/index.esm.js.map +1 -0
  324. package/workspace/discovery/packages.d.ts +83 -0
  325. package/workspace/discovery/packages.d.ts.map +1 -0
  326. package/workspace/index.cjs.js +4445 -0
  327. package/workspace/index.cjs.js.map +1 -0
  328. package/workspace/index.d.ts +52 -0
  329. package/workspace/index.d.ts.map +1 -0
  330. package/workspace/index.esm.js +4394 -0
  331. package/workspace/index.esm.js.map +1 -0
  332. package/workspace/models/index.cjs.js +284 -0
  333. package/workspace/models/index.cjs.js.map +1 -0
  334. package/workspace/models/index.d.ts +10 -0
  335. package/workspace/models/index.d.ts.map +1 -0
  336. package/workspace/models/index.esm.js +261 -0
  337. package/workspace/models/index.esm.js.map +1 -0
  338. package/workspace/models/project.d.ts +118 -0
  339. package/workspace/models/project.d.ts.map +1 -0
  340. package/workspace/models/workspace.d.ts +139 -0
  341. package/workspace/models/workspace.d.ts.map +1 -0
  342. package/workspace/operations/batch-update.d.ts +99 -0
  343. package/workspace/operations/batch-update.d.ts.map +1 -0
  344. package/workspace/operations/cascade-bump.d.ts +125 -0
  345. package/workspace/operations/cascade-bump.d.ts.map +1 -0
  346. package/workspace/operations/index.cjs.js +2675 -0
  347. package/workspace/operations/index.cjs.js.map +1 -0
  348. package/workspace/operations/index.d.ts +12 -0
  349. package/workspace/operations/index.d.ts.map +1 -0
  350. package/workspace/operations/index.esm.js +2663 -0
  351. package/workspace/operations/index.esm.js.map +1 -0
  352. package/workspace/operations/validate.d.ts +85 -0
  353. package/workspace/operations/validate.d.ts.map +1 -0
@@ -0,0 +1,564 @@
1
+ /**
2
+ * Safe copies of Map built-in via factory function.
3
+ *
4
+ * Since constructors cannot be safely captured via Object.assign, this module
5
+ * provides a factory function that uses Reflect.construct internally.
6
+ *
7
+ * These references are captured at module initialization time to protect against
8
+ * prototype pollution attacks. Import only what you need for tree-shaking.
9
+ *
10
+ * @module @hyperfrontend/immutable-api-utils/built-in-copy/map
11
+ */
12
+ // Capture references at module initialization time
13
+ const _Map = globalThis.Map;
14
+ const _Reflect = globalThis.Reflect;
15
+ /**
16
+ * (Safe copy) Creates a new Map using the captured Map constructor.
17
+ * Use this instead of `new Map()`.
18
+ *
19
+ * @param iterable - Optional iterable of key-value pairs.
20
+ * @returns A new Map instance.
21
+ */
22
+ const createMap = (iterable) => _Reflect.construct(_Map, iterable ? [iterable] : []);
23
+
24
+ /**
25
+ * Maps section headings to their canonical types.
26
+ * Used during parsing to normalize different heading styles.
27
+ */
28
+ /**
29
+ * Standard section headings for serialization.
30
+ * Maps section types to their preferred heading text.
31
+ */
32
+ const SECTION_HEADINGS = {
33
+ breaking: 'Breaking Changes',
34
+ features: 'Features',
35
+ fixes: 'Bug Fixes',
36
+ performance: 'Performance',
37
+ documentation: 'Documentation',
38
+ deprecations: 'Deprecations',
39
+ refactoring: 'Refactoring',
40
+ tests: 'Tests',
41
+ build: 'Build',
42
+ ci: 'CI',
43
+ chores: 'Chores',
44
+ other: 'Other',
45
+ };
46
+
47
+ /**
48
+ * Changelog Serialization Templates
49
+ *
50
+ * Output templates and formatting helpers for changelog serialization.
51
+ * Provides configurable options for different changelog styles.
52
+ */
53
+ /**
54
+ * Default serialization options.
55
+ */
56
+ const DEFAULT_SERIALIZE_OPTIONS = {
57
+ includeDescription: true,
58
+ includeLinks: true,
59
+ includeCompareUrls: true,
60
+ includeCommits: true,
61
+ includeReferences: true,
62
+ includeScope: true,
63
+ includeRawContent: false,
64
+ sectionOrder: [
65
+ 'breaking',
66
+ 'features',
67
+ 'fixes',
68
+ 'performance',
69
+ 'documentation',
70
+ 'deprecations',
71
+ 'refactoring',
72
+ 'tests',
73
+ 'build',
74
+ 'ci',
75
+ 'chores',
76
+ 'other',
77
+ ],
78
+ sectionHeadings: {},
79
+ lineEnding: '\n',
80
+ entrySpacing: 1,
81
+ sectionSpacing: 1,
82
+ useAsterisks: false,
83
+ };
84
+ /**
85
+ * Merges user options with defaults.
86
+ *
87
+ * @param options - User-provided options
88
+ * @returns Complete options with defaults applied
89
+ */
90
+ function resolveOptions(options) {
91
+ if (!options) {
92
+ return DEFAULT_SERIALIZE_OPTIONS;
93
+ }
94
+ return {
95
+ includeDescription: options.includeDescription ?? DEFAULT_SERIALIZE_OPTIONS.includeDescription,
96
+ includeLinks: options.includeLinks ?? DEFAULT_SERIALIZE_OPTIONS.includeLinks,
97
+ includeCompareUrls: options.includeCompareUrls ?? DEFAULT_SERIALIZE_OPTIONS.includeCompareUrls,
98
+ includeCommits: options.includeCommits ?? DEFAULT_SERIALIZE_OPTIONS.includeCommits,
99
+ includeReferences: options.includeReferences ?? DEFAULT_SERIALIZE_OPTIONS.includeReferences,
100
+ includeScope: options.includeScope ?? DEFAULT_SERIALIZE_OPTIONS.includeScope,
101
+ includeRawContent: options.includeRawContent ?? DEFAULT_SERIALIZE_OPTIONS.includeRawContent,
102
+ sectionOrder: options.sectionOrder ?? DEFAULT_SERIALIZE_OPTIONS.sectionOrder,
103
+ sectionHeadings: options.sectionHeadings ?? DEFAULT_SERIALIZE_OPTIONS.sectionHeadings,
104
+ lineEnding: options.lineEnding ?? DEFAULT_SERIALIZE_OPTIONS.lineEnding,
105
+ entrySpacing: options.entrySpacing ?? DEFAULT_SERIALIZE_OPTIONS.entrySpacing,
106
+ sectionSpacing: options.sectionSpacing ?? DEFAULT_SERIALIZE_OPTIONS.sectionSpacing,
107
+ useAsterisks: options.useAsterisks ?? DEFAULT_SERIALIZE_OPTIONS.useAsterisks,
108
+ };
109
+ }
110
+ /**
111
+ * Gets the heading for a section type, respecting custom headings.
112
+ *
113
+ * @param type - The changelog section type to get the heading for
114
+ * @param customHeadings - Optional map of custom section type to heading overrides
115
+ * @returns The heading string to use
116
+ */
117
+ function getSectionHeading(type, customHeadings) {
118
+ return customHeadings?.[type] ?? SECTION_HEADINGS[type];
119
+ }
120
+ /**
121
+ * Creates a markdown link.
122
+ *
123
+ * @param text - The display text for the link
124
+ * @param url - The destination URL for the link
125
+ * @returns Formatted markdown link
126
+ */
127
+ function formatLink(text, url) {
128
+ return `[${text}](${url})`;
129
+ }
130
+ /**
131
+ * Creates a list item marker.
132
+ *
133
+ * @param useAsterisks - Whether to use * instead of -
134
+ * @returns The list item marker ('- ' or '* ')
135
+ */
136
+ function getListMarker(useAsterisks) {
137
+ return useAsterisks ? '* ' : '- ';
138
+ }
139
+ /**
140
+ * Creates blank lines for spacing.
141
+ *
142
+ * @param count - Number of blank lines
143
+ * @param lineEnding - Line ending style
144
+ * @returns String with specified number of blank lines
145
+ */
146
+ function createSpacing(count, lineEnding) {
147
+ if (count <= 0)
148
+ return '';
149
+ return lineEnding.repeat(count);
150
+ }
151
+
152
+ /**
153
+ * Changelog Serialization to String
154
+ *
155
+ * Converts a Changelog object back to markdown format.
156
+ * Supports configurable output formatting for different changelog styles.
157
+ */
158
+ /**
159
+ * Serializes a Changelog object to markdown string.
160
+ *
161
+ * @param changelog - The changelog to serialize
162
+ * @param options - Optional serialization options
163
+ * @returns The markdown string representation
164
+ *
165
+ * @example
166
+ * ```ts
167
+ * const markdown = serializeChangelog(changelog)
168
+ * ```
169
+ *
170
+ * @example
171
+ * ```ts
172
+ * const markdown = serializeChangelog(changelog, {
173
+ * includeCommits: false,
174
+ * useAsterisks: true,
175
+ * })
176
+ * ```
177
+ */
178
+ function serializeChangelog(changelog, options) {
179
+ const opts = resolveOptions(options);
180
+ const parts = [];
181
+ // Serialize header
182
+ parts.push(serializeHeader(changelog.header, opts));
183
+ // Serialize entries
184
+ for (let i = 0; i < changelog.entries.length; i++) {
185
+ const entry = changelog.entries[i];
186
+ parts.push(serializeEntry(entry, opts));
187
+ // Add spacing between entries (except after the last one)
188
+ if (i < changelog.entries.length - 1) {
189
+ parts.push(createSpacing(opts.entrySpacing, opts.lineEnding));
190
+ }
191
+ }
192
+ return parts.join('');
193
+ }
194
+ /**
195
+ * Serializes the changelog header.
196
+ *
197
+ * @param header - The header to serialize
198
+ * @param opts - Resolved options
199
+ * @returns The serialized header string
200
+ */
201
+ function serializeHeader(header, opts) {
202
+ const parts = [];
203
+ const nl = opts.lineEnding;
204
+ // Title
205
+ parts.push(header.title + nl);
206
+ parts.push(nl);
207
+ // Description
208
+ if (opts.includeDescription && header.description.length > 0) {
209
+ for (const line of header.description) {
210
+ parts.push(line + nl);
211
+ }
212
+ parts.push(nl);
213
+ }
214
+ // Links section
215
+ if (opts.includeLinks && header.links.length > 0) {
216
+ for (const link of header.links) {
217
+ parts.push(serializeLink(link) + nl);
218
+ }
219
+ parts.push(nl);
220
+ }
221
+ return parts.join('');
222
+ }
223
+ /**
224
+ * Serializes a changelog link.
225
+ *
226
+ * @param link - The link to serialize
227
+ * @returns The serialized link
228
+ */
229
+ function serializeLink(link) {
230
+ return `[${link.label}]: ${link.url}`;
231
+ }
232
+ /**
233
+ * Serializes a changelog entry.
234
+ *
235
+ * @param entry - The entry to serialize
236
+ * @param opts - Resolved options
237
+ * @returns The serialized entry string
238
+ */
239
+ function serializeEntry(entry, opts) {
240
+ const parts = [];
241
+ const nl = opts.lineEnding;
242
+ // Entry heading
243
+ parts.push(serializeEntryHeading(entry, opts) + nl);
244
+ parts.push(nl);
245
+ // Raw content fallback
246
+ if (opts.includeRawContent && entry.rawContent) {
247
+ parts.push(entry.rawContent + nl);
248
+ return parts.join('');
249
+ }
250
+ // Sort sections by specified order
251
+ const sortedSections = sortSections(entry.sections, opts.sectionOrder);
252
+ // Serialize sections
253
+ for (let i = 0; i < sortedSections.length; i++) {
254
+ const section = sortedSections[i];
255
+ parts.push(serializeSection(section, opts));
256
+ // Add spacing between sections (except after the last one)
257
+ if (i < sortedSections.length - 1) {
258
+ parts.push(createSpacing(opts.sectionSpacing, nl));
259
+ }
260
+ }
261
+ return parts.join('');
262
+ }
263
+ /**
264
+ * Serializes an entry heading.
265
+ *
266
+ * @param entry - The changelog entry to serialize the heading for
267
+ * @param opts - Resolved serialization options
268
+ * @returns The heading line
269
+ */
270
+ function serializeEntryHeading(entry, opts) {
271
+ const parts = ['## '];
272
+ // Version with optional compare URL
273
+ if (opts.includeCompareUrls && entry.compareUrl) {
274
+ parts.push(formatLink(entry.version, entry.compareUrl));
275
+ }
276
+ else {
277
+ parts.push(entry.version);
278
+ }
279
+ // Date
280
+ if (entry.date) {
281
+ parts.push(` - ${entry.date}`);
282
+ }
283
+ return parts.join('');
284
+ }
285
+ /**
286
+ * Sorts sections by the specified order.
287
+ *
288
+ * @param sections - The sections to sort
289
+ * @param order - The desired section order
290
+ * @returns Sorted sections
291
+ */
292
+ function sortSections(sections, order) {
293
+ const orderMap = createMap();
294
+ order.forEach((type, index) => orderMap.set(type, index));
295
+ return [...sections].sort((a, b) => {
296
+ const orderA = orderMap.get(a.type) ?? Number.MAX_SAFE_INTEGER;
297
+ const orderB = orderMap.get(b.type) ?? Number.MAX_SAFE_INTEGER;
298
+ return orderA - orderB;
299
+ });
300
+ }
301
+ /**
302
+ * Serializes a changelog section.
303
+ *
304
+ * @param section - The section to serialize
305
+ * @param opts - Resolved options
306
+ * @returns The serialized section string
307
+ */
308
+ function serializeSection(section, opts) {
309
+ const parts = [];
310
+ const nl = opts.lineEnding;
311
+ // Section heading - use original heading if available, otherwise generate
312
+ const heading = section.heading || getSectionHeading(section.type, opts.sectionHeadings);
313
+ parts.push(`### ${heading}${nl}`);
314
+ parts.push(nl);
315
+ // Items
316
+ for (const item of section.items) {
317
+ parts.push(serializeItem(item, opts) + nl);
318
+ }
319
+ return parts.join('');
320
+ }
321
+ /**
322
+ * Serializes a changelog item.
323
+ *
324
+ * @param item - The item to serialize
325
+ * @param opts - Resolved options
326
+ * @returns The serialized item string
327
+ */
328
+ function serializeItem(item, opts) {
329
+ const parts = [];
330
+ const marker = getListMarker(opts.useAsterisks);
331
+ parts.push(marker);
332
+ // Breaking change indicator
333
+ if (item.breaking) {
334
+ parts.push('**BREAKING** ');
335
+ }
336
+ // Scope
337
+ if (opts.includeScope && item.scope) {
338
+ parts.push(`**${item.scope}:** `);
339
+ }
340
+ // Description
341
+ parts.push(item.description);
342
+ // Commit references
343
+ if (opts.includeCommits && item.commits.length > 0) {
344
+ parts.push(' (');
345
+ parts.push(item.commits.map(serializeCommitRef).join(', '));
346
+ parts.push(')');
347
+ }
348
+ // Issue/PR references
349
+ if (opts.includeReferences && item.references.length > 0) {
350
+ const refs = item.references.map(serializeIssueRef).join(', ');
351
+ parts.push(` ${refs}`);
352
+ }
353
+ return parts.join('');
354
+ }
355
+ /**
356
+ * Serializes a commit reference.
357
+ *
358
+ * @param ref - The commit reference
359
+ * @returns The serialized reference
360
+ */
361
+ function serializeCommitRef(ref) {
362
+ if (ref.url) {
363
+ return formatLink(ref.shortHash, ref.url);
364
+ }
365
+ return ref.shortHash;
366
+ }
367
+ /**
368
+ * Serializes an issue/PR reference.
369
+ *
370
+ * @param ref - The issue reference
371
+ * @returns The serialized reference
372
+ */
373
+ function serializeIssueRef(ref) {
374
+ const text = `#${ref.number}`;
375
+ if (ref.url) {
376
+ return formatLink(text, ref.url);
377
+ }
378
+ return text;
379
+ }
380
+
381
+ /**
382
+ * Safe copies of JSON built-in methods.
383
+ *
384
+ * These references are captured at module initialization time to protect against
385
+ * prototype pollution attacks. Import only what you need for tree-shaking.
386
+ *
387
+ * @module @hyperfrontend/immutable-api-utils/built-in-copy/json
388
+ */
389
+ // Capture references at module initialization time
390
+ const _JSON = globalThis.JSON;
391
+ /**
392
+ * (Safe copy) Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
393
+ */
394
+ const stringify = _JSON.stringify;
395
+
396
+ /**
397
+ * Changelog Serialization to JSON
398
+ *
399
+ * Converts a Changelog object to JSON format.
400
+ * Useful for storing changelogs in databases or APIs.
401
+ */
402
+ /**
403
+ * Default JSON serialization options.
404
+ */
405
+ const DEFAULT_JSON_OPTIONS = {
406
+ pretty: false,
407
+ indent: 2,
408
+ includeSource: false,
409
+ includeMetadata: true,
410
+ includeEmptyArrays: true,
411
+ };
412
+ /**
413
+ * Resolves JSON serialization options with defaults.
414
+ *
415
+ * @param options - User-provided options
416
+ * @returns Complete options with defaults applied
417
+ */
418
+ function resolveJsonOptions(options) {
419
+ if (!options) {
420
+ return DEFAULT_JSON_OPTIONS;
421
+ }
422
+ return {
423
+ pretty: options.pretty ?? DEFAULT_JSON_OPTIONS.pretty,
424
+ indent: options.indent ?? DEFAULT_JSON_OPTIONS.indent,
425
+ includeSource: options.includeSource ?? DEFAULT_JSON_OPTIONS.includeSource,
426
+ includeMetadata: options.includeMetadata ?? DEFAULT_JSON_OPTIONS.includeMetadata,
427
+ includeEmptyArrays: options.includeEmptyArrays ?? DEFAULT_JSON_OPTIONS.includeEmptyArrays,
428
+ };
429
+ }
430
+ /**
431
+ * Serializes a Changelog object to JSON string.
432
+ *
433
+ * @param changelog - The changelog object to convert to JSON
434
+ * @param options - Optional JSON serialization options
435
+ * @returns The JSON string representation
436
+ *
437
+ * @example
438
+ * ```ts
439
+ * const json = serializeChangelogToJson(changelog)
440
+ * ```
441
+ *
442
+ * @example
443
+ * ```ts
444
+ * const json = serializeChangelogToJson(changelog, {
445
+ * pretty: true,
446
+ * indent: 4,
447
+ * })
448
+ * ```
449
+ */
450
+ function serializeChangelogToJson(changelog, options) {
451
+ const opts = resolveJsonOptions(options);
452
+ const data = toJsonObject(changelog, opts);
453
+ if (opts.pretty) {
454
+ return stringify(data, null, opts.indent);
455
+ }
456
+ return stringify(data);
457
+ }
458
+ /**
459
+ * Converts a Changelog to a plain JSON-serializable object.
460
+ * Useful when you need the object itself rather than a string.
461
+ *
462
+ * @param changelog - The changelog to convert
463
+ * @param options - Optional JSON serialization options
464
+ * @returns A plain object suitable for JSON serialization
465
+ */
466
+ function toJsonObject(changelog, options) {
467
+ const opts = resolveJsonOptions(options);
468
+ const result = {};
469
+ // Source
470
+ if (opts.includeSource && changelog.source) {
471
+ result['source'] = changelog.source;
472
+ }
473
+ // Header
474
+ result['header'] = {
475
+ title: changelog.header.title,
476
+ description: filterEmpty(changelog.header.description, opts.includeEmptyArrays),
477
+ links: filterEmpty(changelog.header.links.map((link) => ({
478
+ label: link.label,
479
+ url: link.url,
480
+ })), opts.includeEmptyArrays),
481
+ };
482
+ // Entries
483
+ result['entries'] = changelog.entries.map((entry) => {
484
+ const entryObj = {
485
+ version: entry.version,
486
+ date: entry.date,
487
+ unreleased: entry.unreleased,
488
+ };
489
+ if (entry.compareUrl) {
490
+ entryObj['compareUrl'] = entry.compareUrl;
491
+ }
492
+ entryObj['sections'] = entry.sections.map((section) => ({
493
+ type: section.type,
494
+ heading: section.heading,
495
+ items: section.items.map((item) => {
496
+ const itemObj = {
497
+ description: item.description,
498
+ breaking: item.breaking,
499
+ };
500
+ if (item.scope) {
501
+ itemObj['scope'] = item.scope;
502
+ }
503
+ itemObj['commits'] = filterEmpty(item.commits.map((commit) => {
504
+ const commitObj = {
505
+ hash: commit.hash,
506
+ shortHash: commit.shortHash,
507
+ };
508
+ if (commit.url) {
509
+ commitObj['url'] = commit.url;
510
+ }
511
+ return commitObj;
512
+ }), opts.includeEmptyArrays);
513
+ itemObj['references'] = filterEmpty(item.references.map((ref) => {
514
+ const refObj = {
515
+ number: ref.number,
516
+ type: ref.type,
517
+ };
518
+ if (ref.url) {
519
+ refObj['url'] = ref.url;
520
+ }
521
+ return refObj;
522
+ }), opts.includeEmptyArrays);
523
+ return itemObj;
524
+ }),
525
+ }));
526
+ if (entry.rawContent) {
527
+ entryObj['rawContent'] = entry.rawContent;
528
+ }
529
+ return entryObj;
530
+ });
531
+ // Metadata
532
+ if (opts.includeMetadata) {
533
+ const metadataObj = {
534
+ format: changelog.metadata.format,
535
+ isConventional: changelog.metadata.isConventional,
536
+ };
537
+ if (changelog.metadata.repositoryUrl) {
538
+ metadataObj['repositoryUrl'] = changelog.metadata.repositoryUrl;
539
+ }
540
+ if (changelog.metadata.packageName) {
541
+ metadataObj['packageName'] = changelog.metadata.packageName;
542
+ }
543
+ metadataObj['warnings'] = filterEmpty(changelog.metadata.warnings, opts.includeEmptyArrays);
544
+ result['metadata'] = metadataObj;
545
+ }
546
+ return result;
547
+ }
548
+ /**
549
+ * Filters out empty arrays if includeEmptyArrays is false.
550
+ *
551
+ * @param arr - The array to filter
552
+ * @param includeEmpty - Whether to include empty arrays
553
+ * @returns The array or undefined if empty and not including empty arrays
554
+ */
555
+ function filterEmpty(arr, includeEmpty) {
556
+ if (!arr)
557
+ return includeEmpty ? [] : undefined;
558
+ if (arr.length === 0 && !includeEmpty)
559
+ return undefined;
560
+ return arr;
561
+ }
562
+
563
+ export { DEFAULT_SERIALIZE_OPTIONS, createSpacing, formatLink, getListMarker, getSectionHeading, resolveOptions, serializeChangelog, serializeChangelogToJson, toJsonObject };
564
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.js","sources":["../../../../../../../../../../libs/utils/immutable-api/src/built-in-copy/map/index.ts","../../../../../../../../../../libs/versioning/src/changelog/models/section.ts","../../../../../../../../../../libs/versioning/src/changelog/serialize/templates.ts","../../../../../../../../../../libs/versioning/src/changelog/serialize/to-string.ts","../../../../../../../../../../libs/utils/immutable-api/src/built-in-copy/json/index.ts","../../../../../../../../../../libs/versioning/src/changelog/serialize/to-json.ts"],"sourcesContent":[null,null,null,null,null,null],"names":[],"mappings":"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"}
@@ -0,0 +1,81 @@
1
+ /**
2
+ * Changelog Serialization Templates
3
+ *
4
+ * Output templates and formatting helpers for changelog serialization.
5
+ * Provides configurable options for different changelog styles.
6
+ */
7
+ import type { ChangelogSectionType } from '../models/section';
8
+ /**
9
+ * Serialization options for controlling output format.
10
+ */
11
+ export interface SerializeOptions {
12
+ /** Include preamble description in header */
13
+ readonly includeDescription?: boolean;
14
+ /** Include links section */
15
+ readonly includeLinks?: boolean;
16
+ /** Include compare URLs for entries */
17
+ readonly includeCompareUrls?: boolean;
18
+ /** Include commit references */
19
+ readonly includeCommits?: boolean;
20
+ /** Include issue/PR references */
21
+ readonly includeReferences?: boolean;
22
+ /** Include scope in items */
23
+ readonly includeScope?: boolean;
24
+ /** Include raw content fallback */
25
+ readonly includeRawContent?: boolean;
26
+ /** Section ordering (defaults to standard order) */
27
+ readonly sectionOrder?: readonly ChangelogSectionType[];
28
+ /** Custom section headings (overrides defaults) */
29
+ readonly sectionHeadings?: Partial<Record<ChangelogSectionType, string>>;
30
+ /** Line ending style */
31
+ readonly lineEnding?: '\n' | '\r\n';
32
+ /** Number of blank lines between entries */
33
+ readonly entrySpacing?: number;
34
+ /** Number of blank lines between sections */
35
+ readonly sectionSpacing?: number;
36
+ /** Use asterisks (*) instead of dashes (-) for list items */
37
+ readonly useAsterisks?: boolean;
38
+ }
39
+ /**
40
+ * Default serialization options.
41
+ */
42
+ export declare const DEFAULT_SERIALIZE_OPTIONS: Required<SerializeOptions>;
43
+ /**
44
+ * Merges user options with defaults.
45
+ *
46
+ * @param options - User-provided options
47
+ * @returns Complete options with defaults applied
48
+ */
49
+ export declare function resolveOptions(options?: SerializeOptions): Required<SerializeOptions>;
50
+ /**
51
+ * Gets the heading for a section type, respecting custom headings.
52
+ *
53
+ * @param type - The changelog section type to get the heading for
54
+ * @param customHeadings - Optional map of custom section type to heading overrides
55
+ * @returns The heading string to use
56
+ */
57
+ export declare function getSectionHeading(type: ChangelogSectionType, customHeadings?: Partial<Record<ChangelogSectionType, string>>): string;
58
+ /**
59
+ * Creates a markdown link.
60
+ *
61
+ * @param text - The display text for the link
62
+ * @param url - The destination URL for the link
63
+ * @returns Formatted markdown link
64
+ */
65
+ export declare function formatLink(text: string, url: string): string;
66
+ /**
67
+ * Creates a list item marker.
68
+ *
69
+ * @param useAsterisks - Whether to use * instead of -
70
+ * @returns The list item marker ('- ' or '* ')
71
+ */
72
+ export declare function getListMarker(useAsterisks: boolean): string;
73
+ /**
74
+ * Creates blank lines for spacing.
75
+ *
76
+ * @param count - Number of blank lines
77
+ * @param lineEnding - Line ending style
78
+ * @returns String with specified number of blank lines
79
+ */
80
+ export declare function createSpacing(count: number, lineEnding: string): string;
81
+ //# sourceMappingURL=templates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/versioning/src/changelog/serialize/templates.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAG7D;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,6CAA6C;IAC7C,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAErC,4BAA4B;IAC5B,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAA;IAE/B,uCAAuC;IACvC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAErC,gCAAgC;IAChC,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAA;IAEjC,kCAAkC;IAClC,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAEpC,6BAA6B;IAC7B,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAA;IAE/B,mCAAmC;IACnC,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAEpC,oDAAoD;IACpD,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,oBAAoB,EAAE,CAAA;IAEvD,mDAAmD;IACnD,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAA;IAExE,wBAAwB;IACxB,QAAQ,CAAC,UAAU,CAAC,EAAE,IAAI,GAAG,MAAM,CAAA;IAEnC,4CAA4C;IAC5C,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAA;IAE9B,6CAA6C;IAC7C,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAA;IAEhC,6DAA6D;IAC7D,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAA;CAChC;AAED;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,gBAAgB,CA2BhE,CAAA;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,QAAQ,CAAC,gBAAgB,CAAC,CAoBrF;AAED;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,oBAAoB,EAAE,cAAc,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,GAAG,MAAM,CAEpI;AAED;;;;;;GAMG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAE5D;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,YAAY,EAAE,OAAO,GAAG,MAAM,CAE3D;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAGvE"}