@quilted/create 0.1.89 → 0.2.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 (1278) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/build/esm/_virtual/index.mjs +2 -2
  3. package/build/esm/_virtual/index2.mjs +2 -2
  4. package/build/esm/_virtual/index3.mjs +2 -2
  5. package/build/esm/_virtual/index4.mjs +2 -2
  6. package/build/esm/_virtual/index7.mjs +2 -2
  7. package/build/esm/app.mjs +21 -21
  8. package/build/esm/cli.mjs +13 -13
  9. package/build/esm/help.mjs +23 -23
  10. package/build/esm/index.mjs +1 -0
  11. package/build/esm/module.mjs +22 -22
  12. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.mjs +23 -20
  13. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.mjs +4 -2
  14. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.mjs +15 -13
  15. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.mjs +83 -79
  16. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.mjs +10 -8
  17. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.mjs +43 -40
  18. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.mjs +21 -19
  19. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.mjs +14 -12
  20. package/build/esm/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.mjs +4 -2
  21. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.mjs +21 -18
  22. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.mjs +15 -13
  23. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.mjs +27 -25
  24. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.mjs +17 -16
  25. package/build/esm/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.mjs +13 -11
  26. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.mjs +19 -17
  27. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.mjs +23 -21
  28. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.mjs +31 -29
  29. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.mjs +11 -9
  30. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.mjs +89 -84
  31. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.mjs +19 -17
  32. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.mjs +8 -6
  33. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.mjs +51 -47
  34. package/build/esm/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.mjs +24 -22
  35. package/build/esm/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.mjs +111 -186
  36. package/build/esm/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.mjs +3 -13
  37. package/build/esm/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.mjs +21 -69
  38. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.mjs +1 -8
  39. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.mjs +8 -15
  40. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.mjs +86 -44
  41. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.mjs +1 -25
  42. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.mjs +99 -65
  43. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.mjs +0 -5
  44. package/build/esm/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.mjs +110 -111
  45. package/build/esm/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.mjs +18 -127
  46. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.mjs +28 -20
  47. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.mjs +3 -1
  48. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.mjs +4 -1
  49. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.mjs +4 -1
  50. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.mjs +3 -1
  51. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.mjs +4 -1
  52. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.mjs +4 -1
  53. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.mjs +0 -1
  54. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.mjs +10 -1
  55. package/build/esm/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.mjs +0 -4
  56. package/build/esm/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.mjs +46 -63
  57. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.mjs +67 -68
  58. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.mjs +14 -12
  59. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.mjs +74 -74
  60. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.mjs +23 -21
  61. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.mjs +63 -61
  62. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.mjs +65 -63
  63. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.mjs +16 -14
  64. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.mjs +51 -49
  65. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.mjs +38 -36
  66. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.mjs +49 -47
  67. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.mjs +31 -30
  68. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.mjs +23 -21
  69. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.mjs +29 -25
  70. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.mjs +35 -34
  71. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.mjs +36 -34
  72. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.mjs +56 -56
  73. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.mjs +44 -43
  74. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.mjs +62 -59
  75. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.mjs +21 -20
  76. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.mjs +7 -5
  77. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.mjs +19 -17
  78. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.mjs +19 -17
  79. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.mjs +32 -30
  80. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.mjs +164 -156
  81. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.mjs +17 -15
  82. package/build/esm/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.mjs +12 -10
  83. package/build/esm/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.mjs +37 -82
  84. package/build/esm/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.mjs +27 -63
  85. package/build/esm/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.mjs +44 -48
  86. package/build/esm/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.mjs +5 -4
  87. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.mjs +37 -58
  88. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.mjs +107 -136
  89. package/build/esm/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.mjs +1 -2
  90. package/build/esm/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.mjs +237 -399
  91. package/build/esm/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.mjs +1 -4
  92. package/build/esm/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.mjs +7 -20
  93. package/build/esm/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.mjs +1 -2
  94. package/build/esm/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.mjs +104 -108
  95. package/build/esm/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.mjs +31 -38
  96. package/build/esm/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.mjs +21 -37
  97. package/build/esm/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.mjs +23 -29
  98. package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.mjs +6 -4
  99. package/build/esm/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.mjs +135 -221
  100. package/build/esm/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.mjs +50 -64
  101. package/build/esm/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.mjs +28 -36
  102. package/build/esm/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.mjs +29 -34
  103. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.mjs +114 -59
  104. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.mjs +209 -205
  105. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.mjs +49 -39
  106. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.mjs +41 -82
  107. package/build/esm/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.mjs +56 -64
  108. package/build/esm/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.mjs +8 -4
  109. package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.mjs +10209 -43
  110. package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.mjs +6184 -61
  111. package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.mjs +21 -49
  112. package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.mjs +6120 -182
  113. package/build/esm/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.mjs +4074 -62
  114. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.mjs +33 -43
  115. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.mjs +29 -39
  116. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.mjs +25 -34
  117. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.mjs +15 -17
  118. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.mjs +21 -29
  119. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.mjs +23 -32
  120. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.mjs +24 -33
  121. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.mjs +26 -35
  122. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.mjs +24 -33
  123. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.mjs +24 -33
  124. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.mjs +268 -289
  125. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.mjs +161 -198
  126. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.mjs +81 -97
  127. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.mjs +236 -254
  128. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.mjs +15 -17
  129. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.mjs +241 -293
  130. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.mjs +229 -254
  131. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.mjs +70 -88
  132. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.mjs +163 -194
  133. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.mjs +224 -249
  134. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.mjs +105 -128
  135. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.mjs +252 -158
  136. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.mjs +207 -228
  137. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.mjs +37 -42
  138. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.mjs +95 -45
  139. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.mjs +23 -24
  140. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.mjs +34 -36
  141. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.mjs +14 -16
  142. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.mjs +14 -17
  143. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.mjs +9 -11
  144. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.mjs +45 -55
  145. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.mjs +18 -19
  146. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.mjs +3 -7
  147. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.mjs +33 -37
  148. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.mjs +29 -46
  149. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.mjs +25 -34
  150. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.mjs +15 -17
  151. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.mjs +21 -28
  152. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.mjs +23 -32
  153. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.mjs +24 -32
  154. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.mjs +26 -37
  155. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.mjs +24 -32
  156. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.mjs +24 -32
  157. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.mjs +238 -268
  158. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.mjs +164 -191
  159. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.mjs +82 -93
  160. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.mjs +205 -213
  161. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.mjs +15 -17
  162. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.mjs +247 -275
  163. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.mjs +196 -218
  164. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.mjs +71 -73
  165. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.mjs +169 -179
  166. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.mjs +190 -213
  167. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.mjs +107 -123
  168. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.mjs +103 -102
  169. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.mjs +207 -212
  170. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.mjs +36 -43
  171. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.mjs +24 -26
  172. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.mjs +23 -24
  173. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.mjs +34 -37
  174. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.mjs +14 -16
  175. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.mjs +14 -18
  176. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.mjs +9 -15
  177. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.mjs +48 -44
  178. package/build/esm/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.mjs +18 -30
  179. package/build/esm/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.mjs +5 -8
  180. package/build/esm/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.mjs +5 -12
  181. package/build/esm/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.mjs +11 -16
  182. package/build/esm/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.mjs +54 -62
  183. package/build/esm/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.mjs +6 -7
  184. package/build/esm/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.mjs +31 -61
  185. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.mjs +58 -0
  186. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-doc.mjs +41 -0
  187. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-node.mjs +93 -0
  188. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-scalar.mjs +71 -0
  189. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/composer.mjs +209 -0
  190. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-map.mjs +90 -0
  191. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-scalar.mjs +185 -0
  192. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-seq.mjs +42 -0
  193. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-end.mjs +39 -0
  194. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-collection.mjs +157 -0
  195. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.mjs +215 -0
  196. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-props.mjs +112 -0
  197. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-contains-newline.mjs +23 -0
  198. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.mjs +26 -0
  199. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-flow-indent-check.mjs +13 -0
  200. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-map-includes.mjs +12 -0
  201. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/Document.mjs +332 -0
  202. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/anchors.mjs +66 -0
  203. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/applyReviver.mjs +40 -0
  204. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/createNode.mjs +75 -0
  205. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/directives.mjs +164 -0
  206. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/errors.mjs +55 -0
  207. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.mjs +7 -0
  208. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Alias.mjs +92 -0
  209. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Collection.mjs +115 -0
  210. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.mjs +47 -0
  211. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Pair.mjs +37 -0
  212. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Scalar.mjs +23 -0
  213. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLMap.mjs +100 -0
  214. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLSeq.mjs +88 -0
  215. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.mjs +83 -0
  216. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/toJS.mjs +37 -0
  217. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/cst.mjs +72 -0
  218. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/lexer.mjs +618 -0
  219. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/line-counter.mjs +43 -0
  220. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/parser.mjs +946 -0
  221. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/public-api.mjs +80 -0
  222. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/Schema.mjs +43 -0
  223. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.mjs +37 -0
  224. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/null.mjs +15 -0
  225. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.mjs +34 -0
  226. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/string.mjs +16 -0
  227. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/bool.mjs +21 -0
  228. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/float.mjs +38 -0
  229. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/int.mjs +41 -0
  230. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/schema.mjs +11 -0
  231. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/json/schema.mjs +62 -0
  232. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/tags.mjs +66 -0
  233. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.mjs +64 -0
  234. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.mjs +28 -0
  235. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/float.mjs +41 -0
  236. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/int.mjs +74 -0
  237. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.mjs +70 -0
  238. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.mjs +61 -0
  239. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.mjs +16 -0
  240. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.mjs +69 -0
  241. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.mjs +101 -0
  242. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.mjs +119 -0
  243. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringify.mjs +105 -0
  244. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyCollection.mjs +162 -0
  245. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyComment.mjs +15 -0
  246. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyDocument.mjs +72 -0
  247. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyNumber.mjs +23 -0
  248. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyPair.mjs +103 -0
  249. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyString.mjs +283 -0
  250. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/visit.mjs +119 -0
  251. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/index.mjs +15 -0
  252. package/build/esm/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.mjs +46 -58
  253. package/build/esm/package.mjs +30 -30
  254. package/build/esm/packages/cli-kit/build/esnext/package-manager.esnext.mjs +52 -0
  255. package/build/esm/packages/cli-kit/build/esnext/prompt.esnext.mjs +16 -0
  256. package/build/esm/packages/events/build/esnext/abort/AbortError.esnext.mjs +12 -0
  257. package/build/esm/{service.mjs → server.mjs} +20 -20
  258. package/build/esm/shared/package-manager.mjs +2 -2
  259. package/build/esm/shared/prompts.mjs +5 -5
  260. package/build/esm/shared/tsconfig.mjs +2 -2
  261. package/build/esm/shared.mjs +8 -8
  262. package/build/esnext/_virtual/index.esnext +2 -2
  263. package/build/esnext/_virtual/index2.esnext +2 -2
  264. package/build/esnext/_virtual/index3.esnext +2 -2
  265. package/build/esnext/_virtual/index4.esnext +2 -2
  266. package/build/esnext/_virtual/index7.esnext +2 -2
  267. package/build/esnext/app.esnext +226 -166
  268. package/build/esnext/help.esnext +46 -30
  269. package/build/esnext/index.esnext +1 -0
  270. package/build/esnext/module.esnext +154 -134
  271. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.esnext +21 -21
  272. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.esnext +3 -6
  273. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.esnext +12 -12
  274. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.esnext +78 -78
  275. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.esnext +4 -7
  276. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.esnext +38 -39
  277. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.esnext +18 -18
  278. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.esnext +11 -11
  279. package/build/esnext/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.esnext +1 -1
  280. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.esnext +19 -19
  281. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.esnext +12 -12
  282. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.esnext +24 -24
  283. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.esnext +14 -15
  284. package/build/esnext/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.esnext +10 -10
  285. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.esnext +16 -16
  286. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.esnext +20 -20
  287. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.esnext +29 -28
  288. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.esnext +8 -8
  289. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.esnext +83 -83
  290. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.esnext +13 -16
  291. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.esnext +5 -5
  292. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.esnext +45 -46
  293. package/build/esnext/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.esnext +21 -21
  294. package/build/esnext/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.esnext +131 -189
  295. package/build/esnext/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.esnext +7 -15
  296. package/build/esnext/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.esnext +30 -87
  297. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.esnext +5 -117
  298. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.esnext +8 -19
  299. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.esnext +88 -49
  300. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.esnext +19 -40
  301. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.esnext +71 -164
  302. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.esnext +5 -10
  303. package/build/esnext/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.esnext +79 -113
  304. package/build/esnext/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.esnext +22 -127
  305. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.esnext +48 -78
  306. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.esnext +1 -1
  307. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.esnext +1 -1
  308. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.esnext +1 -1
  309. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.esnext +1 -1
  310. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.esnext +6 -19
  311. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.esnext +1 -1
  312. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.esnext +1 -1
  313. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.esnext +1 -1
  314. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.esnext +1 -1
  315. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.esnext +1 -1
  316. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.esnext +1 -1
  317. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.esnext +4 -5
  318. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.esnext +2 -8
  319. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.esnext +2 -4
  320. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.esnext +1 -1
  321. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.esnext +4 -4
  322. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.esnext +19 -18
  323. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.esnext +1 -1
  324. package/build/esnext/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.esnext +8 -17
  325. package/build/esnext/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.esnext +48 -67
  326. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.esnext +61 -69
  327. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.esnext +10 -19
  328. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.esnext +77 -79
  329. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.esnext +21 -21
  330. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.esnext +58 -61
  331. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.esnext +60 -63
  332. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.esnext +14 -14
  333. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.esnext +45 -49
  334. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.esnext +29 -36
  335. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.esnext +47 -47
  336. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.esnext +27 -30
  337. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.esnext +21 -21
  338. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.esnext +25 -25
  339. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.esnext +32 -34
  340. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.esnext +34 -34
  341. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.esnext +52 -56
  342. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.esnext +42 -43
  343. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.esnext +56 -60
  344. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.esnext +19 -20
  345. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.esnext +5 -5
  346. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.esnext +17 -17
  347. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.esnext +17 -17
  348. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.esnext +27 -32
  349. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.esnext +137 -168
  350. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.esnext +15 -15
  351. package/build/esnext/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.esnext +10 -10
  352. package/build/esnext/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.esnext +67 -120
  353. package/build/esnext/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.esnext +50 -98
  354. package/build/esnext/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.esnext +36 -50
  355. package/build/esnext/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.esnext +7 -25
  356. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.esnext +40 -59
  357. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.esnext +111 -144
  358. package/build/esnext/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.esnext +3 -4
  359. package/build/esnext/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.esnext +87 -339
  360. package/build/esnext/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.esnext +5 -13
  361. package/build/esnext/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.esnext +25 -50
  362. package/build/esnext/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.esnext +2 -9
  363. package/build/esnext/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.esnext +95 -108
  364. package/build/esnext/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.esnext +30 -40
  365. package/build/esnext/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.esnext +28 -59
  366. package/build/esnext/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.esnext +34 -344
  367. package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.esnext +2 -4
  368. package/build/esnext/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.esnext +246 -612
  369. package/build/esnext/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.esnext +47 -64
  370. package/build/esnext/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.esnext +25 -41
  371. package/build/esnext/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.esnext +33 -40
  372. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.esnext +116 -103
  373. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.esnext +235 -550
  374. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.esnext +28 -231
  375. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.esnext +47 -110
  376. package/build/esnext/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.esnext +59 -66
  377. package/build/esnext/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.esnext +4 -4
  378. package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.esnext +10 -38
  379. package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.esnext +18 -46
  380. package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.esnext +19 -47
  381. package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.esnext +31 -59
  382. package/build/esnext/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.esnext +17 -45
  383. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.esnext +37 -43
  384. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.esnext +30 -39
  385. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.esnext +27 -34
  386. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.esnext +16 -17
  387. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.esnext +22 -29
  388. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.esnext +24 -32
  389. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.esnext +25 -33
  390. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.esnext +27 -35
  391. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.esnext +25 -33
  392. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.esnext +25 -33
  393. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.esnext +259 -289
  394. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.esnext +152 -199
  395. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.esnext +69 -97
  396. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.esnext +218 -254
  397. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.esnext +16 -17
  398. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.esnext +227 -293
  399. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.esnext +217 -254
  400. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.esnext +65 -88
  401. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.esnext +146 -194
  402. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.esnext +216 -249
  403. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.esnext +98 -128
  404. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.esnext +232 -158
  405. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.esnext +64 -228
  406. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.esnext +58 -42
  407. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.esnext +85 -46
  408. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.esnext +16 -25
  409. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.esnext +35 -36
  410. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.esnext +15 -16
  411. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.esnext +12 -18
  412. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.esnext +10 -11
  413. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.esnext +43 -55
  414. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.esnext +16 -20
  415. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.esnext +8 -11
  416. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.esnext +32 -37
  417. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.esnext +30 -46
  418. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.esnext +27 -34
  419. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.esnext +16 -17
  420. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.esnext +22 -28
  421. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.esnext +24 -32
  422. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.esnext +25 -32
  423. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.esnext +27 -37
  424. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.esnext +25 -32
  425. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.esnext +25 -32
  426. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.esnext +224 -268
  427. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.esnext +157 -192
  428. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.esnext +74 -94
  429. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.esnext +184 -213
  430. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.esnext +16 -17
  431. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.esnext +226 -275
  432. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.esnext +187 -218
  433. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.esnext +62 -74
  434. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.esnext +145 -179
  435. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.esnext +186 -213
  436. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.esnext +105 -123
  437. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.esnext +75 -102
  438. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.esnext +66 -212
  439. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.esnext +58 -43
  440. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.esnext +18 -26
  441. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.esnext +13 -25
  442. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.esnext +35 -37
  443. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.esnext +15 -16
  444. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.esnext +12 -19
  445. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.esnext +13 -15
  446. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.esnext +31 -44
  447. package/build/esnext/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.esnext +16 -31
  448. package/build/esnext/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.esnext +3 -9
  449. package/build/esnext/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.esnext +7 -14
  450. package/build/esnext/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.esnext +18 -23
  451. package/build/esnext/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.esnext +59 -62
  452. package/build/esnext/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.esnext +6 -8
  453. package/build/esnext/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.esnext +35 -116
  454. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-collection.esnext +55 -0
  455. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-doc.esnext +36 -0
  456. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-node.esnext +87 -0
  457. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/compose-scalar.esnext +68 -0
  458. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/composer.esnext +198 -0
  459. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-map.esnext +94 -0
  460. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-scalar.esnext +172 -0
  461. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-block-seq.esnext +41 -0
  462. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-end.esnext +37 -0
  463. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-collection.esnext +181 -0
  464. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.esnext +199 -0
  465. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/resolve-props.esnext +118 -0
  466. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-contains-newline.esnext +36 -0
  467. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.esnext +25 -0
  468. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-flow-indent-check.esnext +13 -0
  469. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/compose/util-map-includes.esnext +11 -0
  470. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/Document.esnext +309 -0
  471. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/anchors.esnext +63 -0
  472. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/applyReviver.esnext +44 -0
  473. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/createNode.esnext +69 -0
  474. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/doc/directives.esnext +160 -0
  475. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/errors.esnext +56 -0
  476. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/log.esnext +10 -0
  477. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Alias.esnext +91 -0
  478. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Collection.esnext +136 -0
  479. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Node.esnext +48 -0
  480. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Pair.esnext +34 -0
  481. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/Scalar.esnext +23 -0
  482. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLMap.esnext +111 -0
  483. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/YAMLSeq.esnext +95 -0
  484. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/addPairToJSMap.esnext +89 -0
  485. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/nodes/toJS.esnext +25 -0
  486. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/cst.esnext +67 -0
  487. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/lexer.esnext +558 -0
  488. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/line-counter.esnext +25 -0
  489. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/parse/parser.esnext +843 -0
  490. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/public-api.esnext +72 -0
  491. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/Schema.esnext +28 -0
  492. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/map.esnext +41 -0
  493. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/null.esnext +13 -0
  494. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/seq.esnext +33 -0
  495. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/common/string.esnext +14 -0
  496. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/bool.esnext +19 -0
  497. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/float.esnext +39 -0
  498. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/int.esnext +38 -0
  499. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/core/schema.esnext +23 -0
  500. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/json/schema.esnext +62 -0
  501. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/tags.esnext +77 -0
  502. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.esnext +58 -0
  503. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.esnext +26 -0
  504. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/float.esnext +42 -0
  505. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/int.esnext +71 -0
  506. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.esnext +71 -0
  507. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.esnext +70 -0
  508. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.esnext +37 -0
  509. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/set.esnext +82 -0
  510. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.esnext +81 -0
  511. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/foldFlowLines.esnext +117 -0
  512. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringify.esnext +111 -0
  513. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyCollection.esnext +147 -0
  514. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyComment.esnext +9 -0
  515. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyDocument.esnext +75 -0
  516. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyNumber.esnext +21 -0
  517. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyPair.esnext +107 -0
  518. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/stringify/stringifyString.esnext +260 -0
  519. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/dist/visit.esnext +104 -0
  520. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/browser/index.esnext +15 -0
  521. package/build/esnext/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.esnext +46 -63
  522. package/build/esnext/package.esnext +263 -205
  523. package/build/esnext/packages/cli-kit/build/esnext/package-manager.esnext.esnext +52 -0
  524. package/build/esnext/packages/cli-kit/build/esnext/prompt.esnext.esnext +16 -0
  525. package/build/esnext/packages/events/build/esnext/abort/AbortError.esnext.esnext +12 -0
  526. package/build/esnext/server.esnext +298 -0
  527. package/build/esnext/shared/package-manager.esnext +32 -27
  528. package/build/esnext/shared/prompts.esnext +37 -30
  529. package/build/esnext/shared/tsconfig.esnext +21 -28
  530. package/build/esnext/shared.esnext +59 -59
  531. package/build/tsconfig.tsbuildinfo +1 -1
  532. package/build/typescript/help.d.ts +1 -1
  533. package/build/typescript/help.d.ts.map +1 -1
  534. package/build/typescript/index.d.ts +1 -0
  535. package/build/typescript/index.d.ts.map +1 -1
  536. package/build/typescript/server.d.ts +2 -0
  537. package/build/typescript/server.d.ts.map +1 -0
  538. package/build/typescript/shared/prompts.d.ts +1 -1
  539. package/build/typescript/shared/prompts.d.ts.map +1 -1
  540. package/build/typescript/shared.d.ts +1 -1
  541. package/build/typescript/shared.d.ts.map +1 -1
  542. package/configuration/rollup.config.js +8 -0
  543. package/package.json +6 -4
  544. package/source/cli.ts +5 -5
  545. package/source/help.ts +1 -1
  546. package/source/index.ts +1 -0
  547. package/source/module.ts +11 -11
  548. package/source/package.ts +11 -11
  549. package/source/{service.ts → server.ts} +10 -10
  550. package/source/shared/prompts.ts +1 -1
  551. package/source/shared.ts +2 -2
  552. package/templates/app-basic/features/start/Start/Start.test.tsx +1 -1
  553. package/templates/app-basic/foundation/html/Head.test.tsx +1 -1
  554. package/templates/app-basic/foundation/http/Headers.test.tsx +1 -1
  555. package/templates/app-graphql/features/start/Start/Start.test.tsx +1 -1
  556. package/templates/app-graphql/foundation/html/Head.test.tsx +1 -1
  557. package/templates/app-graphql/foundation/http/Headers.test.tsx +1 -1
  558. package/templates/app-graphql/tests/graphql.ts +0 -1
  559. package/templates/app-trpc/features/start/Start/Start.test.tsx +1 -1
  560. package/templates/app-trpc/foundation/html/Head.test.tsx +1 -1
  561. package/templates/app-trpc/foundation/http/Headers.test.tsx +1 -1
  562. package/templates/app-trpc/tests/render/types.ts +3 -5
  563. package/templates/app-trpc/tests/render.ts +2 -2
  564. package/templates/module/package.json +4 -2
  565. package/templates/package/rollup.config.js +2 -2
  566. package/templates/{service-basic → server-basic}/package.json +1 -1
  567. package/templates/workspace-simple/_gitignore +0 -1
  568. package/templates/workspace-simple/package.json +6 -2
  569. package/tsconfig.json +1 -1
  570. package/build/cjs/_virtual/Alias.cjs +0 -5
  571. package/build/cjs/_virtual/Collection.cjs +0 -5
  572. package/build/cjs/_virtual/Document.cjs +0 -5
  573. package/build/cjs/_virtual/Node.cjs +0 -5
  574. package/build/cjs/_virtual/Pair.cjs +0 -5
  575. package/build/cjs/_virtual/Scalar.cjs +0 -5
  576. package/build/cjs/_virtual/Schema.cjs +0 -5
  577. package/build/cjs/_virtual/YAMLMap.cjs +0 -5
  578. package/build/cjs/_virtual/YAMLSeq.cjs +0 -5
  579. package/build/cjs/_virtual/_commonjsHelpers.cjs +0 -10
  580. package/build/cjs/_virtual/addPairToJSMap.cjs +0 -5
  581. package/build/cjs/_virtual/anchors.cjs +0 -5
  582. package/build/cjs/_virtual/applyReviver.cjs +0 -5
  583. package/build/cjs/_virtual/array.cjs +0 -5
  584. package/build/cjs/_virtual/async.cjs +0 -5
  585. package/build/cjs/_virtual/async2.cjs +0 -5
  586. package/build/cjs/_virtual/async3.cjs +0 -5
  587. package/build/cjs/_virtual/async4.cjs +0 -5
  588. package/build/cjs/_virtual/async5.cjs +0 -5
  589. package/build/cjs/_virtual/async6.cjs +0 -5
  590. package/build/cjs/_virtual/babel.cjs +0 -5
  591. package/build/cjs/_virtual/binary.cjs +0 -5
  592. package/build/cjs/_virtual/bool.cjs +0 -5
  593. package/build/cjs/_virtual/bool2.cjs +0 -5
  594. package/build/cjs/_virtual/common.cjs +0 -5
  595. package/build/cjs/_virtual/common2.cjs +0 -5
  596. package/build/cjs/_virtual/compose-collection.cjs +0 -5
  597. package/build/cjs/_virtual/compose-doc.cjs +0 -5
  598. package/build/cjs/_virtual/compose-node.cjs +0 -5
  599. package/build/cjs/_virtual/compose-scalar.cjs +0 -5
  600. package/build/cjs/_virtual/composer.cjs +0 -5
  601. package/build/cjs/_virtual/constants.cjs +0 -5
  602. package/build/cjs/_virtual/createNode.cjs +0 -5
  603. package/build/cjs/_virtual/cst-scalar.cjs +0 -5
  604. package/build/cjs/_virtual/cst-stringify.cjs +0 -5
  605. package/build/cjs/_virtual/cst-visit.cjs +0 -5
  606. package/build/cjs/_virtual/cst.cjs +0 -5
  607. package/build/cjs/_virtual/deep.cjs +0 -5
  608. package/build/cjs/_virtual/directives.cjs +0 -5
  609. package/build/cjs/_virtual/entry.cjs +0 -5
  610. package/build/cjs/_virtual/entry2.cjs +0 -5
  611. package/build/cjs/_virtual/errno.cjs +0 -5
  612. package/build/cjs/_virtual/error.cjs +0 -5
  613. package/build/cjs/_virtual/errors.cjs +0 -5
  614. package/build/cjs/_virtual/estree.cjs +0 -5
  615. package/build/cjs/_virtual/float.cjs +0 -5
  616. package/build/cjs/_virtual/float2.cjs +0 -5
  617. package/build/cjs/_virtual/foldFlowLines.cjs +0 -5
  618. package/build/cjs/_virtual/fs.cjs +0 -5
  619. package/build/cjs/_virtual/fs2.cjs +0 -5
  620. package/build/cjs/_virtual/fs3.cjs +0 -5
  621. package/build/cjs/_virtual/fs4.cjs +0 -5
  622. package/build/cjs/_virtual/index.cjs +0 -5
  623. package/build/cjs/_virtual/index2.cjs +0 -5
  624. package/build/cjs/_virtual/index3.cjs +0 -5
  625. package/build/cjs/_virtual/index4.cjs +0 -5
  626. package/build/cjs/_virtual/index5.cjs +0 -5
  627. package/build/cjs/_virtual/index6.cjs +0 -5
  628. package/build/cjs/_virtual/index7.cjs +0 -5
  629. package/build/cjs/_virtual/index8.cjs +0 -5
  630. package/build/cjs/_virtual/int.cjs +0 -5
  631. package/build/cjs/_virtual/int2.cjs +0 -5
  632. package/build/cjs/_virtual/lexer.cjs +0 -5
  633. package/build/cjs/_virtual/line-counter.cjs +0 -5
  634. package/build/cjs/_virtual/log.cjs +0 -5
  635. package/build/cjs/_virtual/map.cjs +0 -5
  636. package/build/cjs/_virtual/matcher.cjs +0 -5
  637. package/build/cjs/_virtual/null.cjs +0 -5
  638. package/build/cjs/_virtual/omap.cjs +0 -5
  639. package/build/cjs/_virtual/pairs.cjs +0 -5
  640. package/build/cjs/_virtual/parser.cjs +0 -5
  641. package/build/cjs/_virtual/partial.cjs +0 -5
  642. package/build/cjs/_virtual/path.cjs +0 -5
  643. package/build/cjs/_virtual/pattern.cjs +0 -5
  644. package/build/cjs/_virtual/patterns.cjs +0 -5
  645. package/build/cjs/_virtual/prompts.cjs +0 -5
  646. package/build/cjs/_virtual/prompts2.cjs +0 -5
  647. package/build/cjs/_virtual/provider.cjs +0 -5
  648. package/build/cjs/_virtual/public-api.cjs +0 -5
  649. package/build/cjs/_virtual/queue.cjs +0 -5
  650. package/build/cjs/_virtual/reader.cjs +0 -5
  651. package/build/cjs/_virtual/reader2.cjs +0 -5
  652. package/build/cjs/_virtual/resolve-block-map.cjs +0 -5
  653. package/build/cjs/_virtual/resolve-block-scalar.cjs +0 -5
  654. package/build/cjs/_virtual/resolve-block-seq.cjs +0 -5
  655. package/build/cjs/_virtual/resolve-end.cjs +0 -5
  656. package/build/cjs/_virtual/resolve-flow-collection.cjs +0 -5
  657. package/build/cjs/_virtual/resolve-flow-scalar.cjs +0 -5
  658. package/build/cjs/_virtual/resolve-props.cjs +0 -5
  659. package/build/cjs/_virtual/schema2.cjs +0 -5
  660. package/build/cjs/_virtual/schema3.cjs +0 -5
  661. package/build/cjs/_virtual/schema4.cjs +0 -5
  662. package/build/cjs/_virtual/seq.cjs +0 -5
  663. package/build/cjs/_virtual/set.cjs +0 -5
  664. package/build/cjs/_virtual/settings.cjs +0 -5
  665. package/build/cjs/_virtual/settings2.cjs +0 -5
  666. package/build/cjs/_virtual/settings3.cjs +0 -5
  667. package/build/cjs/_virtual/settings4.cjs +0 -5
  668. package/build/cjs/_virtual/standalone.cjs +0 -5
  669. package/build/cjs/_virtual/stream.cjs +0 -5
  670. package/build/cjs/_virtual/stream2.cjs +0 -5
  671. package/build/cjs/_virtual/stream3.cjs +0 -5
  672. package/build/cjs/_virtual/stream4.cjs +0 -5
  673. package/build/cjs/_virtual/string.cjs +0 -5
  674. package/build/cjs/_virtual/string2.cjs +0 -5
  675. package/build/cjs/_virtual/stringify.cjs +0 -5
  676. package/build/cjs/_virtual/stringifyCollection.cjs +0 -5
  677. package/build/cjs/_virtual/stringifyComment.cjs +0 -5
  678. package/build/cjs/_virtual/stringifyDocument.cjs +0 -5
  679. package/build/cjs/_virtual/stringifyNumber.cjs +0 -5
  680. package/build/cjs/_virtual/stringifyPair.cjs +0 -5
  681. package/build/cjs/_virtual/stringifyString.cjs +0 -5
  682. package/build/cjs/_virtual/sync.cjs +0 -5
  683. package/build/cjs/_virtual/sync2.cjs +0 -5
  684. package/build/cjs/_virtual/sync3.cjs +0 -5
  685. package/build/cjs/_virtual/sync4.cjs +0 -5
  686. package/build/cjs/_virtual/sync5.cjs +0 -5
  687. package/build/cjs/_virtual/sync6.cjs +0 -5
  688. package/build/cjs/_virtual/tags.cjs +0 -5
  689. package/build/cjs/_virtual/tasks.cjs +0 -5
  690. package/build/cjs/_virtual/timestamp.cjs +0 -5
  691. package/build/cjs/_virtual/toJS.cjs +0 -5
  692. package/build/cjs/_virtual/typescript.cjs +0 -5
  693. package/build/cjs/_virtual/util-contains-newline.cjs +0 -5
  694. package/build/cjs/_virtual/util-empty-scalar-position.cjs +0 -5
  695. package/build/cjs/_virtual/util-flow-indent-check.cjs +0 -5
  696. package/build/cjs/_virtual/util-map-includes.cjs +0 -5
  697. package/build/cjs/_virtual/utils.cjs +0 -5
  698. package/build/cjs/_virtual/utils2.cjs +0 -5
  699. package/build/cjs/_virtual/visit.cjs +0 -5
  700. package/build/cjs/_virtual/yaml.cjs +0 -5
  701. package/build/cjs/app.cjs +0 -328
  702. package/build/cjs/cli.cjs +0 -111
  703. package/build/cjs/help.cjs +0 -113
  704. package/build/cjs/index.cjs +0 -11
  705. package/build/cjs/module.cjs +0 -302
  706. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/adapters/fs.cjs +0 -25
  707. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.cjs +0 -24
  708. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.cjs +0 -39
  709. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.cjs +0 -120
  710. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.cjs +0 -20
  711. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.cjs +0 -69
  712. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/settings.cjs +0 -32
  713. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.cjs +0 -26
  714. package/build/cjs/node_modules/.pnpm/@nodelib_fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.cjs +0 -14
  715. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/adapters/fs.cjs +0 -23
  716. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.cjs +0 -39
  717. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.cjs +0 -43
  718. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.cjs +0 -30
  719. package/build/cjs/node_modules/.pnpm/@nodelib_fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/settings.cjs +0 -21
  720. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.cjs +0 -49
  721. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/async.cjs +0 -35
  722. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/stream.cjs +0 -40
  723. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/providers/sync.cjs +0 -19
  724. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/async.cjs +0 -108
  725. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.cjs +0 -38
  726. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/reader.cjs +0 -16
  727. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/sync.cjs +0 -68
  728. package/build/cjs/node_modules/.pnpm/@nodelib_fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/settings.cjs +0 -32
  729. package/build/cjs/node_modules/.pnpm/arg@5.0.2/node_modules/arg/index.cjs +0 -205
  730. package/build/cjs/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.cjs +0 -65
  731. package/build/cjs/node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.cjs +0 -208
  732. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.cjs +0 -177
  733. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.cjs +0 -63
  734. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.cjs +0 -59
  735. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.cjs +0 -120
  736. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.cjs +0 -335
  737. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.cjs +0 -36
  738. package/build/cjs/node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.cjs +0 -117
  739. package/build/cjs/node_modules/.pnpm/colorette@2.0.19/node_modules/colorette/index.cjs +0 -231
  740. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +0 -168
  741. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaLists/commaLists.cjs +0 -8
  742. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +0 -8
  743. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +0 -8
  744. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/html/html.cjs +0 -10
  745. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +0 -48
  746. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/inlineLists/inlineLists.cjs +0 -8
  747. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLine/oneLine.cjs +0 -7
  748. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +0 -8
  749. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +0 -8
  750. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +0 -8
  751. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +0 -8
  752. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +0 -7
  753. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +0 -23
  754. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +0 -22
  755. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +0 -22
  756. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/safeHtml/safeHtml.cjs +0 -10
  757. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +0 -20
  758. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndent/stripIndent.cjs +0 -11
  759. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +0 -37
  760. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/stripIndents/stripIndents.cjs +0 -7
  761. package/build/cjs/node_modules/.pnpm/common-tags@1.8.2/node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +0 -33
  762. package/build/cjs/node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.cjs +0 -89
  763. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/index.cjs +0 -91
  764. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/patterns.cjs +0 -28
  765. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/managers/tasks.cjs +0 -89
  766. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/async.cjs +0 -30
  767. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/deep.cjs +0 -69
  768. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/entry.cjs +0 -69
  769. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/filters/error.cjs +0 -20
  770. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/matcher.cjs +0 -55
  771. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/matchers/partial.cjs +0 -43
  772. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/provider.cjs +0 -60
  773. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/stream.cjs +0 -39
  774. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/sync.cjs +0 -30
  775. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/providers/transformers/entry.cjs +0 -31
  776. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/async.cjs +0 -44
  777. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/reader.cjs +0 -41
  778. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/stream.cjs +0 -65
  779. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/readers/sync.cjs +0 -52
  780. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/settings.cjs +0 -64
  781. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/array.cjs +0 -29
  782. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/errno.cjs +0 -14
  783. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/fs.cjs +0 -26
  784. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/index.cjs +0 -38
  785. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/path.cjs +0 -41
  786. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/pattern.cjs +0 -179
  787. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/stream.cjs +0 -25
  788. package/build/cjs/node_modules/.pnpm/fast-glob@3.2.12/node_modules/fast-glob/out/utils/string.cjs +0 -18
  789. package/build/cjs/node_modules/.pnpm/fastq@1.13.0/node_modules/fastq/queue.cjs +0 -290
  790. package/build/cjs/node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.cjs +0 -254
  791. package/build/cjs/node_modules/.pnpm/find-up@6.3.0/node_modules/find-up/index.cjs +0 -62
  792. package/build/cjs/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.cjs +0 -48
  793. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/ignore.cjs +0 -81
  794. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/index.cjs +0 -170
  795. package/build/cjs/node_modules/.pnpm/globby@13.1.1/node_modules/globby/utilities.cjs +0 -10
  796. package/build/cjs/node_modules/.pnpm/ignore@5.2.4/node_modules/ignore/index.cjs +0 -628
  797. package/build/cjs/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.cjs +0 -24
  798. package/build/cjs/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.cjs +0 -156
  799. package/build/cjs/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.cjs +0 -20
  800. package/build/cjs/node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.cjs +0 -115
  801. package/build/cjs/node_modules/.pnpm/locate-path@7.1.0/node_modules/locate-path/index.cjs +0 -51
  802. package/build/cjs/node_modules/.pnpm/merge2@1.4.1/node_modules/merge2/index.cjs +0 -149
  803. package/build/cjs/node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.cjs +0 -475
  804. package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/lib/path.cjs +0 -8
  805. package/build/cjs/node_modules/.pnpm/minimatch@5.1.0/node_modules/minimatch/minimatch.cjs +0 -924
  806. package/build/cjs/node_modules/.pnpm/p-limit@4.0.0/node_modules/p-limit/index.cjs +0 -74
  807. package/build/cjs/node_modules/.pnpm/p-locate@6.0.0/node_modules/p-locate/index.cjs +0 -54
  808. package/build/cjs/node_modules/.pnpm/path-type@4.0.0/node_modules/path-type/index.cjs +0 -52
  809. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.cjs +0 -7
  810. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.cjs +0 -183
  811. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.cjs +0 -1097
  812. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.cjs +0 -351
  813. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.cjs +0 -397
  814. package/build/cjs/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.cjs +0 -71
  815. package/build/cjs/node_modules/.pnpm/pkg-dir@6.0.1/node_modules/pkg-dir/index.cjs +0 -11
  816. package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/babel.cjs +0 -51
  817. package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/estree.cjs +0 -70
  818. package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/typescript.cjs +0 -62
  819. package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/plugins/yaml.cjs +0 -196
  820. package/build/cjs/node_modules/.pnpm/prettier@3.0.0/node_modules/prettier/standalone.cjs +0 -69
  821. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.cjs +0 -50
  822. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.cjs +0 -48
  823. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.cjs +0 -43
  824. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.cjs +0 -34
  825. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.cjs +0 -38
  826. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.cjs +0 -41
  827. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.cjs +0 -42
  828. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.cjs +0 -44
  829. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.cjs +0 -42
  830. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.cjs +0 -42
  831. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.cjs +0 -301
  832. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.cjs +0 -217
  833. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.cjs +0 -109
  834. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.cjs +0 -267
  835. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.cjs +0 -34
  836. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.cjs +0 -305
  837. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.cjs +0 -266
  838. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.cjs +0 -99
  839. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.cjs +0 -206
  840. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.cjs +0 -261
  841. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.cjs +0 -140
  842. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.cjs +0 -167
  843. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.cjs +0 -237
  844. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.cjs +0 -49
  845. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.cjs +0 -56
  846. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.cjs +0 -32
  847. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.cjs +0 -43
  848. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.cjs +0 -32
  849. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.cjs +0 -27
  850. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.cjs +0 -18
  851. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.cjs +0 -65
  852. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.cjs +0 -27
  853. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.cjs +0 -26
  854. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.cjs +0 -44
  855. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.cjs +0 -55
  856. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.cjs +0 -43
  857. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.cjs +0 -34
  858. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.cjs +0 -37
  859. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.cjs +0 -41
  860. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.cjs +0 -41
  861. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.cjs +0 -46
  862. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.cjs +0 -41
  863. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.cjs +0 -41
  864. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.cjs +0 -280
  865. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.cjs +0 -210
  866. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.cjs +0 -106
  867. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.cjs +0 -226
  868. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.cjs +0 -34
  869. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.cjs +0 -287
  870. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.cjs +0 -230
  871. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.cjs +0 -85
  872. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.cjs +0 -191
  873. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.cjs +0 -225
  874. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.cjs +0 -135
  875. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.cjs +0 -111
  876. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.cjs +0 -221
  877. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.cjs +0 -50
  878. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.cjs +0 -36
  879. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.cjs +0 -32
  880. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.cjs +0 -44
  881. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.cjs +0 -32
  882. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.cjs +0 -28
  883. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.cjs +0 -22
  884. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.cjs +0 -54
  885. package/build/cjs/node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.cjs +0 -38
  886. package/build/cjs/node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.cjs +0 -16
  887. package/build/cjs/node_modules/.pnpm/reusify@1.0.4/node_modules/reusify/reusify.cjs +0 -35
  888. package/build/cjs/node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.cjs +0 -58
  889. package/build/cjs/node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.cjs +0 -69
  890. package/build/cjs/node_modules/.pnpm/slash@4.0.0/node_modules/slash/index.cjs +0 -16
  891. package/build/cjs/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.cjs +0 -292
  892. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.cjs +0 -77
  893. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.cjs +0 -56
  894. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.cjs +0 -109
  895. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.cjs +0 -96
  896. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.cjs +0 -239
  897. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.cjs +0 -127
  898. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.cjs +0 -204
  899. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.cjs +0 -59
  900. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.cjs +0 -45
  901. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.cjs +0 -224
  902. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.cjs +0 -235
  903. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.cjs +0 -142
  904. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.cjs +0 -42
  905. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.cjs +0 -35
  906. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.cjs +0 -25
  907. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.cjs +0 -27
  908. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.cjs +0 -364
  909. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.cjs +0 -87
  910. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.cjs +0 -62
  911. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.cjs +0 -99
  912. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.cjs +0 -181
  913. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.cjs +0 -68
  914. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.cjs +0 -61
  915. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.cjs +0 -23
  916. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.cjs +0 -108
  917. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.cjs +0 -161
  918. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.cjs +0 -72
  919. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.cjs +0 -53
  920. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.cjs +0 -36
  921. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.cjs +0 -137
  922. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.cjs +0 -115
  923. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.cjs +0 -122
  924. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.cjs +0 -47
  925. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.cjs +0 -232
  926. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.cjs +0 -69
  927. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.cjs +0 -105
  928. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.cjs +0 -124
  929. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.cjs +0 -711
  930. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.cjs +0 -47
  931. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.cjs +0 -964
  932. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.cjs +0 -122
  933. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.cjs +0 -56
  934. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.cjs +0 -56
  935. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.cjs +0 -25
  936. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.cjs +0 -47
  937. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.cjs +0 -24
  938. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.cjs +0 -29
  939. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.cjs +0 -57
  940. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.cjs +0 -50
  941. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.cjs +0 -45
  942. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.cjs +0 -76
  943. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.cjs +0 -122
  944. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.cjs +0 -78
  945. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.cjs +0 -37
  946. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.cjs +0 -60
  947. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.cjs +0 -84
  948. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.cjs +0 -92
  949. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.cjs +0 -95
  950. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.cjs +0 -69
  951. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.cjs +0 -106
  952. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.cjs +0 -113
  953. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.cjs +0 -146
  954. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.cjs +0 -139
  955. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.cjs +0 -167
  956. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.cjs +0 -30
  957. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.cjs +0 -99
  958. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.cjs +0 -32
  959. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.cjs +0 -141
  960. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.cjs +0 -326
  961. package/build/cjs/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.cjs +0 -244
  962. package/build/cjs/node_modules/.pnpm/yocto-queue@1.0.0/node_modules/yocto-queue/index.cjs +0 -73
  963. package/build/cjs/package.cjs +0 -447
  964. package/build/cjs/packages/cli-kit/source/package-manager.cjs +0 -61
  965. package/build/cjs/packages/cli-kit/source/prompt.cjs +0 -18
  966. package/build/cjs/packages/events/source/abort/AbortError.cjs +0 -21
  967. package/build/cjs/service.cjs +0 -302
  968. package/build/cjs/shared/package-manager.cjs +0 -54
  969. package/build/cjs/shared/prompts.cjs +0 -86
  970. package/build/cjs/shared/tsconfig.cjs +0 -75
  971. package/build/cjs/shared.cjs +0 -210
  972. package/build/esm/_virtual/Alias.mjs +0 -3
  973. package/build/esm/_virtual/Collection.mjs +0 -3
  974. package/build/esm/_virtual/Document.mjs +0 -3
  975. package/build/esm/_virtual/Node.mjs +0 -3
  976. package/build/esm/_virtual/Pair.mjs +0 -3
  977. package/build/esm/_virtual/Scalar.mjs +0 -3
  978. package/build/esm/_virtual/Schema.mjs +0 -3
  979. package/build/esm/_virtual/YAMLMap.mjs +0 -3
  980. package/build/esm/_virtual/YAMLSeq.mjs +0 -3
  981. package/build/esm/_virtual/addPairToJSMap.mjs +0 -3
  982. package/build/esm/_virtual/anchors.mjs +0 -3
  983. package/build/esm/_virtual/applyReviver.mjs +0 -3
  984. package/build/esm/_virtual/babel.mjs +0 -3
  985. package/build/esm/_virtual/binary.mjs +0 -3
  986. package/build/esm/_virtual/bool.mjs +0 -3
  987. package/build/esm/_virtual/bool2.mjs +0 -3
  988. package/build/esm/_virtual/compose-collection.mjs +0 -3
  989. package/build/esm/_virtual/compose-doc.mjs +0 -3
  990. package/build/esm/_virtual/compose-node.mjs +0 -3
  991. package/build/esm/_virtual/compose-scalar.mjs +0 -3
  992. package/build/esm/_virtual/composer.mjs +0 -3
  993. package/build/esm/_virtual/createNode.mjs +0 -3
  994. package/build/esm/_virtual/cst-scalar.mjs +0 -3
  995. package/build/esm/_virtual/cst-stringify.mjs +0 -3
  996. package/build/esm/_virtual/cst-visit.mjs +0 -3
  997. package/build/esm/_virtual/cst.mjs +0 -3
  998. package/build/esm/_virtual/directives.mjs +0 -3
  999. package/build/esm/_virtual/errors.mjs +0 -3
  1000. package/build/esm/_virtual/estree.mjs +0 -3
  1001. package/build/esm/_virtual/float.mjs +0 -3
  1002. package/build/esm/_virtual/float2.mjs +0 -3
  1003. package/build/esm/_virtual/foldFlowLines.mjs +0 -3
  1004. package/build/esm/_virtual/index8.mjs +0 -3
  1005. package/build/esm/_virtual/int.mjs +0 -3
  1006. package/build/esm/_virtual/int2.mjs +0 -3
  1007. package/build/esm/_virtual/lexer.mjs +0 -3
  1008. package/build/esm/_virtual/line-counter.mjs +0 -3
  1009. package/build/esm/_virtual/log.mjs +0 -3
  1010. package/build/esm/_virtual/map.mjs +0 -3
  1011. package/build/esm/_virtual/null.mjs +0 -3
  1012. package/build/esm/_virtual/omap.mjs +0 -3
  1013. package/build/esm/_virtual/pairs.mjs +0 -3
  1014. package/build/esm/_virtual/parser.mjs +0 -3
  1015. package/build/esm/_virtual/public-api.mjs +0 -3
  1016. package/build/esm/_virtual/resolve-block-map.mjs +0 -3
  1017. package/build/esm/_virtual/resolve-block-scalar.mjs +0 -3
  1018. package/build/esm/_virtual/resolve-block-seq.mjs +0 -3
  1019. package/build/esm/_virtual/resolve-end.mjs +0 -3
  1020. package/build/esm/_virtual/resolve-flow-collection.mjs +0 -3
  1021. package/build/esm/_virtual/resolve-flow-scalar.mjs +0 -3
  1022. package/build/esm/_virtual/resolve-props.mjs +0 -3
  1023. package/build/esm/_virtual/schema2.mjs +0 -3
  1024. package/build/esm/_virtual/schema3.mjs +0 -3
  1025. package/build/esm/_virtual/schema4.mjs +0 -3
  1026. package/build/esm/_virtual/seq.mjs +0 -3
  1027. package/build/esm/_virtual/set.mjs +0 -3
  1028. package/build/esm/_virtual/standalone.mjs +0 -3
  1029. package/build/esm/_virtual/string2.mjs +0 -3
  1030. package/build/esm/_virtual/stringify.mjs +0 -3
  1031. package/build/esm/_virtual/stringifyCollection.mjs +0 -3
  1032. package/build/esm/_virtual/stringifyComment.mjs +0 -3
  1033. package/build/esm/_virtual/stringifyDocument.mjs +0 -3
  1034. package/build/esm/_virtual/stringifyNumber.mjs +0 -3
  1035. package/build/esm/_virtual/stringifyPair.mjs +0 -3
  1036. package/build/esm/_virtual/stringifyString.mjs +0 -3
  1037. package/build/esm/_virtual/tags.mjs +0 -3
  1038. package/build/esm/_virtual/timestamp.mjs +0 -3
  1039. package/build/esm/_virtual/toJS.mjs +0 -3
  1040. package/build/esm/_virtual/typescript.mjs +0 -3
  1041. package/build/esm/_virtual/util-contains-newline.mjs +0 -3
  1042. package/build/esm/_virtual/util-empty-scalar-position.mjs +0 -3
  1043. package/build/esm/_virtual/util-flow-indent-check.mjs +0 -3
  1044. package/build/esm/_virtual/util-map-includes.mjs +0 -3
  1045. package/build/esm/_virtual/visit.mjs +0 -3
  1046. package/build/esm/_virtual/yaml.mjs +0 -3
  1047. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.mjs +0 -73
  1048. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.mjs +0 -52
  1049. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.mjs +0 -105
  1050. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.mjs +0 -92
  1051. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.mjs +0 -235
  1052. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.mjs +0 -123
  1053. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.mjs +0 -200
  1054. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.mjs +0 -55
  1055. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.mjs +0 -41
  1056. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.mjs +0 -220
  1057. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.mjs +0 -231
  1058. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.mjs +0 -138
  1059. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.mjs +0 -38
  1060. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.mjs +0 -31
  1061. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.mjs +0 -21
  1062. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.mjs +0 -23
  1063. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.mjs +0 -360
  1064. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.mjs +0 -83
  1065. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.mjs +0 -58
  1066. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.mjs +0 -95
  1067. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.mjs +0 -177
  1068. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.mjs +0 -64
  1069. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.mjs +0 -57
  1070. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.mjs +0 -19
  1071. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.mjs +0 -104
  1072. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.mjs +0 -157
  1073. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.mjs +0 -68
  1074. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.mjs +0 -49
  1075. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.mjs +0 -32
  1076. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.mjs +0 -133
  1077. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.mjs +0 -111
  1078. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.mjs +0 -118
  1079. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.mjs +0 -43
  1080. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.mjs +0 -228
  1081. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.mjs +0 -65
  1082. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.mjs +0 -101
  1083. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.mjs +0 -120
  1084. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.mjs +0 -707
  1085. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.mjs +0 -43
  1086. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.mjs +0 -960
  1087. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.mjs +0 -118
  1088. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.mjs +0 -52
  1089. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.mjs +0 -52
  1090. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.mjs +0 -21
  1091. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.mjs +0 -43
  1092. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.mjs +0 -20
  1093. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.mjs +0 -25
  1094. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.mjs +0 -53
  1095. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.mjs +0 -46
  1096. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.mjs +0 -41
  1097. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.mjs +0 -72
  1098. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.mjs +0 -118
  1099. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.mjs +0 -74
  1100. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.mjs +0 -33
  1101. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.mjs +0 -56
  1102. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.mjs +0 -80
  1103. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.mjs +0 -88
  1104. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.mjs +0 -91
  1105. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.mjs +0 -65
  1106. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.mjs +0 -102
  1107. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.mjs +0 -109
  1108. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.mjs +0 -142
  1109. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.mjs +0 -135
  1110. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.mjs +0 -163
  1111. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.mjs +0 -26
  1112. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.mjs +0 -95
  1113. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.mjs +0 -28
  1114. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.mjs +0 -137
  1115. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.mjs +0 -322
  1116. package/build/esm/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.mjs +0 -240
  1117. package/build/esm/packages/cli-kit/source/package-manager.mjs +0 -58
  1118. package/build/esm/packages/cli-kit/source/prompt.mjs +0 -16
  1119. package/build/esm/packages/events/source/abort/AbortError.mjs +0 -19
  1120. package/build/esnext/_virtual/Alias.esnext +0 -3
  1121. package/build/esnext/_virtual/Collection.esnext +0 -3
  1122. package/build/esnext/_virtual/Document.esnext +0 -3
  1123. package/build/esnext/_virtual/Node.esnext +0 -3
  1124. package/build/esnext/_virtual/Pair.esnext +0 -3
  1125. package/build/esnext/_virtual/Scalar.esnext +0 -3
  1126. package/build/esnext/_virtual/Schema.esnext +0 -3
  1127. package/build/esnext/_virtual/YAMLMap.esnext +0 -3
  1128. package/build/esnext/_virtual/YAMLSeq.esnext +0 -3
  1129. package/build/esnext/_virtual/addPairToJSMap.esnext +0 -3
  1130. package/build/esnext/_virtual/anchors.esnext +0 -3
  1131. package/build/esnext/_virtual/applyReviver.esnext +0 -3
  1132. package/build/esnext/_virtual/babel.esnext +0 -3
  1133. package/build/esnext/_virtual/binary.esnext +0 -3
  1134. package/build/esnext/_virtual/bool.esnext +0 -3
  1135. package/build/esnext/_virtual/bool2.esnext +0 -3
  1136. package/build/esnext/_virtual/compose-collection.esnext +0 -3
  1137. package/build/esnext/_virtual/compose-doc.esnext +0 -3
  1138. package/build/esnext/_virtual/compose-node.esnext +0 -3
  1139. package/build/esnext/_virtual/compose-scalar.esnext +0 -3
  1140. package/build/esnext/_virtual/composer.esnext +0 -3
  1141. package/build/esnext/_virtual/createNode.esnext +0 -3
  1142. package/build/esnext/_virtual/cst-scalar.esnext +0 -3
  1143. package/build/esnext/_virtual/cst-stringify.esnext +0 -3
  1144. package/build/esnext/_virtual/cst-visit.esnext +0 -3
  1145. package/build/esnext/_virtual/cst.esnext +0 -3
  1146. package/build/esnext/_virtual/directives.esnext +0 -3
  1147. package/build/esnext/_virtual/errors.esnext +0 -3
  1148. package/build/esnext/_virtual/estree.esnext +0 -3
  1149. package/build/esnext/_virtual/float.esnext +0 -3
  1150. package/build/esnext/_virtual/float2.esnext +0 -3
  1151. package/build/esnext/_virtual/foldFlowLines.esnext +0 -3
  1152. package/build/esnext/_virtual/index8.esnext +0 -3
  1153. package/build/esnext/_virtual/int.esnext +0 -3
  1154. package/build/esnext/_virtual/int2.esnext +0 -3
  1155. package/build/esnext/_virtual/lexer.esnext +0 -3
  1156. package/build/esnext/_virtual/line-counter.esnext +0 -3
  1157. package/build/esnext/_virtual/log.esnext +0 -3
  1158. package/build/esnext/_virtual/map.esnext +0 -3
  1159. package/build/esnext/_virtual/null.esnext +0 -3
  1160. package/build/esnext/_virtual/omap.esnext +0 -3
  1161. package/build/esnext/_virtual/pairs.esnext +0 -3
  1162. package/build/esnext/_virtual/parser.esnext +0 -3
  1163. package/build/esnext/_virtual/public-api.esnext +0 -3
  1164. package/build/esnext/_virtual/resolve-block-map.esnext +0 -3
  1165. package/build/esnext/_virtual/resolve-block-scalar.esnext +0 -3
  1166. package/build/esnext/_virtual/resolve-block-seq.esnext +0 -3
  1167. package/build/esnext/_virtual/resolve-end.esnext +0 -3
  1168. package/build/esnext/_virtual/resolve-flow-collection.esnext +0 -3
  1169. package/build/esnext/_virtual/resolve-flow-scalar.esnext +0 -3
  1170. package/build/esnext/_virtual/resolve-props.esnext +0 -3
  1171. package/build/esnext/_virtual/schema2.esnext +0 -3
  1172. package/build/esnext/_virtual/schema3.esnext +0 -3
  1173. package/build/esnext/_virtual/schema4.esnext +0 -3
  1174. package/build/esnext/_virtual/seq.esnext +0 -3
  1175. package/build/esnext/_virtual/set.esnext +0 -3
  1176. package/build/esnext/_virtual/standalone.esnext +0 -3
  1177. package/build/esnext/_virtual/string2.esnext +0 -3
  1178. package/build/esnext/_virtual/stringify.esnext +0 -3
  1179. package/build/esnext/_virtual/stringifyCollection.esnext +0 -3
  1180. package/build/esnext/_virtual/stringifyComment.esnext +0 -3
  1181. package/build/esnext/_virtual/stringifyDocument.esnext +0 -3
  1182. package/build/esnext/_virtual/stringifyNumber.esnext +0 -3
  1183. package/build/esnext/_virtual/stringifyPair.esnext +0 -3
  1184. package/build/esnext/_virtual/stringifyString.esnext +0 -3
  1185. package/build/esnext/_virtual/tags.esnext +0 -3
  1186. package/build/esnext/_virtual/timestamp.esnext +0 -3
  1187. package/build/esnext/_virtual/toJS.esnext +0 -3
  1188. package/build/esnext/_virtual/typescript.esnext +0 -3
  1189. package/build/esnext/_virtual/util-contains-newline.esnext +0 -3
  1190. package/build/esnext/_virtual/util-empty-scalar-position.esnext +0 -3
  1191. package/build/esnext/_virtual/util-flow-indent-check.esnext +0 -3
  1192. package/build/esnext/_virtual/util-map-includes.esnext +0 -3
  1193. package/build/esnext/_virtual/visit.esnext +0 -3
  1194. package/build/esnext/_virtual/yaml.esnext +0 -3
  1195. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-collection.esnext +0 -73
  1196. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-doc.esnext +0 -52
  1197. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-node.esnext +0 -105
  1198. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/compose-scalar.esnext +0 -92
  1199. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/composer.esnext +0 -235
  1200. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-map.esnext +0 -123
  1201. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-scalar.esnext +0 -200
  1202. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-block-seq.esnext +0 -55
  1203. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-end.esnext +0 -41
  1204. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-collection.esnext +0 -220
  1205. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-flow-scalar.esnext +0 -231
  1206. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/resolve-props.esnext +0 -138
  1207. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-contains-newline.esnext +0 -38
  1208. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-empty-scalar-position.esnext +0 -31
  1209. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-flow-indent-check.esnext +0 -21
  1210. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/compose/util-map-includes.esnext +0 -23
  1211. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/Document.esnext +0 -360
  1212. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/anchors.esnext +0 -83
  1213. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/applyReviver.esnext +0 -58
  1214. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/createNode.esnext +0 -95
  1215. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/doc/directives.esnext +0 -177
  1216. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/errors.esnext +0 -64
  1217. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/index.esnext +0 -57
  1218. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/log.esnext +0 -19
  1219. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Alias.esnext +0 -104
  1220. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Collection.esnext +0 -157
  1221. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Node.esnext +0 -68
  1222. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Pair.esnext +0 -49
  1223. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/Scalar.esnext +0 -32
  1224. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLMap.esnext +0 -133
  1225. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/YAMLSeq.esnext +0 -111
  1226. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/addPairToJSMap.esnext +0 -118
  1227. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/nodes/toJS.esnext +0 -43
  1228. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-scalar.esnext +0 -228
  1229. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-stringify.esnext +0 -65
  1230. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst-visit.esnext +0 -101
  1231. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/cst.esnext +0 -120
  1232. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/lexer.esnext +0 -707
  1233. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/line-counter.esnext +0 -43
  1234. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/parse/parser.esnext +0 -960
  1235. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/public-api.esnext +0 -118
  1236. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/Schema.esnext +0 -52
  1237. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/map.esnext +0 -52
  1238. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/null.esnext +0 -21
  1239. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/seq.esnext +0 -43
  1240. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/common/string.esnext +0 -20
  1241. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/bool.esnext +0 -25
  1242. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/float.esnext +0 -53
  1243. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/int.esnext +0 -46
  1244. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/core/schema.esnext +0 -41
  1245. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/json/schema.esnext +0 -72
  1246. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/tags.esnext +0 -118
  1247. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/binary.esnext +0 -74
  1248. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/bool.esnext +0 -33
  1249. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/float.esnext +0 -56
  1250. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/int.esnext +0 -80
  1251. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/omap.esnext +0 -88
  1252. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/pairs.esnext +0 -91
  1253. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/schema.esnext +0 -65
  1254. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/set.esnext +0 -102
  1255. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/schema/yaml-1.1/timestamp.esnext +0 -109
  1256. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/foldFlowLines.esnext +0 -142
  1257. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringify.esnext +0 -135
  1258. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyCollection.esnext +0 -163
  1259. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyComment.esnext +0 -26
  1260. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyDocument.esnext +0 -95
  1261. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyNumber.esnext +0 -28
  1262. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyPair.esnext +0 -137
  1263. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/stringify/stringifyString.esnext +0 -322
  1264. package/build/esnext/node_modules/.pnpm/yaml@2.1.1/node_modules/yaml/dist/visit.esnext +0 -240
  1265. package/build/esnext/packages/cli-kit/source/package-manager.esnext +0 -58
  1266. package/build/esnext/packages/cli-kit/source/prompt.esnext +0 -16
  1267. package/build/esnext/packages/events/source/abort/AbortError.esnext +0 -19
  1268. package/build/typescript/service.d.ts +0 -2
  1269. package/build/typescript/service.d.ts.map +0 -1
  1270. package/quilt.project.ts +0 -23
  1271. package/templates/app-basic/quilt.project.ts +0 -14
  1272. package/templates/app-empty/quilt.project.ts +0 -14
  1273. package/templates/app-graphql/quilt.project.ts +0 -14
  1274. package/templates/app-trpc/quilt.project.ts +0 -14
  1275. package/templates/service-basic/quilt.project.ts +0 -9
  1276. package/templates/workspace/quilt.workspace.ts +0 -5
  1277. /package/templates/{service-basic/service.ts → server-basic/server.ts} +0 -0
  1278. /package/templates/{service-basic → server-basic}/tsconfig.json +0 -0
@@ -1,87 +1,31 @@
1
- import { __exports as colorette } from '../../../../../_virtual/index.esnext';
2
- import require$$0 from 'node:tty';
3
-
4
- Object.defineProperty(colorette, '__esModule', { value: true });
5
-
6
- var tty = require$$0;
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n["default"] = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var tty__namespace = /*#__PURE__*/_interopNamespace(tty);
1
+ import * as tty from 'tty';
27
2
 
28
3
  const {
29
4
  env = {},
30
5
  argv = [],
31
- platform = "",
6
+ platform = ""
32
7
  } = typeof process === "undefined" ? {} : process;
33
-
34
8
  const isDisabled = "NO_COLOR" in env || argv.includes("--no-color");
35
9
  const isForced = "FORCE_COLOR" in env || argv.includes("--color");
36
10
  const isWindows = platform === "win32";
37
11
  const isDumbTerminal = env.TERM === "dumb";
38
-
39
- const isCompatibleTerminal =
40
- tty__namespace && tty__namespace.isatty && tty__namespace.isatty(1) && env.TERM && !isDumbTerminal;
41
-
42
- const isCI =
43
- "CI" in env &&
44
- ("GITHUB_ACTIONS" in env || "GITLAB_CI" in env || "CIRCLECI" in env);
45
-
46
- const isColorSupported =
47
- !isDisabled &&
48
- (isForced || (isWindows && !isDumbTerminal) || isCompatibleTerminal || isCI);
49
-
50
- const replaceClose = (
51
- index,
12
+ const isCompatibleTerminal = tty && tty.isatty && tty.isatty(1) && env.TERM && !isDumbTerminal;
13
+ const isCI = "CI" in env && ("GITHUB_ACTIONS" in env || "GITLAB_CI" in env || "CIRCLECI" in env);
14
+ const isColorSupported = !isDisabled && (isForced || isWindows && !isDumbTerminal || isCompatibleTerminal || isCI);
15
+ const replaceClose = (index, string, close, replace, head = string.substring(0, index) + replace, tail = string.substring(index + close.length), next = tail.indexOf(close)) => head + (next < 0 ? tail : replaceClose(next, tail, close, replace));
16
+ const clearBleed = (index, string, open, close, replace) => index < 0 ? open + string + close : open + replaceClose(index, string, close, replace) + close;
17
+ const filterEmpty = (open, close, replace = open, at = open.length + 1) => (string) => string || !(string === "" || string === void 0) ? clearBleed(
18
+ ("" + string).indexOf(close, at),
52
19
  string,
20
+ open,
53
21
  close,
54
- replace,
55
- head = string.substring(0, index) + replace,
56
- tail = string.substring(index + close.length),
57
- next = tail.indexOf(close)
58
- ) => head + (next < 0 ? tail : replaceClose(next, tail, close, replace));
59
-
60
- const clearBleed = (index, string, open, close, replace) =>
61
- index < 0
62
- ? open + string + close
63
- : open + replaceClose(index, string, close, replace) + close;
64
-
65
- const filterEmpty =
66
- (open, close, replace = open, at = open.length + 1) =>
67
- (string) =>
68
- string || !(string === "" || string === undefined)
69
- ? clearBleed(
70
- ("" + string).indexOf(close, at),
71
- string,
72
- open,
73
- close,
74
- replace
75
- )
76
- : "";
77
-
78
- const init = (open, close, replace) =>
79
- filterEmpty(`\x1b[${open}m`, `\x1b[${close}m`, replace);
80
-
22
+ replace
23
+ ) : "";
24
+ const init = (open, close, replace) => filterEmpty(`\x1B[${open}m`, `\x1B[${close}m`, replace);
81
25
  const colors = {
82
26
  reset: init(0, 0),
83
- bold: init(1, 22, "\x1b[22m\x1b[1m"),
84
- dim: init(2, 22, "\x1b[22m\x1b[2m"),
27
+ bold: init(1, 22, "\x1B[22m\x1B[1m"),
28
+ dim: init(2, 22, "\x1B[22m\x1B[2m"),
85
29
  italic: init(3, 23),
86
30
  underline: init(4, 24),
87
31
  inverse: init(7, 27),
@@ -119,17 +63,12 @@ const colors = {
119
63
  bgBlueBright: init(104, 49),
120
64
  bgMagentaBright: init(105, 49),
121
65
  bgCyanBright: init(106, 49),
122
- bgWhiteBright: init(107, 49),
66
+ bgWhiteBright: init(107, 49)
123
67
  };
124
-
125
- const createColors = ({ useColor = isColorSupported } = {}) =>
126
- useColor
127
- ? colors
128
- : Object.keys(colors).reduce(
129
- (colors, key) => ({ ...colors, [key]: String }),
130
- {}
131
- );
132
-
68
+ const createColors = ({ useColor = isColorSupported } = {}) => useColor ? colors : Object.keys(colors).reduce(
69
+ (colors2, key) => ({ ...colors2, [key]: String }),
70
+ {}
71
+ );
133
72
  const {
134
73
  reset,
135
74
  bold,
@@ -171,51 +110,7 @@ const {
171
110
  bgBlueBright,
172
111
  bgMagentaBright,
173
112
  bgCyanBright,
174
- bgWhiteBright,
113
+ bgWhiteBright
175
114
  } = createColors();
176
115
 
177
- colorette.bgBlack = bgBlack;
178
- colorette.bgBlackBright = bgBlackBright;
179
- colorette.bgBlue = bgBlue;
180
- colorette.bgBlueBright = bgBlueBright;
181
- colorette.bgCyan = bgCyan;
182
- colorette.bgCyanBright = bgCyanBright;
183
- colorette.bgGreen = bgGreen;
184
- colorette.bgGreenBright = bgGreenBright;
185
- colorette.bgMagenta = bgMagenta;
186
- colorette.bgMagentaBright = bgMagentaBright;
187
- colorette.bgRed = bgRed;
188
- colorette.bgRedBright = bgRedBright;
189
- colorette.bgWhite = bgWhite;
190
- colorette.bgWhiteBright = bgWhiteBright;
191
- colorette.bgYellow = bgYellow;
192
- colorette.bgYellowBright = bgYellowBright;
193
- colorette.black = black;
194
- colorette.blackBright = blackBright;
195
- colorette.blue = blue;
196
- colorette.blueBright = blueBright;
197
- var bold_1 = colorette.bold = bold;
198
- colorette.createColors = createColors;
199
- var cyan_1 = colorette.cyan = cyan;
200
- colorette.cyanBright = cyanBright;
201
- var dim_1 = colorette.dim = dim;
202
- colorette.gray = gray;
203
- var green_1 = colorette.green = green;
204
- colorette.greenBright = greenBright;
205
- colorette.hidden = hidden;
206
- colorette.inverse = inverse;
207
- colorette.isColorSupported = isColorSupported;
208
- colorette.italic = italic;
209
- var magenta_1 = colorette.magenta = magenta;
210
- colorette.magentaBright = magentaBright;
211
- colorette.red = red;
212
- colorette.redBright = redBright;
213
- colorette.reset = reset;
214
- colorette.strikethrough = strikethrough;
215
- var underline_1 = colorette.underline = underline;
216
- colorette.white = white;
217
- colorette.whiteBright = whiteBright;
218
- colorette.yellow = yellow;
219
- colorette.yellowBright = yellowBright;
220
-
221
- export { bold_1 as bold, cyan_1 as cyan, colorette as default, dim_1 as dim, green_1 as green, magenta_1 as magenta, underline_1 as underline };
116
+ export { bgBlack, bgBlackBright, bgBlue, bgBlueBright, bgCyan, bgCyanBright, bgGreen, bgGreenBright, bgMagenta, bgMagentaBright, bgRed, bgRedBright, bgWhite, bgWhiteBright, bgYellow, bgYellowBright, black, blackBright, blue, blueBright, bold, createColors, cyan, cyanBright, dim, gray, green, greenBright, hidden, inverse, isColorSupported, italic, magenta, magentaBright, red, redBright, reset, strikethrough, underline, white, whiteBright, yellow, yellowBright };
@@ -1,81 +1,61 @@
1
- var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
2
-
3
- var _templateObject = _taggedTemplateLiteral(['', ''], ['', '']);
4
-
5
- function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
6
-
7
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
8
-
9
- /**
10
- * @class TemplateTag
11
- * @classdesc Consumes a pipeline of composable transformer plugins and produces a template tag.
12
- */
13
- var TemplateTag = function () {
14
- /**
15
- * constructs a template tag
16
- * @constructs TemplateTag
17
- * @param {...Object} [...transformers] - an array or arguments list of transformers
18
- * @return {Function} - a template tag
19
- */
20
- function TemplateTag() {
1
+ var _createClass = function() {
2
+ function defineProperties(target, props) {
3
+ for (var i = 0; i < props.length; i++) {
4
+ var descriptor = props[i];
5
+ descriptor.enumerable = descriptor.enumerable || false;
6
+ descriptor.configurable = true;
7
+ if ("value" in descriptor)
8
+ descriptor.writable = true;
9
+ Object.defineProperty(target, descriptor.key, descriptor);
10
+ }
11
+ }
12
+ return function(Constructor, protoProps, staticProps) {
13
+ if (protoProps)
14
+ defineProperties(Constructor.prototype, protoProps);
15
+ if (staticProps)
16
+ defineProperties(Constructor, staticProps);
17
+ return Constructor;
18
+ };
19
+ }();
20
+ var _templateObject = _taggedTemplateLiteral(["", ""], ["", ""]);
21
+ function _taggedTemplateLiteral(strings, raw) {
22
+ return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } }));
23
+ }
24
+ function _classCallCheck(instance, Constructor) {
25
+ if (!(instance instanceof Constructor)) {
26
+ throw new TypeError("Cannot call a class as a function");
27
+ }
28
+ }
29
+ var TemplateTag = function() {
30
+ function TemplateTag2() {
21
31
  var _this = this;
22
-
23
32
  for (var _len = arguments.length, transformers = Array(_len), _key = 0; _key < _len; _key++) {
24
33
  transformers[_key] = arguments[_key];
25
34
  }
26
-
27
- _classCallCheck(this, TemplateTag);
28
-
29
- this.tag = function (strings) {
35
+ _classCallCheck(this, TemplateTag2);
36
+ this.tag = function(strings) {
30
37
  for (var _len2 = arguments.length, expressions = Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
31
38
  expressions[_key2 - 1] = arguments[_key2];
32
39
  }
33
-
34
- if (typeof strings === 'function') {
35
- // if the first argument passed is a function, assume it is a template tag and return
36
- // an intermediary tag that processes the template using the aforementioned tag, passing the
37
- // result to our tag
40
+ if (typeof strings === "function") {
38
41
  return _this.interimTag.bind(_this, strings);
39
42
  }
40
-
41
- if (typeof strings === 'string') {
42
- // if the first argument passed is a string, just transform it
43
+ if (typeof strings === "string") {
43
44
  return _this.transformEndResult(strings);
44
45
  }
45
-
46
- // else, return a transformed end result of processing the template with our tag
47
46
  strings = strings.map(_this.transformString.bind(_this));
48
47
  return _this.transformEndResult(strings.reduce(_this.processSubstitutions.bind(_this, expressions)));
49
48
  };
50
-
51
- // if first argument is an array, extrude it as a list of transformers
52
49
  if (transformers.length > 0 && Array.isArray(transformers[0])) {
53
50
  transformers = transformers[0];
54
51
  }
55
-
56
- // if any transformers are functions, this means they are not initiated - automatically initiate them
57
- this.transformers = transformers.map(function (transformer) {
58
- return typeof transformer === 'function' ? transformer() : transformer;
52
+ this.transformers = transformers.map(function(transformer) {
53
+ return typeof transformer === "function" ? transformer() : transformer;
59
54
  });
60
-
61
- // return an ES2015 template tag
62
55
  return this.tag;
63
56
  }
64
-
65
- /**
66
- * Applies all transformers to a template literal tagged with this method.
67
- * If a function is passed as the first argument, assumes the function is a template tag
68
- * and applies it to the template, returning a template tag.
69
- * @param {(Function|String|Array<String>)} strings - Either a template tag or an array containing template strings separated by identifier
70
- * @param {...*} ...expressions - Optional list of substitution values.
71
- * @return {(String|Function)} - Either an intermediary tag function or the results of processing the template.
72
- */
73
-
74
-
75
- _createClass(TemplateTag, [{
76
- key: 'interimTag',
77
-
78
-
57
+ _createClass(TemplateTag2, [{
58
+ key: "interimTag",
79
59
  /**
80
60
  * An intermediary template tag that receives a template tag and passes the result of calling the template with the received
81
61
  * template tag to our own template tag.
@@ -88,10 +68,8 @@ var TemplateTag = function () {
88
68
  for (var _len3 = arguments.length, substitutions = Array(_len3 > 2 ? _len3 - 2 : 0), _key3 = 2; _key3 < _len3; _key3++) {
89
69
  substitutions[_key3 - 2] = arguments[_key3];
90
70
  }
91
-
92
- return this.tag(_templateObject, previousTag.apply(undefined, [template].concat(substitutions)));
71
+ return this.tag(_templateObject, previousTag.apply(void 0, [template].concat(substitutions)));
93
72
  }
94
-
95
73
  /**
96
74
  * Performs bulk processing on the tagged template, transforming each substitution and then
97
75
  * concatenating the resulting values into a string.
@@ -100,30 +78,26 @@ var TemplateTag = function () {
100
78
  * @param {String} remainingPart - the template chunk after the current substitution
101
79
  * @return {String} - the result of joining this iteration's processed substitution with the result
102
80
  */
103
-
104
81
  }, {
105
- key: 'processSubstitutions',
82
+ key: "processSubstitutions",
106
83
  value: function processSubstitutions(substitutions, resultSoFar, remainingPart) {
107
84
  var substitution = this.transformSubstitution(substitutions.shift(), resultSoFar);
108
- return ''.concat(resultSoFar, substitution, remainingPart);
85
+ return "".concat(resultSoFar, substitution, remainingPart);
109
86
  }
110
-
111
87
  /**
112
88
  * Iterate through each transformer, applying the transformer's `onString` method to the template
113
89
  * strings before all substitutions are processed.
114
90
  * @param {String} str - The input string
115
91
  * @return {String} - The final results of processing each transformer
116
92
  */
117
-
118
93
  }, {
119
- key: 'transformString',
94
+ key: "transformString",
120
95
  value: function transformString(str) {
121
- var cb = function cb(res, transform) {
96
+ var cb = function cb2(res, transform) {
122
97
  return transform.onString ? transform.onString(res) : res;
123
98
  };
124
99
  return this.transformers.reduce(cb, str);
125
100
  }
126
-
127
101
  /**
128
102
  * When a substitution is encountered, iterates through each transformer and applies the transformer's
129
103
  * `onSubstitution` method to the substitution.
@@ -131,34 +105,30 @@ var TemplateTag = function () {
131
105
  * @param {String} resultSoFar - The result up to and excluding this substitution.
132
106
  * @return {*} - The final result of applying all substitution transformations.
133
107
  */
134
-
135
108
  }, {
136
- key: 'transformSubstitution',
109
+ key: "transformSubstitution",
137
110
  value: function transformSubstitution(substitution, resultSoFar) {
138
- var cb = function cb(res, transform) {
111
+ var cb = function cb2(res, transform) {
139
112
  return transform.onSubstitution ? transform.onSubstitution(res, resultSoFar) : res;
140
113
  };
141
114
  return this.transformers.reduce(cb, substitution);
142
115
  }
143
-
144
116
  /**
145
117
  * Iterates through each transformer, applying the transformer's `onEndResult` method to the
146
118
  * template literal after all substitutions have finished processing.
147
119
  * @param {String} endResult - The processed template, just before it is returned from the tag
148
120
  * @return {String} - The final results of processing each transformer
149
121
  */
150
-
151
122
  }, {
152
- key: 'transformEndResult',
123
+ key: "transformEndResult",
153
124
  value: function transformEndResult(endResult) {
154
- var cb = function cb(res, transform) {
125
+ var cb = function cb2(res, transform) {
155
126
  return transform.onEndResult ? transform.onEndResult(res) : res;
156
127
  };
157
128
  return this.transformers.reduce(cb, endResult);
158
129
  }
159
130
  }]);
160
-
161
- return TemplateTag;
131
+ return TemplateTag2;
162
132
  }();
163
133
 
164
134
  export { TemplateTag as default };
@@ -3,4 +3,4 @@ import stripIndentTransformer from '../stripIndentTransformer/stripIndentTransfo
3
3
  import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransformer.esnext';
4
4
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',' }), stripIndentTransformer, trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: "," }), stripIndentTransformer, trimResultTransformer);
@@ -3,4 +3,4 @@ import stripIndentTransformer from '../stripIndentTransformer/stripIndentTransfo
3
3
  import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransformer.esnext';
4
4
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',', conjunction: 'and' }), stripIndentTransformer, trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: ",", conjunction: "and" }), stripIndentTransformer, trimResultTransformer);
@@ -3,4 +3,4 @@ import stripIndentTransformer from '../stripIndentTransformer/stripIndentTransfo
3
3
  import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransformer.esnext';
4
4
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',', conjunction: 'or' }), stripIndentTransformer, trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: ",", conjunction: "or" }), stripIndentTransformer, trimResultTransformer);
@@ -5,4 +5,4 @@ import trimResultTransformer from '../trimResultTransformer/trimResultTransforme
5
5
  import splitStringTransformer from '../splitStringTransformer/splitStringTransformer.esnext';
6
6
  import removeNonPrintingValuesTransformer from '../removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.esnext';
7
7
 
8
- new TemplateTag(splitStringTransformer('\n'), removeNonPrintingValuesTransformer, inlineArrayTransformer, stripIndentTransformer, trimResultTransformer);
8
+ new TemplateTag(splitStringTransformer("\n"), removeNonPrintingValuesTransformer, inlineArrayTransformer, stripIndentTransformer, trimResultTransformer);
@@ -1,39 +1,26 @@
1
1
  var defaults = {
2
- separator: '',
3
- conjunction: '',
2
+ separator: "",
3
+ conjunction: "",
4
4
  serial: false
5
5
  };
6
-
7
- /**
8
- * Converts an array substitution to a string containing a list
9
- * @param {String} [opts.separator = ''] - the character that separates each item
10
- * @param {String} [opts.conjunction = ''] - replace the last separator with this
11
- * @param {Boolean} [opts.serial = false] - include the separator before the conjunction? (Oxford comma use-case)
12
- *
13
- * @return {Object} - a TemplateTag transformer
14
- */
15
- var inlineArrayTransformer = function inlineArrayTransformer() {
16
- var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : defaults;
6
+ var inlineArrayTransformer = function inlineArrayTransformer2() {
7
+ var opts = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : defaults;
17
8
  return {
18
9
  onSubstitution: function onSubstitution(substitution, resultSoFar) {
19
- // only operate on arrays
20
10
  if (Array.isArray(substitution)) {
21
11
  var arrayLength = substitution.length;
22
12
  var separator = opts.separator;
23
13
  var conjunction = opts.conjunction;
24
14
  var serial = opts.serial;
25
- // join each item in the array into a string where each item is separated by separator
26
- // be sure to maintain indentation
27
15
  var indent = resultSoFar.match(/(\n?[^\S\n]+)$/);
28
16
  if (indent) {
29
17
  substitution = substitution.join(separator + indent[1]);
30
18
  } else {
31
- substitution = substitution.join(separator + ' ');
19
+ substitution = substitution.join(separator + " ");
32
20
  }
33
- // if conjunction is set, replace the last separator with conjunction, but only if there is more than one substitution
34
21
  if (conjunction && arrayLength > 1) {
35
22
  var separatorIndex = substitution.lastIndexOf(separator);
36
- substitution = substitution.slice(0, separatorIndex) + (serial ? separator : '') + ' ' + conjunction + substitution.slice(separatorIndex + 1);
23
+ substitution = substitution.slice(0, separatorIndex) + (serial ? separator : "") + " " + conjunction + substitution.slice(separatorIndex + 1);
37
24
  }
38
25
  }
39
26
  return substitution;
@@ -2,4 +2,4 @@ import TemplateTag from '../TemplateTag/TemplateTag.esnext';
2
2
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
3
3
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
4
4
 
5
- new TemplateTag(replaceResultTransformer(/(?:\n(?:\s*))+/g, ' '), trimResultTransformer);
5
+ new TemplateTag(replaceResultTransformer(/(?:\n(?:\s*))+/g, " "), trimResultTransformer);
@@ -3,4 +3,4 @@ import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransfo
3
3
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
4
4
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',' }), replaceResultTransformer(/(?:\s+)/g, ' '), trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: "," }), replaceResultTransformer(/(?:\s+)/g, " "), trimResultTransformer);
@@ -3,4 +3,4 @@ import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransfo
3
3
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
4
4
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',', conjunction: 'and' }), replaceResultTransformer(/(?:\s+)/g, ' '), trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: ",", conjunction: "and" }), replaceResultTransformer(/(?:\s+)/g, " "), trimResultTransformer);
@@ -3,4 +3,4 @@ import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransfo
3
3
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
4
4
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer({ separator: ',', conjunction: 'or' }), replaceResultTransformer(/(?:\s+)/g, ' '), trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer({ separator: ",", conjunction: "or" }), replaceResultTransformer(/(?:\s+)/g, " "), trimResultTransformer);
@@ -3,4 +3,4 @@ import inlineArrayTransformer from '../inlineArrayTransformer/inlineArrayTransfo
3
3
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
4
4
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
5
5
 
6
- new TemplateTag(inlineArrayTransformer, replaceResultTransformer(/(?:\s+)/g, ' '), trimResultTransformer);
6
+ new TemplateTag(inlineArrayTransformer, replaceResultTransformer(/(?:\s+)/g, " "), trimResultTransformer);
@@ -2,4 +2,4 @@ import TemplateTag from '../TemplateTag/TemplateTag.esnext';
2
2
  import trimResultTransformer from '../trimResultTransformer/trimResultTransformer.esnext';
3
3
  import replaceResultTransformer from '../replaceResultTransformer/replaceResultTransformer.esnext';
4
4
 
5
- new TemplateTag(replaceResultTransformer(/(?:\n\s*)/g, ''), trimResultTransformer);
5
+ new TemplateTag(replaceResultTransformer(/(?:\n\s*)/g, ""), trimResultTransformer);
@@ -1,8 +1,7 @@
1
- var isValidValue = function isValidValue(x) {
2
- return x != null && !Number.isNaN(x) && typeof x !== 'boolean';
1
+ var isValidValue = function isValidValue2(x) {
2
+ return x != null && !Number.isNaN(x) && typeof x !== "boolean";
3
3
  };
4
-
5
- var removeNonPrintingValuesTransformer = function removeNonPrintingValuesTransformer() {
4
+ var removeNonPrintingValuesTransformer = function removeNonPrintingValuesTransformer2() {
6
5
  return {
7
6
  onSubstitution: function onSubstitution(substitution) {
8
7
  if (Array.isArray(substitution)) {
@@ -11,7 +10,7 @@ var removeNonPrintingValuesTransformer = function removeNonPrintingValuesTransfo
11
10
  if (isValidValue(substitution)) {
12
11
  return substitution;
13
12
  }
14
- return '';
13
+ return "";
15
14
  }
16
15
  };
17
16
  };
@@ -1,14 +1,8 @@
1
- /**
2
- * Replaces tabs, newlines and spaces with the chosen value when they occur in sequences
3
- * @param {(String|RegExp)} replaceWhat - the value or pattern that should be replaced
4
- * @param {*} replaceWith - the replacement value
5
- * @return {Object} - a TemplateTag transformer
6
- */
7
- var replaceResultTransformer = function replaceResultTransformer(replaceWhat, replaceWith) {
1
+ var replaceResultTransformer = function replaceResultTransformer2(replaceWhat, replaceWith) {
8
2
  return {
9
3
  onEndResult: function onEndResult(endResult) {
10
4
  if (replaceWhat == null || replaceWith == null) {
11
- throw new Error('replaceResultTransformer requires at least 2 arguments.');
5
+ throw new Error("replaceResultTransformer requires at least 2 arguments.");
12
6
  }
13
7
  return endResult.replace(replaceWhat, replaceWith);
14
8
  }
@@ -1,11 +1,9 @@
1
- var replaceSubstitutionTransformer = function replaceSubstitutionTransformer(replaceWhat, replaceWith) {
1
+ var replaceSubstitutionTransformer = function replaceSubstitutionTransformer2(replaceWhat, replaceWith) {
2
2
  return {
3
3
  onSubstitution: function onSubstitution(substitution, resultSoFar) {
4
4
  if (replaceWhat == null || replaceWith == null) {
5
- throw new Error('replaceSubstitutionTransformer requires at least 2 arguments.');
5
+ throw new Error("replaceSubstitutionTransformer requires at least 2 arguments.");
6
6
  }
7
-
8
- // Do not touch if null or undefined
9
7
  if (substitution == null) {
10
8
  return substitution;
11
9
  } else {
@@ -5,4 +5,4 @@ import trimResultTransformer from '../trimResultTransformer/trimResultTransforme
5
5
  import splitStringTransformer from '../splitStringTransformer/splitStringTransformer.esnext';
6
6
  import replaceSubstitutionTransformer from '../replaceSubstitutionTransformer/replaceSubstitutionTransformer.esnext';
7
7
 
8
- new TemplateTag(splitStringTransformer('\n'), inlineArrayTransformer, stripIndentTransformer, trimResultTransformer, replaceSubstitutionTransformer(/&/g, '&amp;'), replaceSubstitutionTransformer(/</g, '&lt;'), replaceSubstitutionTransformer(/>/g, '&gt;'), replaceSubstitutionTransformer(/"/g, '&quot;'), replaceSubstitutionTransformer(/'/g, '&#x27;'), replaceSubstitutionTransformer(/`/g, '&#x60;'));
8
+ new TemplateTag(splitStringTransformer("\n"), inlineArrayTransformer, stripIndentTransformer, trimResultTransformer, replaceSubstitutionTransformer(/&/g, "&amp;"), replaceSubstitutionTransformer(/</g, "&lt;"), replaceSubstitutionTransformer(/>/g, "&gt;"), replaceSubstitutionTransformer(/"/g, "&quot;"), replaceSubstitutionTransformer(/'/g, "&#x27;"), replaceSubstitutionTransformer(/`/g, "&#x60;"));
@@ -1,12 +1,12 @@
1
- var splitStringTransformer = function splitStringTransformer(splitBy) {
1
+ var splitStringTransformer = function splitStringTransformer2(splitBy) {
2
2
  return {
3
3
  onSubstitution: function onSubstitution(substitution, resultSoFar) {
4
- if (splitBy != null && typeof splitBy === 'string') {
5
- if (typeof substitution === 'string' && substitution.includes(splitBy)) {
4
+ if (splitBy != null && typeof splitBy === "string") {
5
+ if (typeof substitution === "string" && substitution.includes(splitBy)) {
6
6
  substitution = substitution.split(splitBy);
7
7
  }
8
8
  } else {
9
- throw new Error('You need to specify a string character to split by.');
9
+ throw new Error("You need to specify a string character to split by.");
10
10
  }
11
11
  return substitution;
12
12
  }
@@ -1,31 +1,32 @@
1
- function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
2
-
3
- /**
4
- * strips indentation from a template literal
5
- * @param {String} type = 'initial' - whether to remove all indentation or just leading indentation. can be 'all' or 'initial'
6
- * @return {Object} - a TemplateTag transformer
7
- */
8
- var stripIndentTransformer = function stripIndentTransformer() {
9
- var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'initial';
1
+ function _toConsumableArray(arr) {
2
+ if (Array.isArray(arr)) {
3
+ for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) {
4
+ arr2[i] = arr[i];
5
+ }
6
+ return arr2;
7
+ } else {
8
+ return Array.from(arr);
9
+ }
10
+ }
11
+ var stripIndentTransformer = function stripIndentTransformer2() {
12
+ var type = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "initial";
10
13
  return {
11
14
  onEndResult: function onEndResult(endResult) {
12
- if (type === 'initial') {
13
- // remove the shortest leading indentation from each line
15
+ if (type === "initial") {
14
16
  var match = endResult.match(/^[^\S\n]*(?=\S)/gm);
15
- var indent = match && Math.min.apply(Math, _toConsumableArray(match.map(function (el) {
17
+ var indent = match && Math.min.apply(Math, _toConsumableArray(match.map(function(el) {
16
18
  return el.length;
17
19
  })));
18
20
  if (indent) {
19
- var regexp = new RegExp('^.{' + indent + '}', 'gm');
20
- return endResult.replace(regexp, '');
21
+ var regexp = new RegExp("^.{" + indent + "}", "gm");
22
+ return endResult.replace(regexp, "");
21
23
  }
22
24
  return endResult;
23
25
  }
24
- if (type === 'all') {
25
- // remove all indentation from each line
26
- return endResult.replace(/^[^\S\n]+/gm, '');
26
+ if (type === "all") {
27
+ return endResult.replace(/^[^\S\n]+/gm, "");
27
28
  }
28
- throw new Error('Unknown type: ' + type);
29
+ throw new Error("Unknown type: " + type);
29
30
  }
30
31
  };
31
32
  };