veryfront 0.1.593 → 0.1.595

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 (432) hide show
  1. package/esm/cli/commands/doctor/project-structure.js +1 -1
  2. package/esm/cli/commands/generate/command.js +1 -1
  3. package/esm/cli/commands/generate/integration-generator.js +1 -1
  4. package/esm/cli/commands/init/config-generator.d.ts.map +1 -1
  5. package/esm/cli/commands/init/config-generator.js +0 -1
  6. package/esm/cli/commands/init/init-command.js +1 -1
  7. package/esm/cli/commands/routes/command.js +1 -1
  8. package/esm/cli/templates/manifest.js +3 -3
  9. package/esm/deno.js +1 -1
  10. package/esm/deps/jsr.io/@std/assert/1.0.19/array_includes.js +1 -1
  11. package/esm/deps/jsr.io/@std/assert/1.0.19/equals.js +4 -4
  12. package/esm/deps/jsr.io/@std/assert/1.0.19/greater.js +1 -1
  13. package/esm/deps/jsr.io/@std/assert/1.0.19/greater_or_equal.js +1 -1
  14. package/esm/deps/jsr.io/@std/assert/1.0.19/is_error.js +1 -1
  15. package/esm/deps/jsr.io/@std/assert/1.0.19/less.js +1 -1
  16. package/esm/deps/jsr.io/@std/assert/1.0.19/less_or_equal.js +1 -1
  17. package/esm/deps/jsr.io/@std/assert/1.0.19/not_equals.js +1 -1
  18. package/esm/deps/jsr.io/@std/assert/1.0.19/not_strict_equals.js +1 -1
  19. package/esm/deps/jsr.io/@std/assert/1.0.19/strict_equals.js +5 -5
  20. package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/mod.d.ts.map +1 -1
  21. package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/mod.js +1 -1
  22. package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/parse.d.ts +2 -0
  23. package/esm/deps/jsr.io/@std/dotenv/0.225.7/parse.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/parse.js +8 -3
  25. package/esm/deps/jsr.io/@std/dotenv/0.225.7/stringify.d.ts.map +1 -0
  26. package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/stringify.js +14 -4
  27. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_create_walk_entry.d.ts.map +1 -1
  28. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_create_walk_entry.js +2 -2
  29. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_get_file_info_type.d.ts.map +1 -1
  30. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_same_path.d.ts.map +1 -1
  31. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_same_path.js +1 -1
  32. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_subdir.d.ts.map +1 -1
  33. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_subdir.js +2 -2
  34. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_to_path_string.d.ts.map +1 -1
  35. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_to_path_string.js +1 -1
  36. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/copy.d.ts.map +1 -1
  37. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/copy.js +4 -4
  38. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/empty_dir.d.ts.map +1 -1
  39. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/empty_dir.js +1 -1
  40. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_dir.d.ts.map +1 -1
  41. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_file.d.ts.map +1 -1
  42. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_file.js +1 -1
  43. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_link.d.ts.map +1 -1
  44. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_link.js +1 -1
  45. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_symlink.d.ts.map +1 -1
  46. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_symlink.js +3 -3
  47. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/eol.d.ts.map +1 -1
  48. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/exists.d.ts.map +1 -1
  49. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/expand_glob.d.ts +1 -1
  50. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/expand_glob.d.ts.map +1 -1
  51. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/expand_glob.js +7 -7
  52. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/mod.d.ts.map +1 -1
  53. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/move.d.ts.map +1 -1
  54. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/walk.d.ts +0 -2
  55. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/walk.d.ts.map +1 -1
  56. package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/walk.js +1 -1
  57. package/esm/deps/jsr.io/@std/internal/1.0.14/_os.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/internal/1.0.14/_os.js +14 -0
  59. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/assertion_state.d.ts.map +1 -1
  60. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/build_message.d.ts.map +1 -1
  61. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff.d.ts.map +1 -1
  62. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff.js +4 -3
  63. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff_str.d.ts.map +1 -1
  64. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff_str.js +8 -9
  65. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/format.d.ts.map +1 -1
  66. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/os.d.ts.map +1 -1
  67. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/styles.d.ts.map +1 -1
  68. package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/types.d.ts.map +1 -1
  69. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts.map +1 -1
  70. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.js +1 -1
  71. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts.map +1 -1
  72. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.js +1 -1
  73. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/common.d.ts.map +1 -1
  74. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/common.js +1 -1
  75. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts.map +1 -1
  76. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.js +1 -1
  77. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/dirname.d.ts.map +1 -1
  78. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/dirname.js +1 -1
  79. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.d.ts +2 -0
  80. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/path/1.1.5/_common/env.js +11 -0
  82. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/format.d.ts.map +1 -1
  83. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/format.js +1 -1
  84. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts.map +1 -1
  85. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.js +1 -1
  86. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/glob_to_reg_exp.d.ts.map +1 -1
  87. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/glob_to_reg_exp.js +1 -1
  88. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts.map +1 -1
  89. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.js +1 -1
  90. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts.map +1 -1
  91. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.js +1 -1
  92. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/relative.d.ts.map +1 -1
  93. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/relative.js +1 -1
  94. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts.map +1 -1
  95. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.js +1 -1
  96. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts.map +1 -1
  97. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.js +1 -1
  98. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.d.ts +4 -1
  99. package/esm/deps/jsr.io/@std/path/1.1.5/basename.d.ts.map +1 -0
  100. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/basename.js +6 -3
  101. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/common.d.ts.map +1 -1
  102. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/common.js +1 -1
  103. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/constants.d.ts.map +1 -1
  104. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/constants.js +2 -2
  105. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/dirname.d.ts +4 -1
  106. package/esm/deps/jsr.io/@std/path/1.1.5/dirname.d.ts.map +1 -0
  107. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/dirname.js +6 -3
  108. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.d.ts +4 -1
  109. package/esm/deps/jsr.io/@std/path/1.1.5/extname.d.ts.map +1 -0
  110. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/extname.js +6 -3
  111. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/format.d.ts.map +1 -1
  112. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/format.js +2 -2
  113. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/from_file_url.d.ts.map +1 -1
  114. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/from_file_url.js +2 -2
  115. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/glob_to_regexp.d.ts.map +1 -1
  116. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/glob_to_regexp.js +2 -2
  117. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts.map +1 -1
  118. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.js +2 -2
  119. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_glob.d.ts.map +1 -1
  120. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_glob.js +1 -1
  121. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts.map +1 -1
  122. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.js +2 -2
  123. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join_globs.d.ts.map +1 -1
  124. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join_globs.js +2 -2
  125. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/mod.d.ts.map +1 -1
  126. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/mod.js +1 -1
  127. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize.d.ts.map +1 -1
  128. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize.js +2 -2
  129. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize_glob.d.ts.map +1 -1
  130. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize_glob.js +2 -2
  131. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/parse.d.ts.map +1 -1
  132. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/parse.js +2 -2
  133. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts.map +1 -1
  134. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.js +1 -1
  135. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/basename.d.ts +5 -0
  136. package/esm/deps/jsr.io/@std/path/1.1.5/posix/basename.d.ts.map +1 -0
  137. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/basename.js +6 -1
  138. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/common.d.ts.map +1 -1
  139. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/common.js +1 -1
  140. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/constants.d.ts.map +1 -1
  141. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/constants.js +2 -1
  142. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/dirname.d.ts +5 -0
  143. package/esm/deps/jsr.io/@std/path/1.1.5/posix/dirname.d.ts.map +1 -0
  144. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/dirname.js +6 -1
  145. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/extname.d.ts +5 -0
  146. package/esm/deps/jsr.io/@std/path/1.1.5/posix/extname.d.ts.map +1 -0
  147. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/extname.js +6 -1
  148. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/format.d.ts.map +1 -1
  149. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/format.js +1 -1
  150. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts.map +1 -1
  151. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.js +1 -1
  152. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/glob_to_regexp.d.ts.map +1 -1
  153. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/glob_to_regexp.js +1 -1
  154. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts.map +1 -1
  155. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.js +1 -1
  156. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_glob.d.ts.map +1 -1
  157. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_glob.js +1 -1
  158. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.d.ts.map +1 -1
  159. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.js +1 -1
  160. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join_globs.d.ts.map +1 -1
  161. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join_globs.js +1 -1
  162. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/mod.d.ts.map +1 -1
  163. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/mod.js +1 -1
  164. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.d.ts.map +1 -1
  165. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.js +1 -1
  166. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize_glob.d.ts.map +1 -1
  167. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize_glob.js +1 -1
  168. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/parse.d.ts.map +1 -1
  169. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/parse.js +1 -1
  170. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/relative.d.ts.map +1 -1
  171. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/relative.js +1 -1
  172. package/esm/deps/jsr.io/@std/path/1.1.5/posix/resolve.d.ts.map +1 -0
  173. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/resolve.js +4 -9
  174. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.d.ts.map +1 -1
  175. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.js +1 -1
  176. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_namespaced_path.d.ts.map +1 -1
  177. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_namespaced_path.js +1 -1
  178. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/relative.d.ts.map +1 -1
  179. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/relative.js +2 -2
  180. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/resolve.d.ts.map +1 -1
  181. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/resolve.js +2 -2
  182. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.d.ts.map +1 -1
  183. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.js +2 -2
  184. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_namespaced_path.d.ts.map +1 -1
  185. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_namespaced_path.js +2 -2
  186. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/types.d.ts.map +1 -1
  187. package/esm/deps/jsr.io/@std/path/1.1.5/types.js +3 -0
  188. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts.map +1 -1
  189. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.js +1 -1
  190. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.d.ts +1 -0
  191. package/esm/deps/jsr.io/@std/path/1.1.5/windows/basename.d.ts.map +1 -0
  192. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/basename.js +2 -1
  193. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/constants.d.ts.map +1 -1
  194. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/constants.js +2 -1
  195. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/dirname.d.ts +1 -0
  196. package/esm/deps/jsr.io/@std/path/1.1.5/windows/dirname.d.ts.map +1 -0
  197. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/dirname.js +2 -1
  198. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/extname.d.ts +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.1.5/windows/extname.d.ts.map +1 -0
  200. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/extname.js +2 -1
  201. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/format.d.ts.map +1 -1
  202. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/format.js +1 -1
  203. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.d.ts.map +1 -1
  204. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.js +1 -1
  205. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/glob_to_regexp.d.ts.map +1 -1
  206. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/glob_to_regexp.js +1 -1
  207. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.d.ts.map +1 -1
  208. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.js +1 -1
  209. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.d.ts.map +1 -1
  210. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.js +1 -1
  211. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join_globs.d.ts.map +1 -1
  212. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join_globs.js +1 -1
  213. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.d.ts.map +1 -1
  214. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.js +1 -1
  215. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize_glob.d.ts.map +1 -1
  216. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize_glob.js +1 -1
  217. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/parse.d.ts.map +1 -1
  218. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/parse.js +1 -1
  219. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/relative.d.ts.map +1 -1
  220. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/relative.js +1 -1
  221. package/esm/deps/jsr.io/@std/path/1.1.5/windows/resolve.d.ts.map +1 -0
  222. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/resolve.js +5 -14
  223. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.d.ts.map +1 -1
  224. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.js +1 -1
  225. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_namespaced_path.d.ts.map +1 -1
  226. package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_namespaced_path.js +1 -1
  227. package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/_test_suite.d.ts.map +1 -1
  228. package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/_test_suite.js +1 -1
  229. package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/bdd.d.ts.map +1 -1
  230. package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/bdd.js +1 -1
  231. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_chars.d.ts.map +1 -1
  232. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_loader_state.d.ts +2 -2
  233. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_loader_state.d.ts.map +1 -1
  234. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_loader_state.js +29 -12
  235. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_schema.d.ts.map +1 -1
  236. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/binary.d.ts.map +1 -1
  237. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/bool.d.ts.map +1 -1
  238. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/float.d.ts.map +1 -1
  239. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/int.d.ts.map +1 -1
  240. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/map.d.ts.map +1 -1
  241. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/merge.d.ts.map +1 -1
  242. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/nil.d.ts.map +1 -1
  243. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/omap.d.ts.map +1 -1
  244. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/pairs.d.ts.map +1 -1
  245. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/regexp.d.ts.map +1 -1
  246. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/seq.d.ts.map +1 -1
  247. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/set.d.ts.map +1 -1
  248. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/str.d.ts.map +1 -1
  249. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/timestamp.d.ts.map +1 -1
  250. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/undefined.d.ts.map +1 -1
  251. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type.d.ts.map +1 -1
  252. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_utils.d.ts.map +1 -1
  253. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/parse.d.ts +7 -5
  254. package/esm/deps/jsr.io/@std/yaml/1.1.1/parse.d.ts.map +1 -0
  255. package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/parse.js +3 -1
  256. package/esm/src/build/bundler/code-splitter/splitter.js +1 -1
  257. package/esm/src/build/compiler/mdx-compiler/frontmatter-parser.js +1 -1
  258. package/esm/src/build/compiler/mdx-to-js.js +1 -1
  259. package/esm/src/build/production-build/asset-generation.js +1 -1
  260. package/esm/src/extensions/discovery.js +1 -1
  261. package/esm/src/extensions/factory-loader.js +1 -1
  262. package/esm/src/extensions/orchestrate.js +1 -1
  263. package/esm/src/integrations/_data.js +3 -3
  264. package/esm/src/platform/compat/std/dotenv.js +1 -1
  265. package/esm/src/platform/compat/std/front-matter-yaml.js +1 -1
  266. package/esm/src/task/discovery.js +1 -1
  267. package/esm/src/testing/bdd.js +1 -1
  268. package/esm/src/transforms/mdx/esm-module-loader/module-fetcher/module-cache.js +1 -1
  269. package/esm/src/utils/version-constant.d.ts +1 -1
  270. package/esm/src/utils/version-constant.js +1 -1
  271. package/esm/src/workflow/claude-code/workspace-sync.js +1 -1
  272. package/esm/src/workflow/discovery/workflow-discovery.js +1 -1
  273. package/package.json +1 -1
  274. package/esm/deps/jsr.io/@std/dotenv/0.225.6/parse.d.ts.map +0 -1
  275. package/esm/deps/jsr.io/@std/dotenv/0.225.6/stringify.d.ts.map +0 -1
  276. package/esm/deps/jsr.io/@std/internal/1.0.13/_os.d.ts.map +0 -1
  277. package/esm/deps/jsr.io/@std/internal/1.0.13/_os.js +0 -12
  278. package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +0 -1
  279. package/esm/deps/jsr.io/@std/path/1.1.4/dirname.d.ts.map +0 -1
  280. package/esm/deps/jsr.io/@std/path/1.1.4/extname.d.ts.map +0 -1
  281. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +0 -1
  282. package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts.map +0 -1
  283. package/esm/deps/jsr.io/@std/path/1.1.4/posix/extname.d.ts.map +0 -1
  284. package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts.map +0 -1
  285. package/esm/deps/jsr.io/@std/path/1.1.4/types.js +0 -3
  286. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +0 -1
  287. package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts.map +0 -1
  288. package/esm/deps/jsr.io/@std/path/1.1.4/windows/extname.d.ts.map +0 -1
  289. package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts.map +0 -1
  290. package/esm/deps/jsr.io/@std/yaml/1.1.0/parse.d.ts.map +0 -1
  291. /package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/mod.d.ts +0 -0
  292. /package/esm/deps/jsr.io/@std/dotenv/{0.225.6 → 0.225.7}/stringify.d.ts +0 -0
  293. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_create_walk_entry.d.ts +0 -0
  294. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_get_file_info_type.d.ts +0 -0
  295. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_get_file_info_type.js +0 -0
  296. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_same_path.d.ts +0 -0
  297. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_is_subdir.d.ts +0 -0
  298. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/_to_path_string.d.ts +0 -0
  299. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/copy.d.ts +0 -0
  300. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/empty_dir.d.ts +0 -0
  301. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_dir.d.ts +0 -0
  302. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_dir.js +0 -0
  303. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_file.d.ts +0 -0
  304. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_link.d.ts +0 -0
  305. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/ensure_symlink.d.ts +0 -0
  306. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/eol.d.ts +0 -0
  307. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/eol.js +0 -0
  308. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/exists.d.ts +0 -0
  309. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/exists.js +0 -0
  310. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/mod.d.ts +0 -0
  311. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/mod.js +0 -0
  312. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/move.d.ts +0 -0
  313. /package/esm/deps/jsr.io/@std/fs/{1.0.23 → 1.0.24}/move.js +0 -0
  314. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/_os.d.ts +0 -0
  315. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/assertion_state.d.ts +0 -0
  316. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/assertion_state.js +0 -0
  317. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/build_message.d.ts +0 -0
  318. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/build_message.js +0 -0
  319. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff.d.ts +0 -0
  320. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/diff_str.d.ts +0 -0
  321. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/format.d.ts +0 -0
  322. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/format.js +0 -0
  323. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/os.d.ts +0 -0
  324. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/os.js +0 -0
  325. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/styles.d.ts +0 -0
  326. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/styles.js +0 -0
  327. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/types.d.ts +0 -0
  328. /package/esm/deps/jsr.io/@std/internal/{1.0.13 → 1.0.14}/types.js +0 -0
  329. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/assert_path.d.ts +0 -0
  330. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/basename.d.ts +0 -0
  331. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/common.d.ts +0 -0
  332. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/constants.d.ts +0 -0
  333. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/dirname.d.ts +0 -0
  334. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/format.d.ts +0 -0
  335. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/from_file_url.d.ts +0 -0
  336. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/glob_to_reg_exp.d.ts +0 -0
  337. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize.d.ts +0 -0
  338. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/normalize_string.d.ts +0 -0
  339. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/relative.d.ts +0 -0
  340. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/strip_trailing_separators.d.ts +0 -0
  341. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/_common/to_file_url.d.ts +0 -0
  342. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/common.d.ts +0 -0
  343. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/constants.d.ts +0 -0
  344. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/format.d.ts +0 -0
  345. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/from_file_url.d.ts +0 -0
  346. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/glob_to_regexp.d.ts +0 -0
  347. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_absolute.d.ts +0 -0
  348. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/is_glob.d.ts +0 -0
  349. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join.d.ts +0 -0
  350. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/join_globs.d.ts +0 -0
  351. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/mod.d.ts +0 -0
  352. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize.d.ts +0 -0
  353. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/normalize_glob.d.ts +0 -0
  354. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/parse.d.ts +0 -0
  355. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/_util.d.ts +0 -0
  356. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/common.d.ts +0 -0
  357. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/constants.d.ts +0 -0
  358. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/format.d.ts +0 -0
  359. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/from_file_url.d.ts +0 -0
  360. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/glob_to_regexp.d.ts +0 -0
  361. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_absolute.d.ts +0 -0
  362. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/is_glob.d.ts +0 -0
  363. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join.d.ts +0 -0
  364. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/join_globs.d.ts +0 -0
  365. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/mod.d.ts +0 -0
  366. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize.d.ts +0 -0
  367. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/normalize_glob.d.ts +0 -0
  368. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/parse.d.ts +0 -0
  369. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/relative.d.ts +0 -0
  370. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/resolve.d.ts +0 -0
  371. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_file_url.d.ts +0 -0
  372. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/posix/to_namespaced_path.d.ts +0 -0
  373. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/relative.d.ts +0 -0
  374. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/resolve.d.ts +0 -0
  375. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_file_url.d.ts +0 -0
  376. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/to_namespaced_path.d.ts +0 -0
  377. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/types.d.ts +0 -0
  378. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/_util.d.ts +0 -0
  379. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/constants.d.ts +0 -0
  380. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/format.d.ts +0 -0
  381. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/from_file_url.d.ts +0 -0
  382. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/glob_to_regexp.d.ts +0 -0
  383. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/is_absolute.d.ts +0 -0
  384. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join.d.ts +0 -0
  385. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/join_globs.d.ts +0 -0
  386. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize.d.ts +0 -0
  387. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/normalize_glob.d.ts +0 -0
  388. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/parse.d.ts +0 -0
  389. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/relative.d.ts +0 -0
  390. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/resolve.d.ts +0 -0
  391. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_file_url.d.ts +0 -0
  392. /package/esm/deps/jsr.io/@std/path/{1.1.4 → 1.1.5}/windows/to_namespaced_path.d.ts +0 -0
  393. /package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/_test_suite.d.ts +0 -0
  394. /package/esm/deps/jsr.io/@std/testing/{1.0.18 → 1.0.19}/bdd.d.ts +0 -0
  395. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_chars.d.ts +0 -0
  396. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_chars.js +0 -0
  397. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_schema.d.ts +0 -0
  398. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_schema.js +0 -0
  399. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/binary.d.ts +0 -0
  400. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/binary.js +0 -0
  401. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/bool.d.ts +0 -0
  402. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/bool.js +0 -0
  403. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/float.d.ts +0 -0
  404. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/float.js +0 -0
  405. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/int.d.ts +0 -0
  406. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/int.js +0 -0
  407. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/map.d.ts +0 -0
  408. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/map.js +0 -0
  409. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/merge.d.ts +0 -0
  410. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/merge.js +0 -0
  411. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/nil.d.ts +0 -0
  412. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/nil.js +0 -0
  413. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/omap.d.ts +0 -0
  414. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/omap.js +0 -0
  415. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/pairs.d.ts +0 -0
  416. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/pairs.js +0 -0
  417. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/regexp.d.ts +0 -0
  418. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/regexp.js +0 -0
  419. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/seq.d.ts +0 -0
  420. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/seq.js +0 -0
  421. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/set.d.ts +0 -0
  422. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/set.js +0 -0
  423. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/str.d.ts +0 -0
  424. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/str.js +0 -0
  425. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/timestamp.d.ts +0 -0
  426. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/timestamp.js +0 -0
  427. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/undefined.d.ts +0 -0
  428. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type/undefined.js +0 -0
  429. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type.d.ts +0 -0
  430. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_type.js +0 -0
  431. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_utils.d.ts +0 -0
  432. /package/esm/deps/jsr.io/@std/yaml/{1.1.0 → 1.1.1}/_utils.js +0 -0
@@ -1,4 +1,4 @@
1
- import { exists } from "../../../deps/jsr.io/@std/fs/1.0.23/mod.js";
1
+ import { exists } from "../../../deps/jsr.io/@std/fs/1.0.24/mod.js";
2
2
  import { join } from "../../../src/platform/compat/path/index.js";
3
3
  import { getConfig } from "../../../src/config/index.js";
4
4
  export async function checkProjectStructure(projectDir) {
@@ -1,4 +1,4 @@
1
- import { join } from "../../../deps/jsr.io/@std/path/1.1.4/mod.js";
1
+ import { join } from "../../../deps/jsr.io/@std/path/1.1.5/mod.js";
2
2
  import { getConfig } from "../../../src/config/index.js";
3
3
  import { cliLogger } from "../../utils/index.js";
4
4
  import { createError, toError } from "../../../src/errors/index.js";
@@ -4,7 +4,7 @@
4
4
  * Generates new service integration scaffolds with interactive prompts.
5
5
  * Creates connector.json, API client, OAuth routes, token store, and tool skeletons.
6
6
  */
7
- import { join } from "../../../deps/jsr.io/@std/path/1.1.4/mod.js";
7
+ import { join } from "../../../deps/jsr.io/@std/path/1.1.5/mod.js";
8
8
  import { cyan, dim, green } from "../../ui/index.js";
9
9
  import { cliLogger } from "../../utils/index.js";
10
10
  import { createFileSystem } from "../../../src/platform/index.js";
@@ -1 +1 @@
1
- {"version":3,"file":"config-generator.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/config-generator.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,wBAAwB;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC1C,CAAC,CAAC;CACJ;AAED,wBAAsB,iBAAiB,CACrC,UAAU,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,GAAE,wBAA6B,GACrC,OAAO,CAAC,IAAI,CAAC,CA2Df"}
1
+ {"version":3,"file":"config-generator.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/config-generator.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,wBAAwB;IACvC;;;;;OAKG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;KAC1C,CAAC,CAAC;CACJ;AAED,wBAAsB,iBAAiB,CACrC,UAAU,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,MAAM,EACpB,OAAO,GAAE,wBAA6B,GACrC,OAAO,CAAC,IAAI,CAAC,CA0Df"}
@@ -44,7 +44,6 @@ export async function createPackageJson(projectDir, projectName, options = {}) {
44
44
  react: `^${DEFAULT_INIT_REACT_VERSION}`,
45
45
  "react-dom": `^${DEFAULT_INIT_REACT_VERSION}`,
46
46
  veryfront: `^${VERSION}`,
47
- "@veryfront/ext-bundler-esbuild": `^${VERSION}`,
48
47
  zod: "^3.24.0",
49
48
  },
50
49
  };
@@ -6,7 +6,7 @@ import { cliLogger as logger } from "../../utils/index.js";
6
6
  import { brand, dim, green, red } from "../../ui/index.js";
7
7
  import { createSpinner } from "../../ui/progress.js";
8
8
  import { box } from "../../ui/box.js";
9
- import { ensureDir } from "../../../deps/jsr.io/@std/fs/1.0.23/mod.js";
9
+ import { ensureDir } from "../../../deps/jsr.io/@std/fs/1.0.24/mod.js";
10
10
  import { join } from "../../../src/platform/compat/path/index.js";
11
11
  import { createPackageJson } from "./config-generator.js";
12
12
  import { createError, toError } from "../../../src/errors/index.js";
@@ -1,4 +1,4 @@
1
- import { join } from "../../../deps/jsr.io/@std/path/1.1.4/mod.js";
1
+ import { join } from "../../../deps/jsr.io/@std/path/1.1.5/mod.js";
2
2
  import { runtime } from "../../../src/platform/index.js";
3
3
  import { APIRouteHandler } from "../../../src/routing/index.js";
4
4
  import { getConfig } from "../../../src/config/index.js";
@@ -75,7 +75,7 @@ export default {
75
75
  "app/page.tsx": "'use client'\n\nimport { Chat, useChat } from 'veryfront/chat'\n\nexport default function MultiAgentChat(): JSX.Element {\n const chat = useChat({ api: '/api/ag-ui' })\n\n return <Chat {...chat} className=\"flex-1 min-h-0\" placeholder=\"Give the team a task...\" />\n}\n",
76
76
  "globals.css": "@import \"tailwindcss\";\n",
77
77
  "README.md": "# Multi-Agent System\n\nA team of specialized agents that collaborate on tasks.\n\n## What's included\n\n- Orchestrator that delegates to researcher and writer agents\n- Agent-as-tool composition via `getAgentsAsTools()`\n- Web search tool (placeholder, configure your own API)\n\n## Structure\n\n```\nagents/\n orchestrator.ts Coordinates the team\n researcher.ts Gathers information\n writer.ts Produces polished content\ntools/web-search.ts Placeholder search tool\napp/\n api/ag-ui/route.ts AG-UI endpoint\n page.tsx Chat interface\n```\n\nThis starter is not production-ready.\n",
78
- "tools/web-search.ts": "import { tool } from \"veryfront/tool\";\nimport { defineSchema } from \"veryfront/schemas\";\n\nexport default tool({\n id: \"web-search\",\n description: \"Search the web for information on a topic\",\n inputSchema: defineSchema((v) => v.object({\n query: v.string().describe(\"Search query\"),\n }))(),\n execute: async ({ query: _query }) => {\n // Connect a real search API to use this tool.\n // Popular options: Tavily, SerpAPI, Brave Search\n throw new Error(\n \"No search API configured. \" +\n \"See https://veryfront.com/code/guides/tools for setup instructions.\",\n );\n },\n});\n",
78
+ "tools/web-search.ts": "import { tool } from \"veryfront/tool\";\nimport { defineSchema } from \"veryfront/schemas\";\n\nexport default tool({\n id: \"web-search\",\n description: \"Search the web for information on a topic\",\n inputSchema: defineSchema((v) => v.object({\n query: v.string().describe(\"Search query\"),\n }))(),\n execute: async ({ query: _query }) => {\n // Connect a real search API to use this tool.\n // Popular options: Tavily, SerpAPI, Brave Search\n throw new Error(\n \"No search API configured. \" +\n \"See https://veryfront.com/docs/code/guides/tools for setup instructions.\",\n );\n },\n});\n",
79
79
  "tsconfig.json": "{\n \"compilerOptions\": {\n \"target\": \"ES2022\",\n \"module\": \"ESNext\",\n \"moduleResolution\": \"bundler\",\n \"strict\": true,\n \"jsx\": \"react-jsx\",\n \"skipLibCheck\": true,\n \"esModuleInterop\": true,\n \"paths\": {\n \"@/*\": [\"./*\"]\n }\n },\n \"include\": [\"**/*.ts\", \"**/*.tsx\"],\n \"exclude\": [\"node_modules\"]\n}\n"
80
80
  }
81
81
  },
@@ -85,8 +85,8 @@ export default {
85
85
  "app/api/ag-ui/route.ts": "import { createAgUiHandler } from \"veryfront/agent\";\n\nexport const POST = createAgUiHandler(\"assistant\");\n",
86
86
  "app/dashboard/page.tsx": "\"use client\";\n\nimport { useState } from \"react\";\nimport { Chat, useChat } from \"veryfront/chat\";\n\ninterface Conversation {\n id: string;\n title: string;\n updatedAt: string;\n}\n\nconst INITIAL_CONVERSATIONS: Conversation[] = [\n { id: \"1\", title: \"Getting started\", updatedAt: \"Just now\" },\n];\n\nexport default function Dashboard(): JSX.Element {\n const [conversations] = useState<Conversation[]>(INITIAL_CONVERSATIONS);\n const [activeId, setActiveId] = useState(\"1\");\n const chat = useChat({ api: \"/api/ag-ui\" });\n\n return (\n <div className=\"flex h-screen bg-white dark:bg-neutral-950\">\n {/* Sidebar */}\n <aside className=\"w-64 border-r border-neutral-200 dark:border-neutral-800 flex flex-col bg-neutral-50 dark:bg-neutral-900\">\n <div className=\"p-4 border-b border-neutral-200 dark:border-neutral-800\">\n <button className=\"w-full flex items-center gap-2 px-3 py-2 text-sm font-medium text-neutral-700 dark:text-neutral-300 bg-white dark:bg-neutral-800 border border-neutral-200 dark:border-neutral-700 rounded-lg hover:bg-neutral-50 dark:hover:bg-neutral-700 transition-colors\">\n <svg\n className=\"w-4 h-4\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n stroke=\"currentColor\"\n strokeWidth={2}\n >\n <path\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n d=\"M12 4.5v15m7.5-7.5h-15\"\n />\n </svg>\n New chat\n </button>\n </div>\n\n <nav className=\"flex-1 overflow-y-auto p-2 space-y-0.5\">\n {conversations.map((conv) => (\n <button\n key={conv.id}\n onClick={() => setActiveId(conv.id)}\n className={`w-full text-left px-3 py-2 rounded-lg text-sm transition-colors ${\n activeId === conv.id\n ? \"bg-neutral-200 dark:bg-neutral-800 text-neutral-900 dark:text-white\"\n : \"text-neutral-600 dark:text-neutral-400 hover:bg-neutral-100 dark:hover:bg-neutral-800/50\"\n }`}\n >\n <p className=\"truncate\">{conv.title}</p>\n <p className=\"text-xs text-neutral-400 mt-0.5\">\n {conv.updatedAt}\n </p>\n </button>\n ))}\n </nav>\n\n <div className=\"p-4 border-t border-neutral-200 dark:border-neutral-800\">\n <div className=\"flex items-center gap-2\">\n <div className=\"w-8 h-8 rounded-full bg-neutral-200 dark:bg-neutral-700 flex items-center justify-center text-xs font-medium text-neutral-600 dark:text-neutral-300\">\n U\n </div>\n <div className=\"flex-1 min-w-0\">\n <p className=\"text-sm font-medium text-neutral-900 dark:text-white truncate\">\n User\n </p>\n <p className=\"text-xs text-neutral-500 truncate\">\n user@example.com\n </p>\n </div>\n </div>\n </div>\n </aside>\n\n {/* Chat */}\n <main className=\"flex-1 flex flex-col\">\n <Chat {...chat} className=\"flex-1 min-h-0\" placeholder=\"Message...\" />\n </main>\n </div>\n );\n}\n",
87
87
  "app/layout.tsx": "import \"../globals.css\";\nimport { Head } from \"veryfront/head\";\n\nexport default function RootLayout({\n children,\n}: {\n children: React.ReactNode;\n}): React.ReactNode {\n return (\n <>\n <Head>\n <title>AI SaaS</title>\n </Head>\n <div className=\"antialiased\">\n {children}\n </div>\n </>\n );\n}\n",
88
- "app/login/page.tsx": "\"use client\";\n\nexport default function LoginPage(): JSX.Element {\n return (\n <div className=\"min-h-screen flex items-center justify-center bg-neutral-50 dark:bg-neutral-950 px-4\">\n <div className=\"w-full max-w-sm\">\n <div className=\"text-center mb-8\">\n <h1 className=\"text-xl font-bold text-neutral-900 dark:text-white\">\n Welcome back\n </h1>\n <p className=\"text-sm text-neutral-500 dark:text-neutral-400 mt-1\">\n Sign in to continue\n </p>\n </div>\n\n <div className=\"bg-white dark:bg-neutral-900 rounded-2xl border border-neutral-200 dark:border-neutral-800 p-6 space-y-3\">\n <a\n href=\"/api/auth/google\"\n className=\"flex items-center justify-center gap-2 w-full px-4 py-2.5 border border-neutral-200 dark:border-neutral-800 rounded-xl text-sm font-medium text-neutral-700 dark:text-neutral-300 hover:bg-neutral-50 dark:hover:bg-neutral-800 transition-colors\"\n >\n <svg className=\"w-4 h-4\" viewBox=\"0 0 24 24\">\n <path\n fill=\"#4285F4\"\n d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 01-2.2 3.32v2.76h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\"\n />\n <path\n fill=\"#34A853\"\n d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\"\n />\n <path\n fill=\"#FBBC05\"\n d=\"M5.84 14.09a7.12 7.12 0 010-4.18V7.07H2.18A11.99 11.99 0 001 12c0 1.94.46 3.77 1.18 5.43l3.66-3.34z\"\n />\n <path\n fill=\"#EA4335\"\n d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\"\n />\n </svg>\n Continue with Google\n </a>\n <a\n href=\"/api/auth/github\"\n className=\"flex items-center justify-center gap-2 w-full px-4 py-2.5 border border-neutral-200 dark:border-neutral-800 rounded-xl text-sm font-medium text-neutral-700 dark:text-neutral-300 hover:bg-neutral-50 dark:hover:bg-neutral-800 transition-colors\"\n >\n <svg className=\"w-4 h-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path d=\"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.51 11.51 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z\" />\n </svg>\n Continue with GitHub\n </a>\n </div>\n\n <p className=\"mt-6 text-center text-xs text-neutral-400\">\n <a\n href=\"/\"\n className=\"hover:text-neutral-600 dark:hover:text-neutral-300\"\n >\n &larr; Back to home\n </a>\n </p>\n </div>\n </div>\n );\n}\n",
89
- "app/page.tsx": "export default function LandingPage(): JSX.Element {\n return (\n <div className=\"min-h-screen bg-white dark:bg-neutral-950\">\n {/* Nav */}\n <nav className=\"border-b border-neutral-100 dark:border-neutral-900\">\n <div className=\"max-w-5xl mx-auto flex items-center justify-between px-6 h-14\">\n <span className=\"font-semibold text-neutral-900 dark:text-white\">\n AI SaaS\n </span>\n <div className=\"flex items-center gap-4\">\n <a\n href=\"/login\"\n className=\"text-sm text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white transition-colors\"\n >\n Sign in\n </a>\n <a\n href=\"/login\"\n className=\"text-sm px-4 py-1.5 bg-neutral-900 dark:bg-white text-white dark:text-neutral-900 rounded-full font-medium hover:opacity-90 transition-opacity\"\n >\n Get started\n </a>\n </div>\n </div>\n </nav>\n\n {/* Hero */}\n <main className=\"max-w-5xl mx-auto px-6\">\n <div className=\"pt-24 pb-16 text-center\">\n <h1 className=\"text-4xl md:text-5xl font-bold tracking-tight text-neutral-900 dark:text-white\">\n Your AI-powered platform\n </h1>\n <p className=\"mt-4 text-lg text-neutral-500 dark:text-neutral-400 max-w-lg mx-auto\">\n Built with Veryfront. Agents, tools, and memory are ready for\n production.\n </p>\n <div className=\"mt-8 flex gap-3 justify-center\">\n <a\n href=\"/login\"\n className=\"px-6 py-2.5 bg-neutral-900 dark:bg-white text-white dark:text-neutral-900 rounded-full font-medium hover:opacity-90 transition-opacity\"\n >\n Start free\n </a>\n <a\n href=\"https://veryfront.com/code/guides\"\n className=\"px-6 py-2.5 border border-neutral-200 dark:border-neutral-800 text-neutral-700 dark:text-neutral-300 rounded-full font-medium hover:bg-neutral-50 dark:hover:bg-neutral-900 transition-colors\"\n >\n Documentation\n </a>\n </div>\n </div>\n\n {/* Features */}\n <div className=\"grid grid-cols-1 md:grid-cols-3 gap-6 py-16 border-t border-neutral-100 dark:border-neutral-900\">\n {[\n {\n title: \"AI Agents\",\n desc: \"Define agents with tools, memory, and streaming. Veryfront auto-discovers them from your project.\",\n },\n {\n title: \"Per-User Memory\",\n desc: \"Each user gets their own conversation history, persisted across sessions.\",\n },\n {\n title: \"Production Ready\",\n desc: \"Use auth, rate limiting, and deployment to ship to production with one command.\",\n },\n ].map(({ title, desc }) => (\n <div key={title}>\n <h3 className=\"font-medium text-neutral-900 dark:text-white\">\n {title}\n </h3>\n <p className=\"mt-1 text-sm text-neutral-500 dark:text-neutral-400\">\n {desc}\n </p>\n </div>\n ))}\n </div>\n </main>\n </div>\n );\n}\n",
88
+ "app/login/page.tsx": "\"use client\";\n\n// Demo sign-in: the buttons below pass straight through to /dashboard so the\n// starter is usable out of the box. To wire up real OAuth, scaffold provider\n// routes at app/api/auth/google/route.ts and app/api/auth/github/route.ts and\n// point the hrefs there. See https://veryfront.com/docs/code/guides/oauth.\nexport default function LoginPage(): JSX.Element {\n return (\n <div className=\"min-h-screen flex items-center justify-center bg-neutral-50 dark:bg-neutral-950 px-4\">\n <div className=\"w-full max-w-sm\">\n <div className=\"text-center mb-8\">\n <h1 className=\"text-xl font-bold text-neutral-900 dark:text-white\">\n Welcome back\n </h1>\n <p className=\"text-sm text-neutral-500 dark:text-neutral-400 mt-1\">\n Sign in to continue\n </p>\n </div>\n\n <div className=\"bg-white dark:bg-neutral-900 rounded-2xl border border-neutral-200 dark:border-neutral-800 p-6 space-y-3\">\n <a\n href=\"/dashboard\"\n className=\"flex items-center justify-center gap-2 w-full px-4 py-2.5 border border-neutral-200 dark:border-neutral-800 rounded-xl text-sm font-medium text-neutral-700 dark:text-neutral-300 hover:bg-neutral-50 dark:hover:bg-neutral-800 transition-colors\"\n >\n <svg className=\"w-4 h-4\" viewBox=\"0 0 24 24\">\n <path\n fill=\"#4285F4\"\n d=\"M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 01-2.2 3.32v2.76h3.57c2.08-1.92 3.28-4.74 3.28-8.09z\"\n />\n <path\n fill=\"#34A853\"\n d=\"M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z\"\n />\n <path\n fill=\"#FBBC05\"\n d=\"M5.84 14.09a7.12 7.12 0 010-4.18V7.07H2.18A11.99 11.99 0 001 12c0 1.94.46 3.77 1.18 5.43l3.66-3.34z\"\n />\n <path\n fill=\"#EA4335\"\n d=\"M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z\"\n />\n </svg>\n Continue with Google\n </a>\n <a\n href=\"/dashboard\"\n className=\"flex items-center justify-center gap-2 w-full px-4 py-2.5 border border-neutral-200 dark:border-neutral-800 rounded-xl text-sm font-medium text-neutral-700 dark:text-neutral-300 hover:bg-neutral-50 dark:hover:bg-neutral-800 transition-colors\"\n >\n <svg className=\"w-4 h-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path d=\"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.51 11.51 0 0112 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12z\" />\n </svg>\n Continue with GitHub\n </a>\n </div>\n\n <p className=\"mt-6 text-center text-xs text-neutral-400\">\n <a\n href=\"/\"\n className=\"hover:text-neutral-600 dark:hover:text-neutral-300\"\n >\n &larr; Back to home\n </a>\n </p>\n </div>\n </div>\n );\n}\n",
89
+ "app/page.tsx": "export default function LandingPage(): JSX.Element {\n return (\n <div className=\"min-h-screen bg-white dark:bg-neutral-950\">\n {/* Nav */}\n <nav className=\"border-b border-neutral-100 dark:border-neutral-900\">\n <div className=\"max-w-5xl mx-auto flex items-center justify-between px-6 h-14\">\n <span className=\"font-semibold text-neutral-900 dark:text-white\">\n AI SaaS\n </span>\n <div className=\"flex items-center gap-4\">\n <a\n href=\"/login\"\n className=\"text-sm text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white transition-colors\"\n >\n Sign in\n </a>\n <a\n href=\"/login\"\n className=\"text-sm px-4 py-1.5 bg-neutral-900 dark:bg-white text-white dark:text-neutral-900 rounded-full font-medium hover:opacity-90 transition-opacity\"\n >\n Get started\n </a>\n </div>\n </div>\n </nav>\n\n {/* Hero */}\n <main className=\"max-w-5xl mx-auto px-6\">\n <div className=\"pt-24 pb-16 text-center\">\n <h1 className=\"text-4xl md:text-5xl font-bold tracking-tight text-neutral-900 dark:text-white\">\n Your AI-powered platform\n </h1>\n <p className=\"mt-4 text-lg text-neutral-500 dark:text-neutral-400 max-w-lg mx-auto\">\n Built with Veryfront. Agents, tools, and memory are ready for\n production.\n </p>\n <div className=\"mt-8 flex gap-3 justify-center\">\n <a\n href=\"/login\"\n className=\"px-6 py-2.5 bg-neutral-900 dark:bg-white text-white dark:text-neutral-900 rounded-full font-medium hover:opacity-90 transition-opacity\"\n >\n Start free\n </a>\n <a\n href=\"https://veryfront.com/docs/code/guides\"\n className=\"px-6 py-2.5 border border-neutral-200 dark:border-neutral-800 text-neutral-700 dark:text-neutral-300 rounded-full font-medium hover:bg-neutral-50 dark:hover:bg-neutral-900 transition-colors\"\n >\n Documentation\n </a>\n </div>\n </div>\n\n {/* Features */}\n <div className=\"grid grid-cols-1 md:grid-cols-3 gap-6 py-16 border-t border-neutral-100 dark:border-neutral-900\">\n {[\n {\n title: \"AI Agents\",\n desc: \"Define agents with tools, memory, and streaming. Veryfront auto-discovers them from your project.\",\n },\n {\n title: \"Per-User Memory\",\n desc: \"Each user gets their own conversation history, persisted across sessions.\",\n },\n {\n title: \"Production Ready\",\n desc: \"Use auth, rate limiting, and deployment to ship to production with one command.\",\n },\n ].map(({ title, desc }) => (\n <div key={title}>\n <h3 className=\"font-medium text-neutral-900 dark:text-white\">\n {title}\n </h3>\n <p className=\"mt-1 text-sm text-neutral-500 dark:text-neutral-400\">\n {desc}\n </p>\n </div>\n ))}\n </div>\n </main>\n </div>\n );\n}\n",
90
90
  "globals.css": "@import \"tailwindcss\";\n",
91
91
  "README.md": "# SaaS Starter\n\nA production-ready app with authentication, conversation memory, and a full UI.\n\n## What's included\n\n- Landing page with feature highlights\n- OAuth login (Google and GitHub)\n- Dashboard with conversation sidebar\n- Per-user conversation memory persisted across sessions\n\n## Structure\n\n```\nagents/assistant.ts Agent with conversation memory\ntools/search.ts Placeholder domain search\napp/\n api/ag-ui/route.ts AG-UI endpoint\n page.tsx Landing page\n login/page.tsx OAuth login\n dashboard/page.tsx Chat with sidebar\n```\n\nThis starter is not production-ready.\n",
92
92
  "tools/search.ts": "import { tool } from \"veryfront/tool\";\nimport { defineSchema } from \"veryfront/schemas\";\n\nexport default tool({\n id: \"search\",\n description: \"Search your knowledge base\",\n inputSchema: defineSchema((v) => v.object({\n query: v.string().describe(\"Search query\"),\n }))(),\n execute: async ({ query }) => {\n // Replace with your domain-specific search logic\n return {\n results: [],\n query,\n message: \"Connect your data source for real results.\",\n };\n },\n});\n",
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.593",
3
+ "version": "0.1.595",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "workspace": [
@@ -1,7 +1,7 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { equal } from "./equal.js";
4
- import { format } from "../../internal/1.0.13/format.js";
4
+ import { format } from "../../internal/1.0.14/format.js";
5
5
  import { AssertionError } from "./assertion_error.js";
6
6
  function isPrimitive(value) {
7
7
  return value === null ||
@@ -1,10 +1,10 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { equal } from "./equal.js";
4
- import { buildMessage } from "../../internal/1.0.13/build_message.js";
5
- import { diff } from "../../internal/1.0.13/diff.js";
6
- import { diffStr } from "../../internal/1.0.13/diff_str.js";
7
- import { format } from "../../internal/1.0.13/format.js";
4
+ import { buildMessage } from "../../internal/1.0.14/build_message.js";
5
+ import { diff } from "../../internal/1.0.14/diff.js";
6
+ import { diffStr } from "../../internal/1.0.14/diff_str.js";
7
+ import { format } from "../../internal/1.0.14/format.js";
8
8
  import { AssertionError } from "./assertion_error.js";
9
9
  /**
10
10
  * Make an assertion that `actual` and `expected` are equal, deeply. If not
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.13/format.js";
3
+ import { format } from "../../internal/1.0.14/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is greater than `expected`.
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.13/format.js";
3
+ import { format } from "../../internal/1.0.14/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is greater than or equal to `expected`.
@@ -1,7 +1,7 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { AssertionError } from "./assertion_error.js";
4
- import { stripAnsiCode } from "../../internal/1.0.13/styles.js";
4
+ import { stripAnsiCode } from "../../internal/1.0.14/styles.js";
5
5
  /**
6
6
  * Make an assertion that `error` is an `Error`.
7
7
  * If not then an error will be thrown.
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.13/format.js";
3
+ import { format } from "../../internal/1.0.14/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is less than `expected`.
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
- import { format } from "../../internal/1.0.13/format.js";
3
+ import { format } from "../../internal/1.0.14/format.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
5
  /**
6
6
  * Make an assertion that `actual` is less than or equal to `expected`.
@@ -2,7 +2,7 @@
2
2
  // This module is browser compatible.
3
3
  import { equal } from "./equal.js";
4
4
  import { AssertionError } from "./assertion_error.js";
5
- import { format } from "../../internal/1.0.13/format.js";
5
+ import { format } from "../../internal/1.0.14/format.js";
6
6
  /**
7
7
  * Make an assertion that `actual` and `expected` are not equal, deeply.
8
8
  * If not then throw.
@@ -1,7 +1,7 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  import { AssertionError } from "./assertion_error.js";
4
- import { format } from "../../internal/1.0.13/format.js";
4
+ import { format } from "../../internal/1.0.14/format.js";
5
5
  /**
6
6
  * Make an assertion that `actual` and `expected` are not strictly equal, using
7
7
  * {@linkcode Object.is} for equality comparison. If the values are strictly
@@ -1,10 +1,10 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
- import { buildMessage } from "../../internal/1.0.13/build_message.js";
4
- import { diff } from "../../internal/1.0.13/diff.js";
5
- import { diffStr } from "../../internal/1.0.13/diff_str.js";
6
- import { format } from "../../internal/1.0.13/format.js";
7
- import { red } from "../../internal/1.0.13/styles.js";
3
+ import { buildMessage } from "../../internal/1.0.14/build_message.js";
4
+ import { diff } from "../../internal/1.0.14/diff.js";
5
+ import { diffStr } from "../../internal/1.0.14/diff_str.js";
6
+ import { format } from "../../internal/1.0.14/format.js";
7
+ import { red } from "../../internal/1.0.14/styles.js";
8
8
  import { AssertionError } from "./assertion_error.js";
9
9
  /**
10
10
  * Make an assertion that `actual` and `expected` are strictly equal, using
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/dotenv/0.225.6/mod.ts"],"names":[],"mappings":"AA4BA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAE3B,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC;IAE9B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,QAAQ,CACtB,OAAO,GAAE,WAAgB,GACxB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAexB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgIG;AACH,wBAAsB,IAAI,CACxB,OAAO,GAAE,WAAgB,GACxB,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAejC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/dotenv/0.225.7/mod.ts"],"names":[],"mappings":"AA4BA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAE3B,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC;IAE9B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,QAAQ,CACtB,OAAO,GAAE,WAAgB,GACxB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAexB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgIG;AACH,wBAAsB,IAAI,CACxB,OAAO,GAAE,WAAgB,GACxB,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAejC"}
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  /**
3
3
  * Parses and loads environment variables from a `.env` file into the current
4
4
  * process, or stringify data into a `.env` file format.
@@ -2,6 +2,8 @@
2
2
  * Parse `.env` file output in an object.
3
3
  *
4
4
  * Note: The key needs to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.
5
+ * Double-quoted values expand `\n`, `\r`, `\t`, `\"`, `\'`, and `\\` escape
6
+ * sequences.
5
7
  *
6
8
  * @example Usage
7
9
  * ```ts
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/dotenv/0.225.7/parse.ts"],"names":[],"mappings":"AA2DA;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAoC1D"}
@@ -1,15 +1,18 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- const KEY_VALUE_REGEXP = /^\s*(?:export\s+)?(?<key>[^\s=#]+?)\s*=[\ \t]*('\r?\n?(?<notInterpolated>(.|\r\n|\n)*?)\r?\n?'|"\r?\n?(?<interpolated>(.|\r\n|\n)*?)\r?\n?"|(?<unquoted>[^\r\n#]*)) *#*.*$/gm;
3
+ const KEY_VALUE_REGEXP = /^\s*(?:export\s+)?(?<key>[^\s=#]+?)\s*=[\ \t]*('\r?\n?(?<notInterpolated>(.|\r\n|\n)*?)\r?\n?'|"\r?\n?(?<interpolated>(?:[^"\\]|\\[\s\S])*?)\r?\n?"|(?<unquoted>[^\r\n#]*)) *#*.*$/gm;
4
4
  const VALID_KEY_REGEXP = /^[a-zA-Z_][a-zA-Z0-9_]*$/;
5
5
  const EXPAND_VALUE_REGEXP = /(\${(?<inBrackets>.+?)(\:-(?<inBracketsDefault>.+))?}|(?<!\\)\$(?<notInBrackets>\w+)(\:-(?<notInBracketsDefault>.+))?)/g;
6
6
  const CHARACTERS_MAP = {
7
7
  "\\n": "\n",
8
8
  "\\r": "\r",
9
9
  "\\t": "\t",
10
+ '\\"': '"',
11
+ "\\'": "'",
12
+ "\\\\": "\\",
10
13
  };
11
14
  function expandCharacters(str) {
12
- return str.replace(/\\([nrt])/g, ($1) => CHARACTERS_MAP[$1] ?? "");
15
+ return str.replace(/\\[\s\S]/g, (match) => CHARACTERS_MAP[match] ?? match);
13
16
  }
14
17
  function expand(str, variablesMap) {
15
18
  let current = str;
@@ -27,6 +30,8 @@ function expand(str, variablesMap) {
27
30
  * Parse `.env` file output in an object.
28
31
  *
29
32
  * Note: The key needs to match the pattern /^[a-zA-Z_][a-zA-Z0-9_]*$/.
33
+ * Double-quoted values expand `\n`, `\r`, `\t`, `\"`, `\'`, and `\\` escape
34
+ * sequences.
30
35
  *
31
36
  * @example Usage
32
37
  * ```ts
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stringify.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/dotenv/0.225.7/stringify.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAyChE"}
@@ -1,4 +1,4 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
1
+ // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // This module is browser compatible.
3
3
  /**
4
4
  * Stringify an object into a valid `.env` file format.
@@ -25,9 +25,19 @@ export function stringify(object) {
25
25
  console.warn(`key starts with a '#' indicates a comment and is ignored: '${key}'`);
26
26
  continue;
27
27
  }
28
- else if (escapedValue.includes("\n") || escapedValue.includes("'")) {
29
- // escape inner new lines
30
- escapedValue = escapedValue.replaceAll("\n", "\\n");
28
+ else if (escapedValue.includes("\n") ||
29
+ escapedValue.includes("\r") ||
30
+ escapedValue.includes("\t") ||
31
+ escapedValue.includes("'") ||
32
+ escapedValue.includes("\\")) {
33
+ // Escape backslashes first so we don't double-escape sequences we add
34
+ // below (e.g. so a literal `\n` (backslash-n) is preserved distinctly
35
+ // from a real newline).
36
+ escapedValue = escapedValue
37
+ .replaceAll("\\", "\\\\")
38
+ .replaceAll("\n", "\\n")
39
+ .replaceAll("\r", "\\r")
40
+ .replaceAll("\t", "\\t");
31
41
  quote = `"`;
32
42
  }
33
43
  else if (escapedValue.match(/\W/)) {
@@ -1 +1 @@
1
- {"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAOxD;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,IAAI,CAAC,QAAQ;IACtD,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAYjE;AAED,kEAAkE;AAClE,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAY5E"}
1
+ {"version":3,"file":"_create_walk_entry.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/_create_walk_entry.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAOxD;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,IAAI,CAAC,QAAQ;IACtD,8BAA8B;IAC9B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iEAAiE;AACjE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAYjE;AAED,kEAAkE;AAClE,wBAAsB,eAAe,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC,CAY5E"}
@@ -1,8 +1,8 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
3
  import * as dntShim from "../../../../../_dnt.shims.js";
4
- import { basename } from "../../path/1.1.4/basename.js";
5
- import { normalize } from "../../path/1.1.4/normalize.js";
4
+ import { basename } from "../../path/1.1.5/basename.js";
5
+ import { normalize } from "../../path/1.1.5/normalize.js";
6
6
  import { toPathString } from "./_to_path_string.js";
7
7
  /** Create {@linkcode WalkEntry} for the `path` synchronously. */
8
8
  export function createWalkEntrySync(path) {
@@ -1 +1 @@
1
- {"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAGxD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;AAElD;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAQrF"}
1
+ {"version":3,"file":"_get_file_info_type.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/_get_file_info_type.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AAGxD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;AAElD;;;;;;;;GAQG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAQrF"}
@@ -1 +1 @@
1
- {"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/_is_same_path.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,GACjB,OAAO,CAKT"}
1
+ {"version":3,"file":"_is_same_path.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/_is_same_path.ts"],"names":[],"mappings":"AAMA;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,GACjB,OAAO,CAKT"}
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { resolve } from "../../path/1.1.4/resolve.js";
3
+ import { resolve } from "../../path/1.1.5/resolve.js";
4
4
  import { toPathString } from "./_to_path_string.js";
5
5
  /**
6
6
  * Checks if two paths are the same.
@@ -1 +1 @@
1
- {"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/_is_subdir.ts"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,GAAG,aAAY,GACd,OAAO,CAYT"}
1
+ {"version":3,"file":"_is_subdir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/_is_subdir.ts"],"names":[],"mappings":"AAOA;;;;;;;;;GASG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,GAAG,aAAY,GACd,OAAO,CAYT"}
@@ -1,7 +1,7 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { resolve } from "../../path/1.1.4/resolve.js";
4
- import { SEPARATOR } from "../../path/1.1.4/constants.js";
3
+ import { resolve } from "../../path/1.1.5/resolve.js";
4
+ import { SEPARATOR } from "../../path/1.1.5/constants.js";
5
5
  import { toPathString } from "./_to_path_string.js";
6
6
  /**
7
7
  * Checks whether `src` is a sub-directory of `dest`.
@@ -1 +1 @@
1
- {"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/_to_path_string.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,GAAG,GAAG,GACpB,MAAM,CAER"}
1
+ {"version":3,"file":"_to_path_string.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/_to_path_string.ts"],"names":[],"mappings":"AAKA;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC1B,OAAO,EAAE,MAAM,GAAG,GAAG,GACpB,MAAM,CAER"}
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  // Copyright the Browserify authors. MIT License.
3
- import { fromFileUrl } from "../../path/1.1.4/from_file_url.js";
3
+ import { fromFileUrl } from "../../path/1.1.5/from_file_url.js";
4
4
  /**
5
5
  * Convert a URL or string to a path.
6
6
  *
@@ -1 +1 @@
1
- {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/copy.ts"],"names":[],"mappings":"AAaA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAoOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,iBAwB1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,QAwB1B"}
1
+ {"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/copy.ts"],"names":[],"mappings":"AAaA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAoOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,iBAwB1B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,GAAE,WAAgB,QAwB1B"}
@@ -1,13 +1,13 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { basename } from "../../path/1.1.4/basename.js";
4
- import { join } from "../../path/1.1.4/join.js";
5
- import { resolve } from "../../path/1.1.4/resolve.js";
3
+ import { basename } from "../../path/1.1.5/basename.js";
4
+ import { join } from "../../path/1.1.5/join.js";
5
+ import { resolve } from "../../path/1.1.5/resolve.js";
6
6
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
7
7
  import { getFileInfoType } from "./_get_file_info_type.js";
8
8
  import { toPathString } from "./_to_path_string.js";
9
9
  import { isSubdir } from "./_is_subdir.js";
10
- import { isWindows } from "../../internal/1.0.13/os.js";
10
+ import { isWindows } from "../../internal/1.0.14/os.js";
11
11
  function assertIsDate(date, name) {
12
12
  if (date === null) {
13
13
  throw new Error(`${name} is unavailable`);
@@ -1 +1 @@
1
- {"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/empty_dir.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAkB/C;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAmB7C"}
1
+ {"version":3,"file":"empty_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/empty_dir.ts"],"names":[],"mappings":"AAMA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAkB/C;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAmB7C"}
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { join } from "../../path/1.1.4/join.js";
3
+ import { join } from "../../path/1.1.5/join.js";
4
4
  import { toPathString } from "./_to_path_string.js";
5
5
  /**
6
6
  * Asynchronously ensures that a directory is empty.
@@ -1 +1 @@
1
- {"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/ensure_dir.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAuBhD;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAuB9C"}
1
+ {"version":3,"file":"ensure_dir.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/ensure_dir.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,iBAuBhD;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,QAuB9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/ensure_file.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAuBtE;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAsB3D"}
1
+ {"version":3,"file":"ensure_file.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/ensure_file.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAsB,UAAU,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAuBtE;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAsB3D"}
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { dirname } from "../../path/1.1.4/dirname.js";
3
+ import { dirname } from "../../path/1.1.5/dirname.js";
4
4
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
5
5
  import { getFileInfoType } from "./_get_file_info_type.js";
6
6
  import { toPathString } from "./_to_path_string.js";
@@ -1 +1 @@
1
- {"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/ensure_link.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,iBAKrE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,QAKnE"}
1
+ {"version":3,"file":"ensure_link.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/ensure_link.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,iBAKrE;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,GAAG,QAKnE"}
@@ -1,6 +1,6 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { dirname } from "../../path/1.1.4/dirname.js";
3
+ import { dirname } from "../../path/1.1.5/dirname.js";
4
4
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
5
5
  import { toPathString } from "./_to_path_string.js";
6
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.ts"],"names":[],"mappings":"AAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,iBAyCvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,QAyCvB"}
1
+ {"version":3,"file":"ensure_symlink.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/ensure_symlink.ts"],"names":[],"mappings":"AAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,wBAAsB,aAAa,CACjC,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,iBAyCvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,MAAM,GAAG,GAAG,EACpB,QAAQ,EAAE,MAAM,GAAG,GAAG,QAyCvB"}
@@ -1,11 +1,11 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { dirname } from "../../path/1.1.4/dirname.js";
4
- import { resolve } from "../../path/1.1.4/resolve.js";
3
+ import { dirname } from "../../path/1.1.5/dirname.js";
4
+ import { resolve } from "../../path/1.1.5/resolve.js";
5
5
  import { ensureDir, ensureDirSync } from "./ensure_dir.js";
6
6
  import { getFileInfoType } from "./_get_file_info_type.js";
7
7
  import { toPathString } from "./_to_path_string.js";
8
- import { isWindows } from "../../internal/1.0.13/os.js";
8
+ import { isWindows } from "../../internal/1.0.14/os.js";
9
9
  function resolveSymlinkTarget(target, linkName) {
10
10
  if (typeof target !== "string")
11
11
  return target; // URL is always absolute path
@@ -1 +1 @@
1
- {"version":3,"file":"eol.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/eol.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAEhC,mDAAmD;AACnD,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AAEpC;;;;;;;;;GASG;AACH,eAAO,MAAM,GAAG,EAAE,IAAI,GAAG,MAEgD,CAAC;AAI1E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,IAAI,CAQzD;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,MAAM,CAE/D"}
1
+ {"version":3,"file":"eol.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/eol.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,EAAE,EAAG,IAAa,CAAC;AAEhC,mDAAmD;AACnD,eAAO,MAAM,IAAI,EAAG,MAAe,CAAC;AAEpC;;;;;;;;;GASG;AACH,eAAO,MAAM,GAAG,EAAE,IAAI,GAAG,MAEgD,CAAC;AAI1E;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,IAAI,CAQzD;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,GAAG,GAAG,MAAM,CAE/D"}
@@ -1 +1 @@
1
- {"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/exists.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgGG;AACH,wBAAsB,MAAM,CAC1B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,CAsClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+FG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAqCT"}
1
+ {"version":3,"file":"exists.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/exists.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgGG;AACH,wBAAsB,MAAM,CAC1B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,CAsClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+FG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAqCT"}
@@ -1,4 +1,4 @@
1
- import { type GlobOptions } from "../../path/1.1.4/glob_to_regexp.js";
1
+ import { type GlobOptions } from "../../path/1.1.5/glob_to_regexp.js";
2
2
  import { type WalkEntry } from "./_create_walk_entry.js";
3
3
  export type { GlobOptions, WalkEntry };
4
4
  /** Options for {@linkcode expandGlob} and {@linkcode expandGlobSync}. */
@@ -1 +1 @@
1
- {"version":3,"file":"expand_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/expand_glob.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,oCAAoC,CAAC;AAQpF,OAAO,EAGL,KAAK,SAAS,EACf,MAAM,yBAAyB,CAAC;AAGjC,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC;AAEvC,yEAAyE;AACzE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC;IAChE;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmLG;AACH,wBAAuB,UAAU,CAC/B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,qBAAqB,CAAC,SAAS,CAAC,CAyGlC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAiB,cAAc,CAC7B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,gBAAgB,CAAC,SAAS,CAAC,CAuG7B"}
1
+ {"version":3,"file":"expand_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/expand_glob.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,oCAAoC,CAAC;AAQpF,OAAO,EAGL,KAAK,SAAS,EACf,MAAM,yBAAyB,CAAC;AAGjC,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,CAAC;AAEvC,yEAAyE;AACzE,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC;IAChE;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;OAKG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAuCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmLG;AACH,wBAAuB,UAAU,CAC/B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,qBAAqB,CAAC,SAAS,CAAC,CAyGlC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,wBAAiB,cAAc,CAC7B,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,iBAAiB,GAC1B,gBAAgB,CAAC,SAAS,CAAC,CAuG7B"}
@@ -1,15 +1,15 @@
1
1
  // Copyright 2018-2026 the Deno authors. MIT license.
2
2
  import * as dntShim from "../../../../../_dnt.shims.js";
3
- import { globToRegExp } from "../../path/1.1.4/glob_to_regexp.js";
4
- import { joinGlobs } from "../../path/1.1.4/join_globs.js";
5
- import { isGlob } from "../../path/1.1.4/is_glob.js";
6
- import { isAbsolute } from "../../path/1.1.4/is_absolute.js";
7
- import { resolve } from "../../path/1.1.4/resolve.js";
8
- import { SEPARATOR_PATTERN } from "../../path/1.1.4/constants.js";
3
+ import { globToRegExp } from "../../path/1.1.5/glob_to_regexp.js";
4
+ import { joinGlobs } from "../../path/1.1.5/join_globs.js";
5
+ import { isGlob } from "../../path/1.1.5/is_glob.js";
6
+ import { isAbsolute } from "../../path/1.1.5/is_absolute.js";
7
+ import { resolve } from "../../path/1.1.5/resolve.js";
8
+ import { SEPARATOR_PATTERN } from "../../path/1.1.5/constants.js";
9
9
  import { walk, walkSync } from "./walk.js";
10
10
  import { toPathString } from "./_to_path_string.js";
11
11
  import { createWalkEntry, createWalkEntrySync, } from "./_create_walk_entry.js";
12
- import { isWindows } from "../../internal/1.0.13/os.js";
12
+ import { isWindows } from "../../internal/1.0.14/os.js";
13
13
  function split(path) {
14
14
  const s = SEPARATOR_PATTERN.source;
15
15
  const segments = path
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.24/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}