veryfront 0.1.698 → 0.1.699

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 (401) hide show
  1. package/README.md +10 -1
  2. package/esm/cli/commands/doctor/project-structure.js +1 -1
  3. package/esm/cli/commands/generate/command.js +1 -1
  4. package/esm/cli/commands/generate/integration-generator.js +1 -1
  5. package/esm/cli/commands/init/init-command.js +1 -1
  6. package/esm/cli/commands/routes/command.js +1 -1
  7. package/esm/cli/templates/manifest.js +1 -1
  8. package/esm/deno.d.ts +6 -1
  9. package/esm/deno.js +41 -36
  10. package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/mod.d.ts.map +1 -1
  11. package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/mod.js +1 -1
  12. package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/parse.d.ts +0 -2
  13. package/esm/deps/jsr.io/@std/dotenv/0.225.6/parse.d.ts.map +1 -0
  14. package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/parse.js +3 -8
  15. package/esm/deps/jsr.io/@std/dotenv/0.225.6/stringify.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/stringify.js +4 -14
  17. package/esm/deps/jsr.io/@std/fmt/1.0.9/colors.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/fmt/{1.0.10 → 1.0.9}/colors.js +2 -2
  19. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_create_walk_entry.d.ts.map +1 -1
  20. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_create_walk_entry.js +2 -2
  21. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_get_file_info_type.d.ts.map +1 -1
  22. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_same_path.d.ts.map +1 -1
  23. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_same_path.js +1 -1
  24. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_subdir.d.ts.map +1 -1
  25. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_subdir.js +2 -2
  26. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_to_path_string.d.ts.map +1 -1
  27. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_to_path_string.js +1 -1
  28. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/copy.d.ts.map +1 -1
  29. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/copy.js +3 -3
  30. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/empty_dir.d.ts.map +1 -1
  31. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/empty_dir.js +1 -1
  32. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_dir.d.ts.map +1 -1
  33. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_file.d.ts.map +1 -1
  34. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_file.js +1 -1
  35. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_link.d.ts.map +1 -1
  36. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_link.js +1 -1
  37. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_symlink.d.ts.map +1 -1
  38. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_symlink.js +2 -2
  39. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/eol.d.ts.map +1 -1
  40. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/exists.d.ts.map +1 -1
  41. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/expand_glob.d.ts +1 -1
  42. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/expand_glob.d.ts.map +1 -1
  43. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/expand_glob.js +6 -6
  44. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/mod.d.ts.map +1 -1
  45. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/move.d.ts.map +1 -1
  46. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/walk.d.ts +2 -0
  47. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/walk.d.ts.map +1 -1
  48. package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/walk.js +1 -1
  49. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/assert_path.d.ts.map +1 -1
  50. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/assert_path.js +1 -1
  51. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/basename.d.ts.map +1 -1
  52. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/basename.js +1 -1
  53. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/common.d.ts.map +1 -1
  54. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/common.js +1 -1
  55. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/constants.d.ts.map +1 -1
  56. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/constants.js +1 -1
  57. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/dirname.d.ts.map +1 -1
  58. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/dirname.js +1 -1
  59. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/format.d.ts.map +1 -1
  60. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/format.js +1 -1
  61. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/from_file_url.d.ts.map +1 -1
  62. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/from_file_url.js +1 -1
  63. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/glob_to_reg_exp.d.ts.map +1 -1
  64. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/glob_to_reg_exp.js +1 -1
  65. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize.d.ts.map +1 -1
  66. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize.js +1 -1
  67. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize_string.d.ts.map +1 -1
  68. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize_string.js +1 -1
  69. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/relative.d.ts.map +1 -1
  70. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/relative.js +1 -1
  71. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/strip_trailing_separators.d.ts.map +1 -1
  72. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/strip_trailing_separators.js +1 -1
  73. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/to_file_url.d.ts.map +1 -1
  74. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/to_file_url.js +1 -1
  75. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/basename.d.ts +1 -4
  76. package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +1 -0
  77. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/basename.js +2 -5
  78. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/common.d.ts.map +1 -1
  79. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/common.js +1 -1
  80. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/constants.d.ts.map +1 -1
  81. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/constants.js +1 -1
  82. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/dirname.d.ts +1 -4
  83. package/esm/deps/jsr.io/@std/path/1.1.4/dirname.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/dirname.js +2 -5
  85. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/extname.d.ts +1 -4
  86. package/esm/deps/jsr.io/@std/path/1.1.4/extname.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/extname.js +2 -5
  88. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/format.d.ts.map +1 -1
  89. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/format.js +1 -1
  90. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/from_file_url.d.ts.map +1 -1
  91. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/from_file_url.js +1 -1
  92. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/glob_to_regexp.d.ts.map +1 -1
  93. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/glob_to_regexp.js +1 -1
  94. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_absolute.d.ts.map +1 -1
  95. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_absolute.js +1 -1
  96. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_glob.d.ts.map +1 -1
  97. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_glob.js +1 -1
  98. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join.d.ts.map +1 -1
  99. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join.js +1 -1
  100. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join_globs.d.ts.map +1 -1
  101. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join_globs.js +1 -1
  102. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/mod.d.ts.map +1 -1
  103. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/mod.js +1 -1
  104. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize.d.ts.map +1 -1
  105. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize.js +1 -1
  106. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize_glob.d.ts.map +1 -1
  107. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize_glob.js +1 -1
  108. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/parse.d.ts.map +1 -1
  109. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/parse.js +1 -1
  110. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/_util.d.ts.map +1 -1
  111. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/_util.js +1 -1
  112. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/basename.d.ts +0 -5
  113. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/basename.js +1 -6
  115. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/common.d.ts.map +1 -1
  116. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/common.js +1 -1
  117. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/constants.d.ts.map +1 -1
  118. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/constants.js +1 -2
  119. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/dirname.d.ts +0 -5
  120. package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts.map +1 -0
  121. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/dirname.js +1 -6
  122. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/extname.d.ts +0 -5
  123. package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts.map +1 -0
  124. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/extname.js +1 -6
  125. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/format.d.ts.map +1 -1
  126. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/format.js +1 -1
  127. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/from_file_url.d.ts.map +1 -1
  128. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/from_file_url.js +1 -1
  129. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/glob_to_regexp.d.ts.map +1 -1
  130. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/glob_to_regexp.js +1 -1
  131. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_absolute.d.ts.map +1 -1
  132. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_absolute.js +1 -1
  133. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_glob.d.ts.map +1 -1
  134. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_glob.js +1 -1
  135. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join.d.ts.map +1 -1
  136. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join.js +1 -1
  137. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join_globs.d.ts.map +1 -1
  138. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join_globs.js +1 -1
  139. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/mod.d.ts.map +1 -1
  140. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/mod.js +1 -1
  141. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize.d.ts.map +1 -1
  142. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize.js +1 -1
  143. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize_glob.d.ts.map +1 -1
  144. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize_glob.js +1 -1
  145. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/parse.d.ts.map +1 -1
  146. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/parse.js +1 -1
  147. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/relative.d.ts.map +1 -1
  148. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/relative.js +1 -1
  149. package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts.map +1 -0
  150. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/resolve.js +9 -4
  151. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_file_url.d.ts.map +1 -1
  152. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_file_url.js +1 -1
  153. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_namespaced_path.d.ts.map +1 -1
  154. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_namespaced_path.js +1 -1
  155. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/relative.d.ts.map +1 -1
  156. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/relative.js +1 -1
  157. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/resolve.d.ts.map +1 -1
  158. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/resolve.js +1 -1
  159. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_file_url.d.ts.map +1 -1
  160. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_file_url.js +1 -1
  161. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_namespaced_path.d.ts.map +1 -1
  162. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_namespaced_path.js +1 -1
  163. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/types.d.ts.map +1 -1
  164. package/esm/deps/jsr.io/@std/path/1.1.4/types.js +3 -0
  165. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/_util.d.ts.map +1 -1
  166. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/_util.js +1 -1
  167. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/basename.d.ts +0 -1
  168. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/basename.js +1 -2
  170. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/constants.d.ts.map +1 -1
  171. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/constants.js +1 -2
  172. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/dirname.d.ts +0 -1
  173. package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts.map +1 -0
  174. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/dirname.js +1 -2
  175. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/extname.d.ts +0 -1
  176. package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts.map +1 -0
  177. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/extname.js +1 -2
  178. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/format.d.ts.map +1 -1
  179. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/format.js +1 -1
  180. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/from_file_url.d.ts.map +1 -1
  181. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/from_file_url.js +1 -1
  182. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/glob_to_regexp.d.ts.map +1 -1
  183. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/glob_to_regexp.js +1 -1
  184. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/is_absolute.d.ts.map +1 -1
  185. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/is_absolute.js +1 -1
  186. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join.d.ts.map +1 -1
  187. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join.js +1 -1
  188. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join_globs.d.ts.map +1 -1
  189. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join_globs.js +1 -1
  190. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize.d.ts.map +1 -1
  191. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize.js +1 -1
  192. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize_glob.d.ts.map +1 -1
  193. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize_glob.js +1 -1
  194. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/parse.d.ts.map +1 -1
  195. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/parse.js +1 -1
  196. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/relative.d.ts.map +1 -1
  197. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/relative.js +1 -1
  198. package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/resolve.js +14 -5
  200. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_file_url.d.ts.map +1 -1
  201. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_file_url.js +1 -1
  202. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_namespaced_path.d.ts.map +1 -1
  203. package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_namespaced_path.js +1 -1
  204. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/_test_suite.d.ts +1 -2
  205. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/_test_suite.d.ts.map +1 -1
  206. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/_test_suite.js +1 -8
  207. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/bdd.d.ts +12 -12
  208. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/bdd.d.ts.map +1 -1
  209. package/esm/deps/jsr.io/@std/testing/{1.0.19 → 1.0.17}/bdd.js +18 -18
  210. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_chars.d.ts.map +1 -1
  211. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_loader_state.d.ts +2 -2
  212. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_loader_state.d.ts.map +1 -1
  213. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_loader_state.js +12 -29
  214. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_schema.d.ts.map +1 -1
  215. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/binary.d.ts.map +1 -1
  216. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/bool.d.ts.map +1 -1
  217. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/float.d.ts.map +1 -1
  218. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/int.d.ts.map +1 -1
  219. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/map.d.ts.map +1 -1
  220. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/merge.d.ts.map +1 -1
  221. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/nil.d.ts.map +1 -1
  222. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/omap.d.ts.map +1 -1
  223. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/pairs.d.ts.map +1 -1
  224. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/regexp.d.ts.map +1 -1
  225. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/seq.d.ts.map +1 -1
  226. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/set.d.ts.map +1 -1
  227. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/str.d.ts.map +1 -1
  228. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/timestamp.d.ts.map +1 -1
  229. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/undefined.d.ts.map +1 -1
  230. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type.d.ts.map +1 -1
  231. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_utils.d.ts.map +1 -1
  232. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/parse.d.ts +5 -7
  233. package/esm/deps/jsr.io/@std/yaml/1.1.0/parse.d.ts.map +1 -0
  234. package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/parse.js +1 -3
  235. package/esm/src/build/bundler/code-splitter/splitter.js +1 -1
  236. package/esm/src/build/compiler/mdx-compiler/frontmatter-parser.js +1 -1
  237. package/esm/src/build/compiler/mdx-to-js.js +1 -1
  238. package/esm/src/build/production-build/asset-generation.js +1 -1
  239. package/esm/src/chat/final-step-fallback.d.ts.map +1 -1
  240. package/esm/src/chat/final-step-fallback.js +218 -128
  241. package/esm/src/extensions/discovery.js +1 -1
  242. package/esm/src/extensions/factory-loader.js +1 -1
  243. package/esm/src/extensions/orchestrate.js +1 -1
  244. package/esm/src/platform/compat/console/deno.d.ts +1 -1
  245. package/esm/src/platform/compat/console/deno.d.ts.map +1 -1
  246. package/esm/src/platform/compat/console/deno.js +1 -1
  247. package/esm/src/platform/compat/std/dotenv.js +1 -1
  248. package/esm/src/platform/compat/std/front-matter-yaml.js +1 -1
  249. package/esm/src/task/discovery.js +1 -1
  250. package/esm/src/testing/bdd.js +1 -1
  251. package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/module-cache.js +1 -1
  252. package/esm/src/utils/version-constant.d.ts +1 -1
  253. package/esm/src/utils/version-constant.js +1 -1
  254. package/esm/src/workflow/claude-code/workspace-sync.js +1 -1
  255. package/esm/src/workflow/discovery/workflow-discovery.js +1 -1
  256. package/package.json +11 -11
  257. package/esm/deps/jsr.io/@std/dotenv/0.225.7/parse.d.ts.map +0 -1
  258. package/esm/deps/jsr.io/@std/dotenv/0.225.7/stringify.d.ts.map +0 -1
  259. package/esm/deps/jsr.io/@std/fmt/1.0.10/colors.d.ts.map +0 -1
  260. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.d.ts +0 -2
  261. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.d.ts.map +0 -1
  262. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.js +0 -11
  263. package/esm/deps/jsr.io/@std/path/1.1.5/basename.d.ts.map +0 -1
  264. package/esm/deps/jsr.io/@std/path/1.1.5/dirname.d.ts.map +0 -1
  265. package/esm/deps/jsr.io/@std/path/1.1.5/extname.d.ts.map +0 -1
  266. package/esm/deps/jsr.io/@std/path/1.1.5/posix/basename.d.ts.map +0 -1
  267. package/esm/deps/jsr.io/@std/path/1.1.5/posix/dirname.d.ts.map +0 -1
  268. package/esm/deps/jsr.io/@std/path/1.1.5/posix/extname.d.ts.map +0 -1
  269. package/esm/deps/jsr.io/@std/path/1.1.5/posix/resolve.d.ts.map +0 -1
  270. package/esm/deps/jsr.io/@std/path/1.1.5/types.js +0 -3
  271. package/esm/deps/jsr.io/@std/path/1.1.5/windows/basename.d.ts.map +0 -1
  272. package/esm/deps/jsr.io/@std/path/1.1.5/windows/dirname.d.ts.map +0 -1
  273. package/esm/deps/jsr.io/@std/path/1.1.5/windows/extname.d.ts.map +0 -1
  274. package/esm/deps/jsr.io/@std/path/1.1.5/windows/resolve.d.ts.map +0 -1
  275. package/esm/deps/jsr.io/@std/yaml/1.1.1/parse.d.ts.map +0 -1
  276. /package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/mod.d.ts +0 -0
  277. /package/esm/deps/jsr.io/@std/dotenv/{0.225.7 → 0.225.6}/stringify.d.ts +0 -0
  278. /package/esm/deps/jsr.io/@std/fmt/{1.0.10 → 1.0.9}/colors.d.ts +0 -0
  279. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_create_walk_entry.d.ts +0 -0
  280. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_get_file_info_type.d.ts +0 -0
  281. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_get_file_info_type.js +0 -0
  282. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_same_path.d.ts +0 -0
  283. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_is_subdir.d.ts +0 -0
  284. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/_to_path_string.d.ts +0 -0
  285. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/copy.d.ts +0 -0
  286. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/empty_dir.d.ts +0 -0
  287. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_dir.d.ts +0 -0
  288. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_dir.js +0 -0
  289. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_file.d.ts +0 -0
  290. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_link.d.ts +0 -0
  291. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/ensure_symlink.d.ts +0 -0
  292. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/eol.d.ts +0 -0
  293. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/eol.js +0 -0
  294. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/exists.d.ts +0 -0
  295. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/exists.js +0 -0
  296. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/mod.d.ts +0 -0
  297. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/mod.js +0 -0
  298. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/move.d.ts +0 -0
  299. /package/esm/deps/jsr.io/@std/fs/{1.0.24 → 1.0.23}/move.js +0 -0
  300. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/assert_path.d.ts +0 -0
  301. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/basename.d.ts +0 -0
  302. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/common.d.ts +0 -0
  303. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/constants.d.ts +0 -0
  304. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/dirname.d.ts +0 -0
  305. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/format.d.ts +0 -0
  306. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/from_file_url.d.ts +0 -0
  307. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/glob_to_reg_exp.d.ts +0 -0
  308. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize.d.ts +0 -0
  309. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/normalize_string.d.ts +0 -0
  310. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/relative.d.ts +0 -0
  311. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/strip_trailing_separators.d.ts +0 -0
  312. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/_common/to_file_url.d.ts +0 -0
  313. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/common.d.ts +0 -0
  314. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/constants.d.ts +0 -0
  315. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/format.d.ts +0 -0
  316. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/from_file_url.d.ts +0 -0
  317. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/glob_to_regexp.d.ts +0 -0
  318. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_absolute.d.ts +0 -0
  319. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/is_glob.d.ts +0 -0
  320. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join.d.ts +0 -0
  321. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/join_globs.d.ts +0 -0
  322. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/mod.d.ts +0 -0
  323. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize.d.ts +0 -0
  324. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/normalize_glob.d.ts +0 -0
  325. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/parse.d.ts +0 -0
  326. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/_util.d.ts +0 -0
  327. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/common.d.ts +0 -0
  328. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/constants.d.ts +0 -0
  329. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/format.d.ts +0 -0
  330. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/from_file_url.d.ts +0 -0
  331. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/glob_to_regexp.d.ts +0 -0
  332. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_absolute.d.ts +0 -0
  333. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/is_glob.d.ts +0 -0
  334. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join.d.ts +0 -0
  335. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/join_globs.d.ts +0 -0
  336. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/mod.d.ts +0 -0
  337. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize.d.ts +0 -0
  338. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/normalize_glob.d.ts +0 -0
  339. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/parse.d.ts +0 -0
  340. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/relative.d.ts +0 -0
  341. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/resolve.d.ts +0 -0
  342. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_file_url.d.ts +0 -0
  343. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/posix/to_namespaced_path.d.ts +0 -0
  344. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/relative.d.ts +0 -0
  345. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/resolve.d.ts +0 -0
  346. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_file_url.d.ts +0 -0
  347. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/to_namespaced_path.d.ts +0 -0
  348. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/types.d.ts +0 -0
  349. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/_util.d.ts +0 -0
  350. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/constants.d.ts +0 -0
  351. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/format.d.ts +0 -0
  352. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/from_file_url.d.ts +0 -0
  353. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/glob_to_regexp.d.ts +0 -0
  354. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/is_absolute.d.ts +0 -0
  355. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join.d.ts +0 -0
  356. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/join_globs.d.ts +0 -0
  357. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize.d.ts +0 -0
  358. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/normalize_glob.d.ts +0 -0
  359. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/parse.d.ts +0 -0
  360. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/relative.d.ts +0 -0
  361. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/resolve.d.ts +0 -0
  362. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_file_url.d.ts +0 -0
  363. /package/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.4}/windows/to_namespaced_path.d.ts +0 -0
  364. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_chars.d.ts +0 -0
  365. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_chars.js +0 -0
  366. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_schema.d.ts +0 -0
  367. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_schema.js +0 -0
  368. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/binary.d.ts +0 -0
  369. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/binary.js +0 -0
  370. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/bool.d.ts +0 -0
  371. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/bool.js +0 -0
  372. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/float.d.ts +0 -0
  373. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/float.js +0 -0
  374. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/int.d.ts +0 -0
  375. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/int.js +0 -0
  376. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/map.d.ts +0 -0
  377. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/map.js +0 -0
  378. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/merge.d.ts +0 -0
  379. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/merge.js +0 -0
  380. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/nil.d.ts +0 -0
  381. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/nil.js +0 -0
  382. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/omap.d.ts +0 -0
  383. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/omap.js +0 -0
  384. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/pairs.d.ts +0 -0
  385. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/pairs.js +0 -0
  386. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/regexp.d.ts +0 -0
  387. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/regexp.js +0 -0
  388. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/seq.d.ts +0 -0
  389. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/seq.js +0 -0
  390. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/set.d.ts +0 -0
  391. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/set.js +0 -0
  392. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/str.d.ts +0 -0
  393. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/str.js +0 -0
  394. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/timestamp.d.ts +0 -0
  395. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/timestamp.js +0 -0
  396. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/undefined.d.ts +0 -0
  397. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type/undefined.js +0 -0
  398. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type.d.ts +0 -0
  399. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_type.js +0 -0
  400. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_utils.d.ts +0 -0
  401. /package/esm/deps/jsr.io/@std/yaml/{1.1.1 → 1.1.0}/_utils.js +0 -0
@@ -1,4 +1,4 @@
1
- import { isRecord, isTextPart, isToolCallPart, isToolResultPart } from "./conversation.js";
1
+ import { isReasoningPart, isRecord, isTextPart, isToolCallPart, isToolResultPart, } from "./conversation.js";
2
2
  import { parseKnownProblemBody, safeJsonParse } from "./provider-errors.js";
3
3
  function toToolInput(value) {
4
4
  return isRecord(value) ? Object.fromEntries(Object.entries(value)) : {};
@@ -6,11 +6,62 @@ function toToolInput(value) {
6
6
  const STREAM_PROMISE_TIMEOUT_TOKEN = Symbol("stream-promise-timeout");
7
7
  /** Default value for stream promise timeout ms. */
8
8
  export const DEFAULT_STREAM_PROMISE_TIMEOUT_MS = 10_000;
9
- function isToolUiPart(part) {
10
- return isRecord(part) && typeof Reflect.get(part, "toolCallId") === "string" && "state" in part;
9
+ function buildToolUiPart(descriptor) {
10
+ return {
11
+ type: "dynamic-tool",
12
+ toolName: descriptor.toolName,
13
+ toolCallId: descriptor.toolCallId,
14
+ input: descriptor.input,
15
+ state: descriptor.outputState === "started" ? "pending" : descriptor.outputState,
16
+ ...(descriptor.outputState === "output-available" ? { output: descriptor.output } : {}),
17
+ ...(descriptor.outputState === "output-error" && descriptor.errorText
18
+ ? { errorText: descriptor.errorText }
19
+ : {}),
20
+ };
21
+ }
22
+ function buildChatPartFromParsedPart(part) {
23
+ switch (part.kind) {
24
+ case "text":
25
+ return { type: "text", text: part.text };
26
+ case "reasoning":
27
+ return {
28
+ type: "reasoning",
29
+ text: part.text,
30
+ ...(part.signature ? { signature: part.signature } : {}),
31
+ ...(part.redactedData ? { redactedData: part.redactedData } : {}),
32
+ };
33
+ case "tool":
34
+ return buildToolUiPart(part);
35
+ }
36
+ }
37
+ function toChatParts(parts) {
38
+ return parts.map(buildChatPartFromParsedPart);
39
+ }
40
+ function upsertParsedToolResult(parts, result) {
41
+ const existingIndex = parts.findIndex((part) => part.kind === "tool" && part.toolCallId === result.toolCallId);
42
+ if (existingIndex >= 0) {
43
+ const existingPart = parts[existingIndex];
44
+ if (!existingPart || existingPart.kind !== "tool") {
45
+ return;
46
+ }
47
+ parts[existingIndex] = {
48
+ ...existingPart,
49
+ outputState: "output-available",
50
+ output: result.output,
51
+ };
52
+ return;
53
+ }
54
+ parts.push({
55
+ kind: "tool",
56
+ toolName: result.toolName,
57
+ toolCallId: result.toolCallId,
58
+ input: toToolInput(result.input),
59
+ outputState: "output-available",
60
+ output: result.output,
61
+ });
11
62
  }
12
63
  // --- Ordered-part building ---
13
- function buildOrderedFallbackPartsFromContentMessages(messages) {
64
+ function buildOrderedFallbackParsedPartsFromContentMessages(messages) {
14
65
  const orderedParts = [];
15
66
  const toolCallsById = new Map();
16
67
  const toolResultsById = new Map();
@@ -56,46 +107,40 @@ function buildOrderedFallbackPartsFromContentMessages(messages) {
56
107
  const text = part.text.trim();
57
108
  if (text.length > 0) {
58
109
  orderedParts.push({
59
- type: "text",
110
+ kind: "text",
60
111
  text,
61
112
  });
62
113
  }
63
114
  continue;
64
115
  }
116
+ if (isReasoningPart(part)) {
117
+ orderedParts.push({
118
+ kind: "reasoning",
119
+ text: typeof part.text === "string" ? part.text.trim() : "",
120
+ ...(typeof part.signature === "string" ? { signature: part.signature } : {}),
121
+ ...(typeof part.redactedData === "string" ? { redactedData: part.redactedData } : {}),
122
+ });
123
+ continue;
124
+ }
65
125
  if (isToolCallPart(part)) {
66
126
  const toolResult = toolResultsById.get(part.toolCallId);
67
127
  const toolCall = toolCallsById.get(part.toolCallId);
68
128
  orderedParts.push({
69
- type: "dynamic-tool",
129
+ kind: "tool",
70
130
  toolName: part.toolName,
71
131
  toolCallId: part.toolCallId,
72
132
  input: toToolInput(toolCall?.input ?? part.input),
73
- state: toolResult ? "output-available" : "input-available",
133
+ outputState: toolResult ? "output-available" : "input-available",
74
134
  ...(toolResult ? { output: toolResult.output } : {}),
75
135
  });
76
136
  continue;
77
137
  }
78
138
  if (isToolResultPart(part)) {
79
- const existingIndex = orderedParts.findIndex((existingPart) => isToolUiPart(existingPart) && existingPart.toolCallId === part.toolCallId);
80
- if (existingIndex >= 0) {
81
- const existingPart = orderedParts[existingIndex];
82
- if (existingPart === undefined || !isToolUiPart(existingPart)) {
83
- continue;
84
- }
85
- orderedParts[existingIndex] = {
86
- ...existingPart,
87
- state: "output-available",
88
- output: part.output,
89
- };
90
- continue;
91
- }
92
139
  const toolCall = toolCallsById.get(part.toolCallId);
93
- orderedParts.push({
94
- type: "dynamic-tool",
140
+ upsertParsedToolResult(orderedParts, {
95
141
  toolName: part.toolName,
96
142
  toolCallId: part.toolCallId,
97
- input: toToolInput(toolCall?.input ?? part.output),
98
- state: "output-available",
143
+ input: toolCall?.input ?? part.output,
99
144
  output: part.output,
100
145
  });
101
146
  }
@@ -103,7 +148,7 @@ function buildOrderedFallbackPartsFromContentMessages(messages) {
103
148
  }
104
149
  return orderedParts;
105
150
  }
106
- function buildOrderedFallbackPartsFromUiMessages(messages) {
151
+ function buildOrderedFallbackParsedPartsFromUiMessages(messages) {
107
152
  const orderedParts = [];
108
153
  for (const message of messages) {
109
154
  if (!isRecord(message) || !Array.isArray(message.parts)) {
@@ -116,11 +161,20 @@ function buildOrderedFallbackPartsFromUiMessages(messages) {
116
161
  }
117
162
  if (part.type === "text" && typeof part.text === "string" && part.text.trim().length > 0) {
118
163
  orderedParts.push({
119
- type: "text",
164
+ kind: "text",
120
165
  text: part.text.trim(),
121
166
  });
122
167
  continue;
123
168
  }
169
+ if (part.type === "reasoning" && typeof part.text === "string") {
170
+ orderedParts.push({
171
+ kind: "reasoning",
172
+ text: part.text.trim(),
173
+ ...(typeof part.signature === "string" ? { signature: part.signature } : {}),
174
+ ...(typeof part.redactedData === "string" ? { redactedData: part.redactedData } : {}),
175
+ });
176
+ continue;
177
+ }
124
178
  const toolCallId = typeof part.toolCallId === "string" ? part.toolCallId : null;
125
179
  if (!toolCallId) {
126
180
  continue;
@@ -136,11 +190,11 @@ function buildOrderedFallbackPartsFromUiMessages(messages) {
136
190
  continue;
137
191
  }
138
192
  orderedParts.push({
139
- type: "dynamic-tool",
193
+ kind: "tool",
140
194
  toolName: derivedToolName,
141
195
  toolCallId,
142
196
  input: toToolInput("args" in part ? part.args : "input" in part ? part.input : {}),
143
- state: "input-available",
197
+ outputState: "input-available",
144
198
  });
145
199
  }
146
200
  continue;
@@ -150,17 +204,17 @@ function buildOrderedFallbackPartsFromUiMessages(messages) {
150
204
  if (!isRecord(part) || part.type !== "tool-result" || typeof part.toolCallId !== "string") {
151
205
  continue;
152
206
  }
153
- const existingIndex = orderedParts.findIndex((existingPart) => isToolUiPart(existingPart) && existingPart.toolCallId === part.toolCallId);
207
+ const existingIndex = orderedParts.findIndex((existingPart) => existingPart.kind === "tool" && existingPart.toolCallId === part.toolCallId);
154
208
  if (existingIndex < 0) {
155
209
  continue;
156
210
  }
157
211
  const existingPart = orderedParts[existingIndex];
158
- if (existingPart === undefined || !isToolUiPart(existingPart)) {
212
+ if (existingPart === undefined || existingPart.kind !== "tool") {
159
213
  continue;
160
214
  }
161
215
  orderedParts[existingIndex] = {
162
216
  ...existingPart,
163
- state: "output-available",
217
+ outputState: "output-available",
164
218
  output: "result" in part ? part.result : null,
165
219
  };
166
220
  }
@@ -168,113 +222,88 @@ function buildOrderedFallbackPartsFromUiMessages(messages) {
168
222
  }
169
223
  return orderedParts;
170
224
  }
171
- // --- Part extraction ---
172
- function extractTextFromAssistantContent(content) {
173
- if (typeof content === "string") {
174
- return content.trim();
175
- }
176
- if (!Array.isArray(content)) {
177
- return "";
178
- }
179
- return content
180
- .flatMap((part) => isRecord(part) && part.type === "text" && typeof part.text === "string" &&
181
- part.text.trim().length > 0
182
- ? [part.text.trim()]
183
- : [])
184
- .join("\n")
185
- .trim();
186
- }
187
- function extractTextFromResponseMessages(step) {
225
+ function buildFallbackParsedPartsFromResponseMessages(step) {
188
226
  if (!isRecord(step) || !isRecord(step.response) || !Array.isArray(step.response.messages)) {
189
- return "";
227
+ return [];
190
228
  }
191
- const assistantTexts = step.response.messages
192
- .flatMap((message) => isRecord(message) && message.role === "assistant"
193
- ? [extractTextFromAssistantContent(message.content)]
194
- : [])
195
- .filter((text) => text.length > 0);
196
- return assistantTexts.join("\n").trim();
229
+ return buildOrderedFallbackParsedPartsFromContentMessages(step.response.messages);
197
230
  }
198
- function buildOrderedFallbackPartsFromResponseMessages(step) {
231
+ function buildFallbackParsedPartsFromUiResponseMessages(step) {
199
232
  if (!isRecord(step) || !isRecord(step.response) || !Array.isArray(step.response.messages)) {
200
233
  return [];
201
234
  }
202
- return buildOrderedFallbackPartsFromContentMessages(step.response.messages);
235
+ return buildOrderedFallbackParsedPartsFromUiMessages(step.response.messages);
203
236
  }
204
- function buildOrderedFallbackPartsFromUiResponseMessages(step) {
205
- if (!isRecord(step) || !isRecord(step.response) || !Array.isArray(step.response.messages)) {
206
- return [];
237
+ function buildFallbackParsedPartsFromExtractedStep(input) {
238
+ const parts = buildToolChunkDescriptorsFromStep({
239
+ step: input.step,
240
+ extractFinalStepToolCalls: input.extractFinalStepToolCalls,
241
+ extractFinalStepToolResults: input.extractFinalStepToolResults,
242
+ }).map((descriptor) => ({
243
+ kind: "tool",
244
+ ...descriptor,
245
+ }));
246
+ const text = input.extractFinalStepText(input.step);
247
+ if (text.length > 0) {
248
+ parts.push({
249
+ kind: "text",
250
+ text,
251
+ });
207
252
  }
208
- return buildOrderedFallbackPartsFromUiMessages(step.response.messages);
253
+ return parts;
209
254
  }
210
- function buildFallbackUiMessagePartsFromInput(input) {
211
- const orderedResponseParts = buildOrderedFallbackPartsFromResponseMessages(input.step);
255
+ function buildFallbackParsedPartsFromInput(input) {
256
+ const orderedResponseParts = buildFallbackParsedPartsFromResponseMessages(input.step);
212
257
  if (orderedResponseParts.length > 0) {
213
258
  return orderedResponseParts;
214
259
  }
215
260
  if (isRecord(input.step) && Array.isArray(input.step.messages)) {
216
- const orderedTopLevelContentParts = buildOrderedFallbackPartsFromContentMessages(input.step.messages);
261
+ const orderedTopLevelContentParts = buildOrderedFallbackParsedPartsFromContentMessages(input.step.messages);
217
262
  if (orderedTopLevelContentParts.length > 0) {
218
263
  return orderedTopLevelContentParts;
219
264
  }
220
265
  }
221
- const orderedUiResponseParts = buildOrderedFallbackPartsFromUiResponseMessages(input.step);
266
+ const orderedUiResponseParts = buildFallbackParsedPartsFromUiResponseMessages(input.step);
222
267
  if (orderedUiResponseParts.length > 0) {
223
268
  return orderedUiResponseParts;
224
269
  }
225
270
  if (isRecord(input.step) && Array.isArray(input.step.messages)) {
226
- const orderedUiTopLevelParts = buildOrderedFallbackPartsFromUiMessages(input.step.messages);
271
+ const orderedUiTopLevelParts = buildOrderedFallbackParsedPartsFromUiMessages(input.step.messages);
227
272
  if (orderedUiTopLevelParts.length > 0) {
228
273
  return orderedUiTopLevelParts;
229
274
  }
230
275
  }
231
- const parts = [];
232
- const toolCalls = input.extractFinalStepToolCalls(input.step);
233
- const toolResults = new Map(input.extractFinalStepToolResults(input.step).map((toolResult) => [toolResult.toolCallId, toolResult]));
234
- const handledToolCallIds = new Set();
235
- for (const toolCall of toolCalls) {
236
- const toolResult = toolResults.get(toolCall.toolCallId);
237
- handledToolCallIds.add(toolCall.toolCallId);
238
- if (toolResult) {
239
- parts.push({
240
- type: "dynamic-tool",
241
- toolName: toolCall.toolName,
242
- toolCallId: toolCall.toolCallId,
243
- input: toToolInput(toolCall.input),
244
- state: "output-available",
245
- output: toolResult.output,
246
- });
247
- continue;
248
- }
249
- parts.push({
250
- type: "dynamic-tool",
251
- toolName: toolCall.toolName,
252
- toolCallId: toolCall.toolCallId,
253
- input: toToolInput(toolCall.input),
254
- state: "input-available",
255
- });
276
+ return buildFallbackParsedPartsFromExtractedStep(input);
277
+ }
278
+ // --- Part extraction ---
279
+ function extractTextFromAssistantContent(content) {
280
+ if (typeof content === "string") {
281
+ return content.trim();
256
282
  }
257
- for (const toolResult of toolResults.values()) {
258
- if (handledToolCallIds.has(toolResult.toolCallId)) {
259
- continue;
260
- }
261
- parts.push({
262
- type: "dynamic-tool",
263
- toolName: toolResult.toolName,
264
- toolCallId: toolResult.toolCallId,
265
- input: toToolInput(toolResult.input),
266
- state: "output-available",
267
- output: toolResult.output,
268
- });
283
+ if (!Array.isArray(content)) {
284
+ return "";
269
285
  }
270
- const text = input.extractFinalStepText(input.step);
271
- if (text.length > 0) {
272
- parts.push({
273
- type: "text",
274
- text,
275
- });
286
+ return content
287
+ .flatMap((part) => isRecord(part) && part.type === "text" && typeof part.text === "string" &&
288
+ part.text.trim().length > 0
289
+ ? [part.text.trim()]
290
+ : [])
291
+ .join("\n")
292
+ .trim();
293
+ }
294
+ function extractTextFromResponseMessages(step) {
295
+ if (!isRecord(step) || !isRecord(step.response) || !Array.isArray(step.response.messages)) {
296
+ return "";
276
297
  }
277
- return parts;
298
+ const assistantTexts = step.response.messages
299
+ .flatMap((message) => isRecord(message) && message.role === "assistant"
300
+ ? [extractTextFromAssistantContent(message.content)]
301
+ : [])
302
+ .filter((text) => text.length > 0);
303
+ return assistantTexts.join("\n").trim();
304
+ }
305
+ function buildFallbackUiMessagePartsFromInput(input) {
306
+ return toChatParts(buildFallbackParsedPartsFromInput(input));
278
307
  }
279
308
  // --- Text diffing ---
280
309
  function hasEquivalentTextPart(parts, text) {
@@ -499,6 +528,79 @@ function buildToolFallbackChunks(descriptors, state) {
499
528
  }
500
529
  return chunks;
501
530
  }
531
+ function createMutableFallbackToolChunkState(state) {
532
+ return {
533
+ startedToolCallIds: new Set(state?.startedToolCallIds ?? []),
534
+ inputAvailableToolCallIds: new Set(state?.inputAvailableToolCallIds ?? []),
535
+ outputAvailableToolCallIds: new Set(state?.outputAvailableToolCallIds ?? []),
536
+ outputErrorToolCallIds: new Set(state?.outputErrorToolCallIds ?? []),
537
+ outputDeniedToolCallIds: new Set(state?.outputDeniedToolCallIds ?? []),
538
+ };
539
+ }
540
+ function markToolDescriptorEmitted(state, descriptor) {
541
+ state.startedToolCallIds.add(descriptor.toolCallId);
542
+ if (descriptor.outputState !== "started") {
543
+ state.inputAvailableToolCallIds.add(descriptor.toolCallId);
544
+ }
545
+ switch (descriptor.outputState) {
546
+ case "output-available":
547
+ state.outputAvailableToolCallIds.add(descriptor.toolCallId);
548
+ break;
549
+ case "output-error":
550
+ state.outputErrorToolCallIds.add(descriptor.toolCallId);
551
+ break;
552
+ case "output-denied":
553
+ state.outputDeniedToolCallIds.add(descriptor.toolCallId);
554
+ break;
555
+ }
556
+ }
557
+ function getIndexedFallbackChunkId(baseId, kind, index) {
558
+ if (kind === "text" && index === 0) {
559
+ return baseId;
560
+ }
561
+ if (index === 0) {
562
+ return `${baseId}:${kind}`;
563
+ }
564
+ return `${baseId}:${kind}:${index + 1}`;
565
+ }
566
+ function buildFallbackUiMessageChunksFromParsedParts(parts, messageId, state) {
567
+ const chunks = [];
568
+ const toolState = createMutableFallbackToolChunkState(state);
569
+ let reasoningIndex = 0;
570
+ let textIndex = 0;
571
+ for (const part of parts) {
572
+ switch (part.kind) {
573
+ case "reasoning": {
574
+ const id = getIndexedFallbackChunkId(messageId, "reasoning", reasoningIndex);
575
+ reasoningIndex += 1;
576
+ chunks.push({ type: "reasoning-start", id });
577
+ if (part.text.length > 0) {
578
+ chunks.push({ type: "reasoning-delta", id, delta: part.text });
579
+ }
580
+ chunks.push({
581
+ type: "reasoning-end",
582
+ id,
583
+ ...(part.signature ? { signature: part.signature } : {}),
584
+ ...(part.redactedData ? { redactedData: part.redactedData } : {}),
585
+ });
586
+ break;
587
+ }
588
+ case "text": {
589
+ const id = getIndexedFallbackChunkId(messageId, "text", textIndex);
590
+ textIndex += 1;
591
+ chunks.push({ type: "text-start", id });
592
+ chunks.push({ type: "text-delta", id, delta: part.text });
593
+ chunks.push({ type: "text-end", id });
594
+ break;
595
+ }
596
+ case "tool":
597
+ chunks.push(...buildToolFallbackChunks([part], toolState));
598
+ markToolDescriptorEmitted(toolState, part);
599
+ break;
600
+ }
601
+ }
602
+ return chunks;
603
+ }
502
604
  function buildMissingFallbackToolChunksFromInput(input) {
503
605
  return buildToolFallbackChunks(buildToolChunkDescriptorsFromStep({
504
606
  step: input.step,
@@ -645,24 +747,12 @@ export function appendMissingFallbackTextPart(parts, step) {
645
747
  }
646
748
  /** Builds fallback UI message chunks. */
647
749
  export function buildFallbackUiMessageChunks(step, messageId) {
648
- const chunks = buildMissingFallbackToolChunks(step);
649
- const text = extractFinalStepText(step);
650
- if (text.length > 0) {
651
- chunks.push({
652
- type: "text-start",
653
- id: messageId,
654
- });
655
- chunks.push({
656
- type: "text-delta",
657
- id: messageId,
658
- delta: text,
659
- });
660
- chunks.push({
661
- type: "text-end",
662
- id: messageId,
663
- });
664
- }
665
- return chunks;
750
+ return buildFallbackUiMessageChunksFromParsedParts(buildFallbackParsedPartsFromInput({
751
+ step,
752
+ extractFinalStepText,
753
+ extractFinalStepToolCalls,
754
+ extractFinalStepToolResults,
755
+ }), messageId);
666
756
  }
667
757
  /** Builds missing fallback tool chunks. */
668
758
  export function buildMissingFallbackToolChunks(step, state) {
@@ -7,7 +7,7 @@
7
7
  * @module extensions/discovery
8
8
  */
9
9
  import * as dntShim from "../../_dnt.shims.js";
10
- import { join } from "../../deps/jsr.io/@std/path/1.1.5/mod.js";
10
+ import { join } from "../../deps/jsr.io/@std/path/1.1.4/mod.js";
11
11
  function isCapability(value) {
12
12
  if (value === null || typeof value !== "object" || Array.isArray(value)) {
13
13
  return false;
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * @module extensions/factory-loader
8
8
  */
9
- import { isAbsolute, toFileUrl } from "../../deps/jsr.io/@std/path/1.1.5/mod.js";
9
+ import { isAbsolute, toFileUrl } from "../../deps/jsr.io/@std/path/1.1.4/mod.js";
10
10
  import { EXTENSION_VALIDATION_ERROR } from "./errors.js";
11
11
  /**
12
12
  * Dynamically import an extension factory from `path` and resolve it.
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @module extensions/orchestrate
9
9
  */
10
- import { basename, dirname } from "../../deps/jsr.io/@std/path/1.1.5/mod.js";
10
+ import { basename, dirname } from "../../deps/jsr.io/@std/path/1.1.4/mod.js";
11
11
  import * as defaultDiscovery from "./discovery.js";
12
12
  import { loadExtensionFactory as defaultLoadFactory } from "./factory-loader.js";
13
13
  import { ExtensionLoader } from "./loader.js";
@@ -1,4 +1,4 @@
1
- import { blue, bold, cyan, dim, gray, green, italic, magenta, red, reset, strikethrough, underline, white, yellow } from "../../../../deps/jsr.io/@std/fmt/1.0.10/colors.js";
1
+ import { blue, bold, cyan, dim, gray, green, italic, magenta, red, reset, strikethrough, underline, white, yellow } from "../../../../deps/jsr.io/@std/fmt/1.0.9/colors.js";
2
2
  import type { ConsoleStyler } from "./types.js";
3
3
  export declare const colors: ConsoleStyler;
4
4
  export { blue, bold, cyan, dim, gray, green, italic, magenta, red, reset, strikethrough, underline, white, yellow, };
@@ -1 +1 @@
1
- {"version":3,"file":"deno.d.ts","sourceRoot":"","sources":["../../../../../src/src/platform/compat/console/deno.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,KAAK,EACL,MAAM,EACN,OAAO,EACP,GAAG,EACH,KAAK,EACL,aAAa,EACb,SAAS,EACT,KAAK,EACL,MAAM,EACP,MAAM,mDAAmD,CAAC;AAC3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,aAepB,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,KAAK,EACL,MAAM,EACN,OAAO,EACP,GAAG,EACH,KAAK,EACL,aAAa,EACb,SAAS,EACT,KAAK,EACL,MAAM,GACP,CAAC"}
1
+ {"version":3,"file":"deno.d.ts","sourceRoot":"","sources":["../../../../../src/src/platform/compat/console/deno.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,KAAK,EACL,MAAM,EACN,OAAO,EACP,GAAG,EACH,KAAK,EACL,aAAa,EACb,SAAS,EACT,KAAK,EACL,MAAM,EACP,MAAM,kDAAkD,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,aAepB,CAAC;AAEF,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,KAAK,EACL,MAAM,EACN,OAAO,EACP,GAAG,EACH,KAAK,EACL,aAAa,EACb,SAAS,EACT,KAAK,EACL,MAAM,GACP,CAAC"}
@@ -1,4 +1,4 @@
1
- import { blue, bold, cyan, dim, gray, green, italic, magenta, red, reset, strikethrough, underline, white, yellow, } from "../../../../deps/jsr.io/@std/fmt/1.0.10/colors.js";
1
+ import { blue, bold, cyan, dim, gray, green, italic, magenta, red, reset, strikethrough, underline, white, yellow, } from "../../../../deps/jsr.io/@std/fmt/1.0.9/colors.js";
2
2
  export const colors = {
3
3
  red,
4
4
  green,
@@ -62,7 +62,7 @@ async function nodeLoad(options = {}) {
62
62
  }
63
63
  export let load;
64
64
  if (isDeno) {
65
- const stdDotenv = await import("../../../../deps/jsr.io/@std/dotenv/0.225.7/mod.js");
65
+ const stdDotenv = await import("../../../../deps/jsr.io/@std/dotenv/0.225.6/mod.js");
66
66
  load = stdDotenv.load;
67
67
  }
68
68
  else {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * @module
5
5
  */
6
- import { parse } from "../../../../deps/jsr.io/@std/yaml/1.1.1/parse.js";
6
+ import { parse } from "../../../../deps/jsr.io/@std/yaml/1.1.0/parse.js";
7
7
  const FRONTMATTER_RE = /^---\r?\n([\s\S]*?)(?:\r?\n)?---(?:\r?\n|$)([\s\S]*)$/;
8
8
  export function extract(text) {
9
9
  const match = text.match(FRONTMATTER_RE);
@@ -19,7 +19,7 @@
19
19
  * }
20
20
  * ```
21
21
  */
22
- import { join } from "../../deps/jsr.io/@std/path/1.1.5/mod.js";
22
+ import { join } from "../../deps/jsr.io/@std/path/1.1.4/mod.js";
23
23
  import { logger as baseLogger } from "../utils/index.js";
24
24
  import { collectFiles } from "../utils/file-discovery.js";
25
25
  import { importDiscoveryModule } from "../discovery/module-import.js";
@@ -156,7 +156,7 @@ function withEnvOverlay(fn) {
156
156
  let denoBdd = null;
157
157
  if (isDeno) {
158
158
  await installDenoEnvOverlayStorage();
159
- denoBdd = await import("../../deps/jsr.io/@std/testing/1.0.19/bdd.js");
159
+ denoBdd = await import("../../deps/jsr.io/@std/testing/1.0.17/bdd.js");
160
160
  }
161
161
  let _impl = null;
162
162
  function parseBddArgs(nameOrOptions, optionsOrFn, fn) {
@@ -7,7 +7,7 @@
7
7
  * @module transforms/mdx/esm-module-loader/module-fetcher/module-cache
8
8
  */
9
9
  import { join } from "../../../../platform/compat/path/index.js";
10
- import * as posix from "../../../../../deps/jsr.io/@std/path/1.1.5/posix/mod.js";
10
+ import * as posix from "../../../../../deps/jsr.io/@std/path/1.1.4/posix/mod.js";
11
11
  import { REACT_DEFAULT_VERSION } from "../../../../utils/constants/cdn.js";
12
12
  import { LOG_PREFIX_MDX_LOADER } from "../constants.js";
13
13
  import { getLocalFs, saveModulePathCache } from "../cache/index.js";
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.698";
2
+ export declare const VERSION = "0.1.699";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Keep in sync with deno.json version.
2
2
  // scripts/release.ts updates this constant during releases.
3
3
  /** Shared version value. */
4
- export const VERSION = "0.1.698";
4
+ export const VERSION = "0.1.699";
@@ -12,7 +12,7 @@
12
12
  import * as dntShim from "../../../_dnt.shims.js";
13
13
  import { logger as baseLogger } from "../../utils/index.js";
14
14
  import { api } from "../api.js";
15
- import { dirname, join, relative, resolve } from "../../../deps/jsr.io/@std/path/1.1.5/mod.js";
15
+ import { dirname, join, relative, resolve } from "../../../deps/jsr.io/@std/path/1.1.4/mod.js";
16
16
  import { INITIALIZATION_ERROR, INVALID_ARGUMENT, SECURITY_VIOLATION } from "../../errors/index.js";
17
17
  import { isWithinDirectory } from "../../utils/path-utils.js";
18
18
  const logger = baseLogger.component("workspace-sync");
@@ -21,7 +21,7 @@
21
21
  * export default workflow({ ... });
22
22
  * ```
23
23
  */
24
- import { join } from "../../../deps/jsr.io/@std/path/1.1.5/mod.js";
24
+ import { join } from "../../../deps/jsr.io/@std/path/1.1.4/mod.js";
25
25
  import { logger as baseLogger } from "../../utils/index.js";
26
26
  import { collectFiles } from "../../utils/file-discovery.js";
27
27
  import { importDiscoveryModule } from "../../discovery/module-import.js";