claude-scope 0.1.6 → 0.1.8

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 (747) hide show
  1. package/dist/data/stdin-provider.d.ts +1 -1
  2. package/dist/data/stdin-provider.d.ts.map +1 -1
  3. package/dist/data/stdin-provider.js +7 -18
  4. package/dist/data/stdin-provider.js.map +1 -1
  5. package/dist/schemas/stdin-schema.d.ts +80 -119
  6. package/dist/schemas/stdin-schema.d.ts.map +1 -1
  7. package/dist/schemas/stdin-schema.js +35 -68
  8. package/dist/schemas/stdin-schema.js.map +1 -1
  9. package/dist/validation/combinators.d.ts +10 -0
  10. package/dist/validation/combinators.d.ts.map +1 -0
  11. package/dist/validation/combinators.js +49 -0
  12. package/dist/validation/combinators.js.map +1 -0
  13. package/dist/validation/core.d.ts +30 -0
  14. package/dist/validation/core.d.ts.map +1 -0
  15. package/dist/validation/core.js +2 -0
  16. package/dist/validation/core.js.map +1 -0
  17. package/dist/validation/index.d.ts +4 -0
  18. package/dist/validation/index.d.ts.map +1 -0
  19. package/dist/validation/index.js +4 -0
  20. package/dist/validation/index.js.map +1 -0
  21. package/dist/validation/result.d.ts +5 -0
  22. package/dist/validation/result.d.ts.map +1 -0
  23. package/dist/validation/result.js +11 -0
  24. package/dist/validation/result.js.map +1 -0
  25. package/dist/validation/validators.d.ts +7 -0
  26. package/dist/validation/validators.d.ts.map +1 -0
  27. package/dist/validation/validators.js +41 -0
  28. package/dist/validation/validators.js.map +1 -0
  29. package/package.json +4 -6
  30. package/dist/core/stdin-data-widget.d.ts +0 -85
  31. package/dist/core/stdin-data-widget.d.ts.map +0 -1
  32. package/dist/core/stdin-data-widget.js +0 -75
  33. package/dist/core/stdin-data-widget.js.map +0 -1
  34. package/dist/providers/stdin-provider.d.ts +0 -44
  35. package/dist/providers/stdin-provider.d.ts.map +0 -1
  36. package/dist/providers/stdin-provider.js +0 -83
  37. package/dist/providers/stdin-provider.js.map +0 -1
  38. package/dist/utils/colors.d.ts +0 -52
  39. package/dist/utils/colors.d.ts.map +0 -1
  40. package/dist/utils/colors.js +0 -54
  41. package/dist/utils/colors.js.map +0 -1
  42. package/dist/utils/formatters.d.ts +0 -56
  43. package/dist/utils/formatters.d.ts.map +0 -1
  44. package/dist/utils/formatters.js +0 -114
  45. package/dist/utils/formatters.js.map +0 -1
  46. package/dist/widgets/git-changes-widget.d.ts +0 -16
  47. package/dist/widgets/git-changes-widget.d.ts.map +0 -1
  48. package/dist/widgets/git-changes-widget.js +0 -37
  49. package/dist/widgets/git-changes-widget.js.map +0 -1
  50. package/dist/widgets/git-widget.d.ts +0 -35
  51. package/dist/widgets/git-widget.d.ts.map +0 -1
  52. package/dist/widgets/git-widget.js +0 -51
  53. package/dist/widgets/git-widget.js.map +0 -1
  54. package/node_modules/zod/LICENSE +0 -21
  55. package/node_modules/zod/README.md +0 -208
  56. package/node_modules/zod/index.cjs +0 -33
  57. package/node_modules/zod/index.d.cts +0 -4
  58. package/node_modules/zod/index.d.ts +0 -4
  59. package/node_modules/zod/index.js +0 -4
  60. package/node_modules/zod/locales/index.cjs +0 -17
  61. package/node_modules/zod/locales/index.d.cts +0 -1
  62. package/node_modules/zod/locales/index.d.ts +0 -1
  63. package/node_modules/zod/locales/index.js +0 -1
  64. package/node_modules/zod/locales/package.json +0 -6
  65. package/node_modules/zod/mini/index.cjs +0 -17
  66. package/node_modules/zod/mini/index.d.cts +0 -1
  67. package/node_modules/zod/mini/index.d.ts +0 -1
  68. package/node_modules/zod/mini/index.js +0 -1
  69. package/node_modules/zod/mini/package.json +0 -6
  70. package/node_modules/zod/package.json +0 -135
  71. package/node_modules/zod/src/index.ts +0 -4
  72. package/node_modules/zod/src/locales/index.ts +0 -1
  73. package/node_modules/zod/src/mini/index.ts +0 -1
  74. package/node_modules/zod/src/v3/ZodError.ts +0 -330
  75. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  76. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  77. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  78. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  79. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  80. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  81. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  82. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  83. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  84. package/node_modules/zod/src/v3/errors.ts +0 -13
  85. package/node_modules/zod/src/v3/external.ts +0 -6
  86. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  87. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  88. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  89. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  90. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  91. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  92. package/node_modules/zod/src/v3/index.ts +0 -4
  93. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  94. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  95. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  96. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  97. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  98. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  99. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  100. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  101. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  102. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  103. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  104. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  105. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  106. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  107. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  108. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  109. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  110. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  111. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  112. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  113. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  114. package/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  115. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  116. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  117. package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  118. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  119. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  120. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  121. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  122. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  123. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  124. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  125. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  126. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  127. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  128. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  129. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  130. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  131. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  132. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  133. package/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  134. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  135. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  136. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  137. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  138. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  139. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  140. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  141. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  142. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  143. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  144. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  145. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  146. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  147. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  148. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  149. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  150. package/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  151. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  152. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  153. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  154. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  155. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  156. package/node_modules/zod/src/v3/types.ts +0 -5138
  157. package/node_modules/zod/src/v4/classic/checks.ts +0 -32
  158. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  159. package/node_modules/zod/src/v4/classic/compat.ts +0 -70
  160. package/node_modules/zod/src/v4/classic/errors.ts +0 -82
  161. package/node_modules/zod/src/v4/classic/external.ts +0 -51
  162. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -643
  163. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  164. package/node_modules/zod/src/v4/classic/iso.ts +0 -90
  165. package/node_modules/zod/src/v4/classic/parse.ts +0 -82
  166. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2409
  167. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  168. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -59
  169. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  170. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  171. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  172. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  173. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  174. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  175. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  176. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -276
  177. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  178. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -573
  179. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -562
  180. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  181. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  182. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  183. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -62
  184. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -302
  185. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -365
  186. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  187. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  188. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -661
  189. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  190. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -595
  191. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  192. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  193. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  194. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  195. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -734
  196. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -360
  197. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  198. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -68
  199. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -939
  200. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -60
  201. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -198
  202. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  203. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  204. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -117
  205. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -330
  206. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  207. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  208. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  209. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  210. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -270
  211. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -640
  212. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -223
  213. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -427
  214. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  215. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  216. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  217. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -282
  218. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  219. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  220. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  221. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  222. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -600
  223. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -582
  224. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -570
  225. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  226. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -181
  227. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  228. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  229. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1175
  230. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -106
  231. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -771
  232. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  233. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2975
  234. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -361
  235. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -183
  236. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -219
  237. package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  238. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  239. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  240. package/node_modules/zod/src/v4/core/api.ts +0 -1798
  241. package/node_modules/zod/src/v4/core/checks.ts +0 -1293
  242. package/node_modules/zod/src/v4/core/config.ts +0 -15
  243. package/node_modules/zod/src/v4/core/core.ts +0 -138
  244. package/node_modules/zod/src/v4/core/doc.ts +0 -44
  245. package/node_modules/zod/src/v4/core/errors.ts +0 -448
  246. package/node_modules/zod/src/v4/core/index.ts +0 -16
  247. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -126
  248. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -667
  249. package/node_modules/zod/src/v4/core/json-schema.ts +0 -147
  250. package/node_modules/zod/src/v4/core/parse.ts +0 -195
  251. package/node_modules/zod/src/v4/core/regexes.ts +0 -183
  252. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  253. package/node_modules/zod/src/v4/core/schemas.ts +0 -4543
  254. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  255. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  256. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  257. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  258. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  259. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -181
  260. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  261. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  262. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  263. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  264. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -83
  265. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -67
  266. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  267. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -613
  268. package/node_modules/zod/src/v4/core/util.ts +0 -966
  269. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  270. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  271. package/node_modules/zod/src/v4/index.ts +0 -4
  272. package/node_modules/zod/src/v4/locales/ar.ts +0 -115
  273. package/node_modules/zod/src/v4/locales/az.ts +0 -111
  274. package/node_modules/zod/src/v4/locales/be.ts +0 -176
  275. package/node_modules/zod/src/v4/locales/bg.ts +0 -128
  276. package/node_modules/zod/src/v4/locales/ca.ts +0 -116
  277. package/node_modules/zod/src/v4/locales/cs.ts +0 -118
  278. package/node_modules/zod/src/v4/locales/da.ts +0 -123
  279. package/node_modules/zod/src/v4/locales/de.ts +0 -116
  280. package/node_modules/zod/src/v4/locales/en.ts +0 -119
  281. package/node_modules/zod/src/v4/locales/eo.ts +0 -118
  282. package/node_modules/zod/src/v4/locales/es.ts +0 -141
  283. package/node_modules/zod/src/v4/locales/fa.ts +0 -126
  284. package/node_modules/zod/src/v4/locales/fi.ts +0 -121
  285. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -116
  286. package/node_modules/zod/src/v4/locales/fr.ts +0 -116
  287. package/node_modules/zod/src/v4/locales/he.ts +0 -246
  288. package/node_modules/zod/src/v4/locales/hu.ts +0 -117
  289. package/node_modules/zod/src/v4/locales/hy.ts +0 -164
  290. package/node_modules/zod/src/v4/locales/id.ts +0 -115
  291. package/node_modules/zod/src/v4/locales/index.ts +0 -49
  292. package/node_modules/zod/src/v4/locales/is.ts +0 -119
  293. package/node_modules/zod/src/v4/locales/it.ts +0 -116
  294. package/node_modules/zod/src/v4/locales/ja.ts +0 -114
  295. package/node_modules/zod/src/v4/locales/ka.ts +0 -123
  296. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  297. package/node_modules/zod/src/v4/locales/km.ts +0 -119
  298. package/node_modules/zod/src/v4/locales/ko.ts +0 -121
  299. package/node_modules/zod/src/v4/locales/lt.ts +0 -239
  300. package/node_modules/zod/src/v4/locales/mk.ts +0 -118
  301. package/node_modules/zod/src/v4/locales/ms.ts +0 -115
  302. package/node_modules/zod/src/v4/locales/nl.ts +0 -121
  303. package/node_modules/zod/src/v4/locales/no.ts +0 -116
  304. package/node_modules/zod/src/v4/locales/ota.ts +0 -117
  305. package/node_modules/zod/src/v4/locales/pl.ts +0 -118
  306. package/node_modules/zod/src/v4/locales/ps.ts +0 -126
  307. package/node_modules/zod/src/v4/locales/pt.ts +0 -116
  308. package/node_modules/zod/src/v4/locales/ru.ts +0 -176
  309. package/node_modules/zod/src/v4/locales/sl.ts +0 -118
  310. package/node_modules/zod/src/v4/locales/sv.ts +0 -119
  311. package/node_modules/zod/src/v4/locales/ta.ts +0 -118
  312. package/node_modules/zod/src/v4/locales/th.ts +0 -119
  313. package/node_modules/zod/src/v4/locales/tr.ts +0 -111
  314. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  315. package/node_modules/zod/src/v4/locales/uk.ts +0 -117
  316. package/node_modules/zod/src/v4/locales/ur.ts +0 -119
  317. package/node_modules/zod/src/v4/locales/uz.ts +0 -116
  318. package/node_modules/zod/src/v4/locales/vi.ts +0 -117
  319. package/node_modules/zod/src/v4/locales/yo.ts +0 -124
  320. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -116
  321. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -115
  322. package/node_modules/zod/src/v4/mini/checks.ts +0 -32
  323. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  324. package/node_modules/zod/src/v4/mini/external.ts +0 -40
  325. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  326. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  327. package/node_modules/zod/src/v4/mini/parse.ts +0 -14
  328. package/node_modules/zod/src/v4/mini/schemas.ts +0 -1916
  329. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -24
  330. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  331. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  332. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  333. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -529
  334. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  335. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  336. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -5
  337. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -963
  338. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  339. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -227
  340. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  341. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  342. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  343. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -347
  344. package/node_modules/zod/src/v4-mini/index.ts +0 -1
  345. package/node_modules/zod/v3/ZodError.cjs +0 -138
  346. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  347. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  348. package/node_modules/zod/v3/ZodError.js +0 -133
  349. package/node_modules/zod/v3/errors.cjs +0 -17
  350. package/node_modules/zod/v3/errors.d.cts +0 -5
  351. package/node_modules/zod/v3/errors.d.ts +0 -5
  352. package/node_modules/zod/v3/errors.js +0 -9
  353. package/node_modules/zod/v3/external.cjs +0 -22
  354. package/node_modules/zod/v3/external.d.cts +0 -6
  355. package/node_modules/zod/v3/external.d.ts +0 -6
  356. package/node_modules/zod/v3/external.js +0 -6
  357. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  358. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  359. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  360. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  361. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  362. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  363. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  364. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  365. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  366. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  367. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  368. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  369. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  370. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  371. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  372. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  373. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  374. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  375. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  376. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  377. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  378. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  379. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  380. package/node_modules/zod/v3/helpers/util.js +0 -133
  381. package/node_modules/zod/v3/index.cjs +0 -33
  382. package/node_modules/zod/v3/index.d.cts +0 -4
  383. package/node_modules/zod/v3/index.d.ts +0 -4
  384. package/node_modules/zod/v3/index.js +0 -4
  385. package/node_modules/zod/v3/locales/en.cjs +0 -112
  386. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  387. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  388. package/node_modules/zod/v3/locales/en.js +0 -109
  389. package/node_modules/zod/v3/package.json +0 -6
  390. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  391. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  392. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  393. package/node_modules/zod/v3/standard-schema.js +0 -1
  394. package/node_modules/zod/v3/types.cjs +0 -3777
  395. package/node_modules/zod/v3/types.d.cts +0 -1034
  396. package/node_modules/zod/v3/types.d.ts +0 -1034
  397. package/node_modules/zod/v3/types.js +0 -3695
  398. package/node_modules/zod/v4/classic/checks.cjs +0 -33
  399. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  400. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  401. package/node_modules/zod/v4/classic/checks.js +0 -1
  402. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  403. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  404. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  405. package/node_modules/zod/v4/classic/coerce.js +0 -17
  406. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  407. package/node_modules/zod/v4/classic/compat.d.cts +0 -50
  408. package/node_modules/zod/v4/classic/compat.d.ts +0 -50
  409. package/node_modules/zod/v4/classic/compat.js +0 -31
  410. package/node_modules/zod/v4/classic/errors.cjs +0 -74
  411. package/node_modules/zod/v4/classic/errors.d.cts +0 -30
  412. package/node_modules/zod/v4/classic/errors.d.ts +0 -30
  413. package/node_modules/zod/v4/classic/errors.js +0 -48
  414. package/node_modules/zod/v4/classic/external.cjs +0 -73
  415. package/node_modules/zod/v4/classic/external.d.cts +0 -15
  416. package/node_modules/zod/v4/classic/external.d.ts +0 -15
  417. package/node_modules/zod/v4/classic/external.js +0 -20
  418. package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -610
  419. package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  420. package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  421. package/node_modules/zod/v4/classic/from-json-schema.js +0 -584
  422. package/node_modules/zod/v4/classic/index.cjs +0 -33
  423. package/node_modules/zod/v4/classic/index.d.cts +0 -4
  424. package/node_modules/zod/v4/classic/index.d.ts +0 -4
  425. package/node_modules/zod/v4/classic/index.js +0 -4
  426. package/node_modules/zod/v4/classic/iso.cjs +0 -60
  427. package/node_modules/zod/v4/classic/iso.d.cts +0 -22
  428. package/node_modules/zod/v4/classic/iso.d.ts +0 -22
  429. package/node_modules/zod/v4/classic/iso.js +0 -30
  430. package/node_modules/zod/v4/classic/package.json +0 -6
  431. package/node_modules/zod/v4/classic/parse.cjs +0 -41
  432. package/node_modules/zod/v4/classic/parse.d.cts +0 -31
  433. package/node_modules/zod/v4/classic/parse.d.ts +0 -31
  434. package/node_modules/zod/v4/classic/parse.js +0 -15
  435. package/node_modules/zod/v4/classic/schemas.cjs +0 -1272
  436. package/node_modules/zod/v4/classic/schemas.d.cts +0 -739
  437. package/node_modules/zod/v4/classic/schemas.d.ts +0 -739
  438. package/node_modules/zod/v4/classic/schemas.js +0 -1157
  439. package/node_modules/zod/v4/core/api.cjs +0 -1222
  440. package/node_modules/zod/v4/core/api.d.cts +0 -304
  441. package/node_modules/zod/v4/core/api.d.ts +0 -304
  442. package/node_modules/zod/v4/core/api.js +0 -1082
  443. package/node_modules/zod/v4/core/checks.cjs +0 -601
  444. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  445. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  446. package/node_modules/zod/v4/core/checks.js +0 -575
  447. package/node_modules/zod/v4/core/core.cjs +0 -83
  448. package/node_modules/zod/v4/core/core.d.cts +0 -70
  449. package/node_modules/zod/v4/core/core.d.ts +0 -70
  450. package/node_modules/zod/v4/core/core.js +0 -76
  451. package/node_modules/zod/v4/core/doc.cjs +0 -39
  452. package/node_modules/zod/v4/core/doc.d.cts +0 -14
  453. package/node_modules/zod/v4/core/doc.d.ts +0 -14
  454. package/node_modules/zod/v4/core/doc.js +0 -35
  455. package/node_modules/zod/v4/core/errors.cjs +0 -213
  456. package/node_modules/zod/v4/core/errors.d.cts +0 -220
  457. package/node_modules/zod/v4/core/errors.d.ts +0 -220
  458. package/node_modules/zod/v4/core/errors.js +0 -182
  459. package/node_modules/zod/v4/core/index.cjs +0 -47
  460. package/node_modules/zod/v4/core/index.d.cts +0 -16
  461. package/node_modules/zod/v4/core/index.d.ts +0 -16
  462. package/node_modules/zod/v4/core/index.js +0 -16
  463. package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -99
  464. package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  465. package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  466. package/node_modules/zod/v4/core/json-schema-generator.js +0 -95
  467. package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -648
  468. package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  469. package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  470. package/node_modules/zod/v4/core/json-schema-processors.js +0 -605
  471. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  472. package/node_modules/zod/v4/core/json-schema.d.cts +0 -88
  473. package/node_modules/zod/v4/core/json-schema.d.ts +0 -88
  474. package/node_modules/zod/v4/core/json-schema.js +0 -1
  475. package/node_modules/zod/v4/core/package.json +0 -6
  476. package/node_modules/zod/v4/core/parse.cjs +0 -131
  477. package/node_modules/zod/v4/core/parse.d.cts +0 -49
  478. package/node_modules/zod/v4/core/parse.d.ts +0 -49
  479. package/node_modules/zod/v4/core/parse.js +0 -93
  480. package/node_modules/zod/v4/core/regexes.cjs +0 -166
  481. package/node_modules/zod/v4/core/regexes.d.cts +0 -79
  482. package/node_modules/zod/v4/core/regexes.d.ts +0 -79
  483. package/node_modules/zod/v4/core/regexes.js +0 -133
  484. package/node_modules/zod/v4/core/registries.cjs +0 -56
  485. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  486. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  487. package/node_modules/zod/v4/core/registries.js +0 -51
  488. package/node_modules/zod/v4/core/schemas.cjs +0 -2126
  489. package/node_modules/zod/v4/core/schemas.d.cts +0 -1146
  490. package/node_modules/zod/v4/core/schemas.d.ts +0 -1146
  491. package/node_modules/zod/v4/core/schemas.js +0 -2095
  492. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  493. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  494. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  495. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  496. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -446
  497. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -114
  498. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -114
  499. package/node_modules/zod/v4/core/to-json-schema.js +0 -437
  500. package/node_modules/zod/v4/core/util.cjs +0 -710
  501. package/node_modules/zod/v4/core/util.d.cts +0 -199
  502. package/node_modules/zod/v4/core/util.d.ts +0 -199
  503. package/node_modules/zod/v4/core/util.js +0 -651
  504. package/node_modules/zod/v4/core/versions.cjs +0 -8
  505. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  506. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  507. package/node_modules/zod/v4/core/versions.js +0 -5
  508. package/node_modules/zod/v4/index.cjs +0 -22
  509. package/node_modules/zod/v4/index.d.cts +0 -3
  510. package/node_modules/zod/v4/index.d.ts +0 -3
  511. package/node_modules/zod/v4/index.js +0 -3
  512. package/node_modules/zod/v4/locales/ar.cjs +0 -133
  513. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  514. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  515. package/node_modules/zod/v4/locales/ar.js +0 -106
  516. package/node_modules/zod/v4/locales/az.cjs +0 -132
  517. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  518. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  519. package/node_modules/zod/v4/locales/az.js +0 -105
  520. package/node_modules/zod/v4/locales/be.cjs +0 -183
  521. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  522. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  523. package/node_modules/zod/v4/locales/be.js +0 -156
  524. package/node_modules/zod/v4/locales/bg.cjs +0 -147
  525. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  526. package/node_modules/zod/v4/locales/bg.d.ts +0 -4
  527. package/node_modules/zod/v4/locales/bg.js +0 -120
  528. package/node_modules/zod/v4/locales/ca.cjs +0 -134
  529. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  530. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  531. package/node_modules/zod/v4/locales/ca.js +0 -107
  532. package/node_modules/zod/v4/locales/cs.cjs +0 -138
  533. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  534. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  535. package/node_modules/zod/v4/locales/cs.js +0 -111
  536. package/node_modules/zod/v4/locales/da.cjs +0 -142
  537. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  538. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  539. package/node_modules/zod/v4/locales/da.js +0 -115
  540. package/node_modules/zod/v4/locales/de.cjs +0 -135
  541. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  542. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  543. package/node_modules/zod/v4/locales/de.js +0 -108
  544. package/node_modules/zod/v4/locales/en.cjs +0 -136
  545. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  546. package/node_modules/zod/v4/locales/en.d.ts +0 -4
  547. package/node_modules/zod/v4/locales/en.js +0 -109
  548. package/node_modules/zod/v4/locales/eo.cjs +0 -136
  549. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  550. package/node_modules/zod/v4/locales/eo.d.ts +0 -4
  551. package/node_modules/zod/v4/locales/eo.js +0 -109
  552. package/node_modules/zod/v4/locales/es.cjs +0 -159
  553. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  554. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  555. package/node_modules/zod/v4/locales/es.js +0 -132
  556. package/node_modules/zod/v4/locales/fa.cjs +0 -141
  557. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  558. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  559. package/node_modules/zod/v4/locales/fa.js +0 -114
  560. package/node_modules/zod/v4/locales/fi.cjs +0 -139
  561. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  562. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  563. package/node_modules/zod/v4/locales/fi.js +0 -112
  564. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -134
  565. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  566. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  567. package/node_modules/zod/v4/locales/fr-CA.js +0 -107
  568. package/node_modules/zod/v4/locales/fr.cjs +0 -135
  569. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  570. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  571. package/node_modules/zod/v4/locales/fr.js +0 -108
  572. package/node_modules/zod/v4/locales/he.cjs +0 -241
  573. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  574. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  575. package/node_modules/zod/v4/locales/he.js +0 -214
  576. package/node_modules/zod/v4/locales/hu.cjs +0 -135
  577. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  578. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  579. package/node_modules/zod/v4/locales/hu.js +0 -108
  580. package/node_modules/zod/v4/locales/hy.cjs +0 -174
  581. package/node_modules/zod/v4/locales/hy.d.cts +0 -5
  582. package/node_modules/zod/v4/locales/hy.d.ts +0 -4
  583. package/node_modules/zod/v4/locales/hy.js +0 -147
  584. package/node_modules/zod/v4/locales/id.cjs +0 -133
  585. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  586. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  587. package/node_modules/zod/v4/locales/id.js +0 -106
  588. package/node_modules/zod/v4/locales/index.cjs +0 -104
  589. package/node_modules/zod/v4/locales/index.d.cts +0 -49
  590. package/node_modules/zod/v4/locales/index.d.ts +0 -49
  591. package/node_modules/zod/v4/locales/index.js +0 -49
  592. package/node_modules/zod/v4/locales/is.cjs +0 -136
  593. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  594. package/node_modules/zod/v4/locales/is.d.ts +0 -4
  595. package/node_modules/zod/v4/locales/is.js +0 -109
  596. package/node_modules/zod/v4/locales/it.cjs +0 -135
  597. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  598. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  599. package/node_modules/zod/v4/locales/it.js +0 -108
  600. package/node_modules/zod/v4/locales/ja.cjs +0 -134
  601. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  602. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  603. package/node_modules/zod/v4/locales/ja.js +0 -107
  604. package/node_modules/zod/v4/locales/ka.cjs +0 -139
  605. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  606. package/node_modules/zod/v4/locales/ka.d.ts +0 -4
  607. package/node_modules/zod/v4/locales/ka.js +0 -112
  608. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  609. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  610. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  611. package/node_modules/zod/v4/locales/kh.js +0 -5
  612. package/node_modules/zod/v4/locales/km.cjs +0 -137
  613. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  614. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  615. package/node_modules/zod/v4/locales/km.js +0 -110
  616. package/node_modules/zod/v4/locales/ko.cjs +0 -138
  617. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  618. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  619. package/node_modules/zod/v4/locales/ko.js +0 -111
  620. package/node_modules/zod/v4/locales/lt.cjs +0 -230
  621. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  622. package/node_modules/zod/v4/locales/lt.d.ts +0 -4
  623. package/node_modules/zod/v4/locales/lt.js +0 -203
  624. package/node_modules/zod/v4/locales/mk.cjs +0 -136
  625. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  626. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  627. package/node_modules/zod/v4/locales/mk.js +0 -109
  628. package/node_modules/zod/v4/locales/ms.cjs +0 -134
  629. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  630. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  631. package/node_modules/zod/v4/locales/ms.js +0 -107
  632. package/node_modules/zod/v4/locales/nl.cjs +0 -137
  633. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  634. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  635. package/node_modules/zod/v4/locales/nl.js +0 -110
  636. package/node_modules/zod/v4/locales/no.cjs +0 -135
  637. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  638. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  639. package/node_modules/zod/v4/locales/no.js +0 -108
  640. package/node_modules/zod/v4/locales/ota.cjs +0 -136
  641. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  642. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  643. package/node_modules/zod/v4/locales/ota.js +0 -109
  644. package/node_modules/zod/v4/locales/package.json +0 -6
  645. package/node_modules/zod/v4/locales/pl.cjs +0 -136
  646. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  647. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  648. package/node_modules/zod/v4/locales/pl.js +0 -109
  649. package/node_modules/zod/v4/locales/ps.cjs +0 -141
  650. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  651. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  652. package/node_modules/zod/v4/locales/ps.js +0 -114
  653. package/node_modules/zod/v4/locales/pt.cjs +0 -135
  654. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  655. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  656. package/node_modules/zod/v4/locales/pt.js +0 -108
  657. package/node_modules/zod/v4/locales/ru.cjs +0 -183
  658. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  659. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  660. package/node_modules/zod/v4/locales/ru.js +0 -156
  661. package/node_modules/zod/v4/locales/sl.cjs +0 -136
  662. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  663. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  664. package/node_modules/zod/v4/locales/sl.js +0 -109
  665. package/node_modules/zod/v4/locales/sv.cjs +0 -137
  666. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  667. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  668. package/node_modules/zod/v4/locales/sv.js +0 -110
  669. package/node_modules/zod/v4/locales/ta.cjs +0 -137
  670. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  671. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  672. package/node_modules/zod/v4/locales/ta.js +0 -110
  673. package/node_modules/zod/v4/locales/th.cjs +0 -137
  674. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  675. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  676. package/node_modules/zod/v4/locales/th.js +0 -110
  677. package/node_modules/zod/v4/locales/tr.cjs +0 -132
  678. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  679. package/node_modules/zod/v4/locales/tr.d.ts +0 -4
  680. package/node_modules/zod/v4/locales/tr.js +0 -105
  681. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  682. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  683. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  684. package/node_modules/zod/v4/locales/ua.js +0 -5
  685. package/node_modules/zod/v4/locales/uk.cjs +0 -135
  686. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  687. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  688. package/node_modules/zod/v4/locales/uk.js +0 -108
  689. package/node_modules/zod/v4/locales/ur.cjs +0 -137
  690. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  691. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  692. package/node_modules/zod/v4/locales/ur.js +0 -110
  693. package/node_modules/zod/v4/locales/uz.cjs +0 -136
  694. package/node_modules/zod/v4/locales/uz.d.cts +0 -5
  695. package/node_modules/zod/v4/locales/uz.d.ts +0 -4
  696. package/node_modules/zod/v4/locales/uz.js +0 -109
  697. package/node_modules/zod/v4/locales/vi.cjs +0 -135
  698. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  699. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  700. package/node_modules/zod/v4/locales/vi.js +0 -108
  701. package/node_modules/zod/v4/locales/yo.cjs +0 -134
  702. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  703. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  704. package/node_modules/zod/v4/locales/yo.js +0 -107
  705. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -136
  706. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  707. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  708. package/node_modules/zod/v4/locales/zh-CN.js +0 -109
  709. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -134
  710. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  711. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  712. package/node_modules/zod/v4/locales/zh-TW.js +0 -107
  713. package/node_modules/zod/v4/mini/checks.cjs +0 -34
  714. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  715. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  716. package/node_modules/zod/v4/mini/checks.js +0 -1
  717. package/node_modules/zod/v4/mini/coerce.cjs +0 -52
  718. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  719. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  720. package/node_modules/zod/v4/mini/coerce.js +0 -22
  721. package/node_modules/zod/v4/mini/external.cjs +0 -63
  722. package/node_modules/zod/v4/mini/external.d.cts +0 -12
  723. package/node_modules/zod/v4/mini/external.d.ts +0 -12
  724. package/node_modules/zod/v4/mini/external.js +0 -14
  725. package/node_modules/zod/v4/mini/index.cjs +0 -32
  726. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  727. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  728. package/node_modules/zod/v4/mini/index.js +0 -3
  729. package/node_modules/zod/v4/mini/iso.cjs +0 -64
  730. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  731. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  732. package/node_modules/zod/v4/mini/iso.js +0 -34
  733. package/node_modules/zod/v4/mini/package.json +0 -6
  734. package/node_modules/zod/v4/mini/parse.cjs +0 -16
  735. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  736. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  737. package/node_modules/zod/v4/mini/parse.js +0 -1
  738. package/node_modules/zod/v4/mini/schemas.cjs +0 -1046
  739. package/node_modules/zod/v4/mini/schemas.d.cts +0 -427
  740. package/node_modules/zod/v4/mini/schemas.d.ts +0 -427
  741. package/node_modules/zod/v4/mini/schemas.js +0 -925
  742. package/node_modules/zod/v4/package.json +0 -6
  743. package/node_modules/zod/v4-mini/index.cjs +0 -17
  744. package/node_modules/zod/v4-mini/index.d.cts +0 -1
  745. package/node_modules/zod/v4-mini/index.d.ts +0 -1
  746. package/node_modules/zod/v4-mini/index.js +0 -1
  747. package/node_modules/zod/v4-mini/package.json +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-scope",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Claude Code plugin for session status and analytics",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,7 +20,8 @@
20
20
  "LICENSE.md"
21
21
  ],
22
22
  "scripts": {
23
- "build": "tsc",
23
+ "prepack": "chmod +x dist/index.js",
24
+ "build": "tsc && chmod +x dist/index.js",
24
25
  "test": "tsx --test tests/e2e/stdin-flow.test.ts tests/integration/cli-flow.integration.test.ts tests/integration/five-widgets.integration.test.ts tests/unit/cli.test.ts tests/unit/types.test.ts tests/unit/core/*.test.ts tests/unit/data/*.test.ts tests/unit/utils/*.test.ts tests/unit/widgets/*.test.ts",
25
26
  "test:unit": "tsx --test tests/unit/cli.test.ts tests/unit/types.test.ts tests/unit/core/*.test.ts tests/unit/data/*.test.ts tests/unit/utils/*.test.ts tests/unit/widgets/*.test.ts",
26
27
  "test:integration": "tsx --test tests/e2e/stdin-flow.test.ts tests/integration/cli-flow.integration.test.ts tests/integration/five-widgets.integration.test.ts",
@@ -29,10 +30,7 @@
29
30
  "test:snapshot:verify": "tsx --test tests/e2e/stdin-flow.test.ts tests/integration/cli-flow.integration.test.ts tests/integration/five-widgets.integration.test.ts tests/unit/cli.test.ts tests/unit/types.test.ts tests/unit/core/*.test.ts tests/unit/data/*.test.ts tests/unit/utils/*.test.ts tests/unit/widgets/*.test.ts",
30
31
  "dev": "tsx src/index.ts"
31
32
  },
32
- "dependencies": {
33
- "zod": "^4.3.5"
34
- },
35
- "bundleDependencies": true,
33
+ "dependencies": {},
36
34
  "devDependencies": {
37
35
  "@types/node": "^22.10.2",
38
36
  "c8": "^10.1.3",
@@ -1,85 +0,0 @@
1
- /**
2
- * Base class for widgets that receive StdinData
3
- *
4
- * Eliminates duplicate data storage and update logic across widgets.
5
- * Extending widgets only need to implement render() method.
6
- */
7
- import type { IWidget, IWidgetMetadata, WidgetContext, RenderContext } from './types.js';
8
- import type { StdinData } from '../types.js';
9
- /**
10
- * Abstract base class for widgets working with StdinData
11
- *
12
- * Provides common functionality:
13
- * - StdinData storage and retrieval
14
- * - Enabled state management
15
- * - Consistent update pattern
16
- *
17
- * @example
18
- * ```typescript
19
- * export class ModelWidget extends StdinDataWidget {
20
- * readonly id = 'model';
21
- * readonly metadata = {
22
- * name: 'Model',
23
- * description: 'Displays Claude model',
24
- * version: '1.0.0',
25
- * author: 'claude-scope'
26
- * };
27
- *
28
- * async render(context: RenderContext): Promise<string | null> {
29
- * const data = this.getData();
30
- * return data.model.display_name;
31
- * }
32
- * }
33
- * ```
34
- */
35
- export declare abstract class StdinDataWidget implements IWidget {
36
- /**
37
- * Stored stdin data from last update
38
- */
39
- protected data: StdinData | null;
40
- /**
41
- * Widget enabled state
42
- */
43
- protected enabled: boolean;
44
- /**
45
- * Unique widget identifier
46
- */
47
- abstract readonly id: string;
48
- /**
49
- * Widget metadata
50
- */
51
- abstract readonly metadata: IWidgetMetadata;
52
- /**
53
- * Initialize widget with context
54
- * @param context - Widget initialization context
55
- */
56
- initialize(context: WidgetContext): Promise<void>;
57
- /**
58
- * Update widget with new stdin data
59
- * @param data - Stdin data from Claude Code
60
- */
61
- update(data: StdinData): Promise<void>;
62
- /**
63
- * Check if widget is enabled
64
- * @returns true if widget should render
65
- */
66
- isEnabled(): boolean;
67
- /**
68
- * Get stored stdin data
69
- * @returns StdinData
70
- * @throws Error if data not initialized (update() not called)
71
- */
72
- protected getData(): StdinData;
73
- /**
74
- * Render widget output
75
- * @param context - Render context
76
- * @returns Rendered string, or null if widget should not display
77
- */
78
- abstract render(context: RenderContext): Promise<string | null>;
79
- /**
80
- * Optional cleanup method
81
- * Override if widget has resources to clean up
82
- */
83
- cleanup?(): Promise<void>;
84
- }
85
- //# sourceMappingURL=stdin-data-widget.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stdin-data-widget.d.ts","sourceRoot":"","sources":["../../src/core/stdin-data-widget.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AACzF,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,8BAAsB,eAAgB,YAAW,OAAO;IACtD;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,SAAS,GAAG,IAAI,CAAQ;IAExC;;OAEG;IACH,SAAS,CAAC,OAAO,UAAQ;IAEzB;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAAC;IAE5C;;;OAGG;IACG,UAAU,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAIvD;;;OAGG;IACG,MAAM,CAAC,IAAI,EAAE,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5C;;;OAGG;IACH,SAAS,IAAI,OAAO;IAIpB;;;;OAIG;IACH,SAAS,CAAC,OAAO,IAAI,SAAS;IAS9B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAE/D;;;OAGG;IACG,OAAO,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC;CAChC"}
@@ -1,75 +0,0 @@
1
- /**
2
- * Base class for widgets that receive StdinData
3
- *
4
- * Eliminates duplicate data storage and update logic across widgets.
5
- * Extending widgets only need to implement render() method.
6
- */
7
- /**
8
- * Abstract base class for widgets working with StdinData
9
- *
10
- * Provides common functionality:
11
- * - StdinData storage and retrieval
12
- * - Enabled state management
13
- * - Consistent update pattern
14
- *
15
- * @example
16
- * ```typescript
17
- * export class ModelWidget extends StdinDataWidget {
18
- * readonly id = 'model';
19
- * readonly metadata = {
20
- * name: 'Model',
21
- * description: 'Displays Claude model',
22
- * version: '1.0.0',
23
- * author: 'claude-scope'
24
- * };
25
- *
26
- * async render(context: RenderContext): Promise<string | null> {
27
- * const data = this.getData();
28
- * return data.model.display_name;
29
- * }
30
- * }
31
- * ```
32
- */
33
- export class StdinDataWidget {
34
- /**
35
- * Stored stdin data from last update
36
- */
37
- data = null;
38
- /**
39
- * Widget enabled state
40
- */
41
- enabled = true;
42
- /**
43
- * Initialize widget with context
44
- * @param context - Widget initialization context
45
- */
46
- async initialize(context) {
47
- this.enabled = context.config?.enabled !== false;
48
- }
49
- /**
50
- * Update widget with new stdin data
51
- * @param data - Stdin data from Claude Code
52
- */
53
- async update(data) {
54
- this.data = data;
55
- }
56
- /**
57
- * Check if widget is enabled
58
- * @returns true if widget should render
59
- */
60
- isEnabled() {
61
- return this.enabled;
62
- }
63
- /**
64
- * Get stored stdin data
65
- * @returns StdinData
66
- * @throws Error if data not initialized (update() not called)
67
- */
68
- getData() {
69
- if (!this.data) {
70
- throw new Error(`Widget ${this.id} data not initialized. Call update() before render().`);
71
- }
72
- return this.data;
73
- }
74
- }
75
- //# sourceMappingURL=stdin-data-widget.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stdin-data-widget.js","sourceRoot":"","sources":["../../src/core/stdin-data-widget.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,OAAgB,eAAe;IACnC;;OAEG;IACO,IAAI,GAAqB,IAAI,CAAC;IAExC;;OAEG;IACO,OAAO,GAAG,IAAI,CAAC;IAYzB;;;OAGG;IACH,KAAK,CAAC,UAAU,CAAC,OAAsB;QACrC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,MAAM,EAAE,OAAO,KAAK,KAAK,CAAC;IACnD,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,MAAM,CAAC,IAAe;QAC1B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAED;;;OAGG;IACH,SAAS;QACP,OAAO,IAAI,CAAC,OAAO,CAAC;IACtB,CAAC;IAED;;;;OAIG;IACO,OAAO;QACf,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;YACf,MAAM,IAAI,KAAK,CACb,UAAU,IAAI,CAAC,EAAE,uDAAuD,CACzE,CAAC;QACJ,CAAC;QACD,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;CAcF"}
@@ -1,44 +0,0 @@
1
- /**
2
- * Stdin provider for parsing JSON data from stdin
3
- * Parses and validates Claude Code session data using Zod
4
- */
5
- import type { StdinData } from '../types.js';
6
- /**
7
- * Error thrown when stdin parsing fails
8
- */
9
- export declare class StdinParseError extends Error {
10
- constructor(message: string);
11
- }
12
- /**
13
- * Error thrown when stdin validation fails
14
- */
15
- export declare class StdinValidationError extends Error {
16
- constructor(message: string);
17
- }
18
- /**
19
- * Stdin provider for parsing and validating JSON data
20
- */
21
- export declare class StdinProvider {
22
- /**
23
- * Parse and validate JSON string from stdin
24
- * @param input JSON string to parse
25
- * @returns Validated StdinData object
26
- * @throws StdinParseError if JSON is malformed
27
- * @throws StdinValidationError if data doesn't match schema
28
- */
29
- parse(input: string): Promise<StdinData>;
30
- /**
31
- * Safe parse that returns result instead of throwing
32
- * Useful for testing and optional validation
33
- * @param input JSON string to parse
34
- * @returns Result object with success flag
35
- */
36
- safeParse(input: string): Promise<{
37
- success: true;
38
- data: StdinData;
39
- } | {
40
- success: false;
41
- error: string;
42
- }>;
43
- }
44
- //# sourceMappingURL=stdin-provider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stdin-provider.d.ts","sourceRoot":"","sources":["../../src/providers/stdin-provider.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C;;GAEG;AACH,qBAAa,eAAgB,SAAQ,KAAK;gBAC5B,OAAO,EAAE,MAAM;CAI5B;AAED;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,KAAK;gBACjC,OAAO,EAAE,MAAM;CAI5B;AAED;;GAEG;AACH,qBAAa,aAAa;IACxB;;;;;;OAMG;IACG,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC;IAmC9C;;;;;OAKG;IACG,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,SAAS,CAAA;KAAE,GAAG;QAAE,OAAO,EAAE,KAAK,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CAQhH"}
@@ -1,83 +0,0 @@
1
- /**
2
- * Stdin provider for parsing JSON data from stdin
3
- * Parses and validates Claude Code session data using Zod
4
- */
5
- import { z } from 'zod';
6
- import { StdinDataSchema } from '../schemas/stdin-schema.js';
7
- /**
8
- * Error thrown when stdin parsing fails
9
- */
10
- export class StdinParseError extends Error {
11
- constructor(message) {
12
- super(message);
13
- this.name = 'StdinParseError';
14
- }
15
- }
16
- /**
17
- * Error thrown when stdin validation fails
18
- */
19
- export class StdinValidationError extends Error {
20
- constructor(message) {
21
- super(message);
22
- this.name = 'StdinValidationError';
23
- }
24
- }
25
- /**
26
- * Stdin provider for parsing and validating JSON data
27
- */
28
- export class StdinProvider {
29
- /**
30
- * Parse and validate JSON string from stdin
31
- * @param input JSON string to parse
32
- * @returns Validated StdinData object
33
- * @throws StdinParseError if JSON is malformed
34
- * @throws StdinValidationError if data doesn't match schema
35
- */
36
- async parse(input) {
37
- // Check for empty input
38
- if (!input || input.trim().length === 0) {
39
- throw new StdinParseError('stdin data is empty');
40
- }
41
- // Parse JSON
42
- let data;
43
- try {
44
- data = JSON.parse(input);
45
- }
46
- catch (error) {
47
- throw new StdinParseError(`Invalid JSON: ${error.message}`);
48
- }
49
- // Validate with Zod
50
- try {
51
- return StdinDataSchema.parse(data);
52
- }
53
- catch (error) {
54
- if (error instanceof z.ZodError) {
55
- // Format error messages nicely
56
- const errorDetails = error.issues
57
- .map((e) => {
58
- const path = e.path.length > 0 ? e.path.join('.') : 'root';
59
- return `${path}: ${e.message}`;
60
- })
61
- .join(', ');
62
- throw new StdinValidationError(`Validation failed: ${errorDetails}`);
63
- }
64
- throw error;
65
- }
66
- }
67
- /**
68
- * Safe parse that returns result instead of throwing
69
- * Useful for testing and optional validation
70
- * @param input JSON string to parse
71
- * @returns Result object with success flag
72
- */
73
- async safeParse(input) {
74
- try {
75
- const data = await this.parse(input);
76
- return { success: true, data };
77
- }
78
- catch (error) {
79
- return { success: false, error: error.message };
80
- }
81
- }
82
- }
83
- //# sourceMappingURL=stdin-provider.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stdin-provider.js","sourceRoot":"","sources":["../../src/providers/stdin-provider.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAE7D;;GAEG;AACH,MAAM,OAAO,eAAgB,SAAQ,KAAK;IACxC,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,iBAAiB,CAAC;IAChC,CAAC;CACF;AAED;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,KAAK;IAC7C,YAAY,OAAe;QACzB,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,sBAAsB,CAAC;IACrC,CAAC;CACF;AAED;;GAEG;AACH,MAAM,OAAO,aAAa;IACxB;;;;;;OAMG;IACH,KAAK,CAAC,KAAK,CAAC,KAAa;QACvB,wBAAwB;QACxB,IAAI,CAAC,KAAK,IAAI,KAAK,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACxC,MAAM,IAAI,eAAe,CAAC,qBAAqB,CAAC,CAAC;QACnD,CAAC;QAED,aAAa;QACb,IAAI,IAAa,CAAC;QAClB,IAAI,CAAC;YACH,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3B,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,MAAM,IAAI,eAAe,CAAC,iBAAkB,KAAe,CAAC,OAAO,EAAE,CAAC,CAAC;QACzE,CAAC;QAED,oBAAoB;QACpB,IAAI,CAAC;YACH,OAAO,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QACrC,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,IAAI,KAAK,YAAY,CAAC,CAAC,QAAQ,EAAE,CAAC;gBAChC,+BAA+B;gBAC/B,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM;qBAC9B,GAAG,CAAC,CAAC,CAAa,EAAE,EAAE;oBACrB,MAAM,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;oBAC3D,OAAO,GAAG,IAAI,KAAK,CAAC,CAAC,OAAO,EAAE,CAAC;gBACjC,CAAC,CAAC;qBACD,IAAI,CAAC,IAAI,CAAC,CAAC;gBAEd,MAAM,IAAI,oBAAoB,CAC5B,sBAAsB,YAAY,EAAE,CACrC,CAAC;YACJ,CAAC;YACD,MAAM,KAAK,CAAC;QACd,CAAC;IACH,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,SAAS,CAAC,KAAa;QAC3B,IAAI,CAAC;YACH,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;YACrC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;QACjC,CAAC;QAAC,OAAO,KAAK,EAAE,CAAC;YACf,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAG,KAAe,CAAC,OAAO,EAAE,CAAC;QAC7D,CAAC;IACH,CAAC;CACF"}
@@ -1,52 +0,0 @@
1
- /**
2
- * ANSI color utilities for terminal output
3
- *
4
- * Provides ANSI escape codes for colors and text styling in terminal output.
5
- * These codes work in most modern terminal emulators.
6
- */
7
- /**
8
- * Reset all styles and colors
9
- */
10
- export declare const reset = "\u001B[0m";
11
- /**
12
- * Foreground colors (30-37, 90 for bright/bold variants)
13
- */
14
- export declare const red = "\u001B[31m";
15
- export declare const green = "\u001B[32m";
16
- export declare const yellow = "\u001B[33m";
17
- export declare const blue = "\u001B[34m";
18
- export declare const magenta = "\u001B[35m";
19
- export declare const cyan = "\u001B[36m";
20
- export declare const white = "\u001B[37m";
21
- export declare const gray = "\u001B[90m";
22
- /**
23
- * Background colors (40-47)
24
- */
25
- export declare const bgRed = "\u001B[41m";
26
- export declare const bgGreen = "\u001B[42m";
27
- export declare const bgYellow = "\u001B[43m";
28
- export declare const bgBlue = "\u001B[44m";
29
- /**
30
- * Text styles
31
- */
32
- export declare const bold = "\u001B[1m";
33
- export declare const dim = "\u001B[2m";
34
- export declare const italic = "\u001B[3m";
35
- export declare const underline = "\u001B[4m";
36
- /**
37
- * Context usage colors
38
- * Used for context progress bar based on usage percentage
39
- */
40
- export declare const contextColors: {
41
- readonly low: "\u001B[32m";
42
- readonly medium: "\u001B[33m";
43
- readonly high: "\u001B[31m";
44
- };
45
- /**
46
- * Wrap text in ANSI color
47
- * @param text - Text to colorize
48
- * @param color - ANSI color code
49
- * @returns Colorized text with reset code
50
- */
51
- export declare function colorize(text: string, color: string): string;
52
- //# sourceMappingURL=colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/utils/colors.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,eAAO,MAAM,KAAK,cAAY,CAAC;AAE/B;;GAEG;AACH,eAAO,MAAM,GAAG,eAAa,CAAC;AAC9B,eAAO,MAAM,KAAK,eAAa,CAAC;AAChC,eAAO,MAAM,MAAM,eAAa,CAAC;AACjC,eAAO,MAAM,IAAI,eAAa,CAAC;AAC/B,eAAO,MAAM,OAAO,eAAa,CAAC;AAClC,eAAO,MAAM,IAAI,eAAa,CAAC;AAC/B,eAAO,MAAM,KAAK,eAAa,CAAC;AAChC,eAAO,MAAM,IAAI,eAAa,CAAC;AAE/B;;GAEG;AACH,eAAO,MAAM,KAAK,eAAa,CAAC;AAChC,eAAO,MAAM,OAAO,eAAa,CAAC;AAClC,eAAO,MAAM,QAAQ,eAAa,CAAC;AACnC,eAAO,MAAM,MAAM,eAAa,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,IAAI,cAAY,CAAC;AAC9B,eAAO,MAAM,GAAG,cAAY,CAAC;AAC7B,eAAO,MAAM,MAAM,cAAY,CAAC;AAChC,eAAO,MAAM,SAAS,cAAY,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5D"}
@@ -1,54 +0,0 @@
1
- /**
2
- * ANSI color utilities for terminal output
3
- *
4
- * Provides ANSI escape codes for colors and text styling in terminal output.
5
- * These codes work in most modern terminal emulators.
6
- */
7
- /**
8
- * Reset all styles and colors
9
- */
10
- export const reset = '\x1b[0m';
11
- /**
12
- * Foreground colors (30-37, 90 for bright/bold variants)
13
- */
14
- export const red = '\x1b[31m';
15
- export const green = '\x1b[32m';
16
- export const yellow = '\x1b[33m';
17
- export const blue = '\x1b[34m';
18
- export const magenta = '\x1b[35m';
19
- export const cyan = '\x1b[36m';
20
- export const white = '\x1b[37m';
21
- export const gray = '\x1b[90m';
22
- /**
23
- * Background colors (40-47)
24
- */
25
- export const bgRed = '\x1b[41m';
26
- export const bgGreen = '\x1b[42m';
27
- export const bgYellow = '\x1b[43m';
28
- export const bgBlue = '\x1b[44m';
29
- /**
30
- * Text styles
31
- */
32
- export const bold = '\x1b[1m';
33
- export const dim = '\x1b[2m';
34
- export const italic = '\x1b[3m';
35
- export const underline = '\x1b[4m';
36
- /**
37
- * Context usage colors
38
- * Used for context progress bar based on usage percentage
39
- */
40
- export const contextColors = {
41
- low: green, // <50% usage
42
- medium: yellow, // 50-79% usage
43
- high: red // >=80% usage
44
- };
45
- /**
46
- * Wrap text in ANSI color
47
- * @param text - Text to colorize
48
- * @param color - ANSI color code
49
- * @returns Colorized text with reset code
50
- */
51
- export function colorize(text, color) {
52
- return `${color}${text}${reset}`;
53
- }
54
- //# sourceMappingURL=colors.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors.js","sourceRoot":"","sources":["../../src/utils/colors.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,SAAS,CAAC;AAE/B;;GAEG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,UAAU,CAAC;AAC9B,MAAM,CAAC,MAAM,KAAK,GAAG,UAAU,CAAC;AAChC,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,CAAC;AACjC,MAAM,CAAC,MAAM,IAAI,GAAG,UAAU,CAAC;AAC/B,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC;AAClC,MAAM,CAAC,MAAM,IAAI,GAAG,UAAU,CAAC;AAC/B,MAAM,CAAC,MAAM,KAAK,GAAG,UAAU,CAAC;AAChC,MAAM,CAAC,MAAM,IAAI,GAAG,UAAU,CAAC;AAE/B;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,UAAU,CAAC;AAChC,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC;AAClC,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAAC;AACnC,MAAM,CAAC,MAAM,MAAM,GAAG,UAAU,CAAC;AAEjC;;GAEG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,SAAS,CAAC;AAC9B,MAAM,CAAC,MAAM,GAAG,GAAG,SAAS,CAAC;AAC7B,MAAM,CAAC,MAAM,MAAM,GAAG,SAAS,CAAC;AAChC,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC;AAEnC;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,GAAG,EAAE,KAAK,EAAM,aAAa;IAC7B,MAAM,EAAE,MAAM,EAAE,eAAe;IAC/B,IAAI,EAAE,GAAG,CAAO,cAAc;CACtB,CAAC;AAEX;;;;;GAKG;AACH,MAAM,UAAU,QAAQ,CAAC,IAAY,EAAE,KAAa;IAClD,OAAO,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,EAAE,CAAC;AACnC,CAAC"}
@@ -1,56 +0,0 @@
1
- /**
2
- * Formatter utilities for displaying data in human-readable formats
3
- */
4
- /**
5
- * Format milliseconds to human-readable duration
6
- *
7
- * Examples:
8
- * - 45000 -> "45s"
9
- * - 60000 -> "1m 0s"
10
- * - 3600000 -> "1h 0m 0s"
11
- * - 3665000 -> "1h 1m 5s"
12
- *
13
- * @param ms - Duration in milliseconds
14
- * @returns Human-readable duration string
15
- */
16
- export declare function formatDuration(ms: number): string;
17
- /**
18
- * Format cost in USD with appropriate precision
19
- *
20
- * - Values < $0.01 (positive): 4 decimal places ($0.0012)
21
- * - Values >= $0.01: 2 decimal places ($1.23)
22
- * - Values >= $100: 0 decimal places ($123)
23
- * - Negative values: 2 decimal places ($-1.23)
24
- *
25
- * @param usd - Cost in USD
26
- * @returns Formatted cost string with $ prefix
27
- */
28
- export declare function formatCostUSD(usd: number): string;
29
- /**
30
- * Create a visual progress bar
31
- *
32
- * @param percent - Percentage (0-100)
33
- * @param width - Bar width in characters (default: DEFAULTS.PROGRESS_BAR_WIDTH)
34
- * @returns Progress bar string like "████████░░░░░░░░░░░░"
35
- */
36
- export declare function progressBar(percent: number, width?: number): string;
37
- /**
38
- * Get color code for context percentage
39
- *
40
- * - <50%: green (low usage)
41
- * - 50-79%: yellow (medium usage)
42
- * - >=80%: red (high usage)
43
- *
44
- * @param percent - Context usage percentage (0-100)
45
- * @returns ANSI color code
46
- */
47
- export declare function getContextColor(percent: number): string;
48
- /**
49
- * Colorize text with ANSI color code
50
- *
51
- * @param text - Text to colorize
52
- * @param color - ANSI color code
53
- * @returns Colorized text with reset code
54
- */
55
- export declare function colorize(text: string, color: string): string;
56
- //# sourceMappingURL=formatters.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatters.d.ts","sourceRoot":"","sources":["../../src/utils/formatters.ts"],"names":[],"mappings":"AAAA;;GAEG;AAIH;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,CAsBjD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAgBjD;AAED;;;;;;GAMG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,GAAE,MAAoC,GAAG,MAAM,CAKhG;AAED;;;;;;;;;GASG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAUvD;AAED;;;;;;GAMG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAE5D"}
@@ -1,114 +0,0 @@
1
- /**
2
- * Formatter utilities for displaying data in human-readable formats
3
- */
4
- import { TIME, COST_THRESHOLDS, CONTEXT_THRESHOLDS, ANSI_COLORS, DEFAULTS } from '../constants.js';
5
- /**
6
- * Format milliseconds to human-readable duration
7
- *
8
- * Examples:
9
- * - 45000 -> "45s"
10
- * - 60000 -> "1m 0s"
11
- * - 3600000 -> "1h 0m 0s"
12
- * - 3665000 -> "1h 1m 5s"
13
- *
14
- * @param ms - Duration in milliseconds
15
- * @returns Human-readable duration string
16
- */
17
- export function formatDuration(ms) {
18
- if (ms <= 0)
19
- return '0s';
20
- const seconds = Math.floor(ms / TIME.MS_PER_SECOND);
21
- const hours = Math.floor(seconds / TIME.SECONDS_PER_HOUR);
22
- const minutes = Math.floor((seconds % TIME.SECONDS_PER_HOUR) / TIME.SECONDS_PER_MINUTE);
23
- const secs = seconds % TIME.SECONDS_PER_MINUTE;
24
- const parts = [];
25
- if (hours > 0) {
26
- parts.push(`${hours}h`);
27
- parts.push(`${minutes}m`);
28
- parts.push(`${secs}s`);
29
- }
30
- else if (minutes > 0) {
31
- parts.push(`${minutes}m`);
32
- parts.push(`${secs}s`);
33
- }
34
- else {
35
- parts.push(`${secs}s`);
36
- }
37
- return parts.join(' ');
38
- }
39
- /**
40
- * Format cost in USD with appropriate precision
41
- *
42
- * - Values < $0.01 (positive): 4 decimal places ($0.0012)
43
- * - Values >= $0.01: 2 decimal places ($1.23)
44
- * - Values >= $100: 0 decimal places ($123)
45
- * - Negative values: 2 decimal places ($-1.23)
46
- *
47
- * @param usd - Cost in USD
48
- * @returns Formatted cost string with $ prefix
49
- */
50
- export function formatCostUSD(usd) {
51
- const absUsd = Math.abs(usd);
52
- if (usd < 0) {
53
- // Negative values: 2 decimal places
54
- return `$${usd.toFixed(2)}`;
55
- }
56
- else if (absUsd < COST_THRESHOLDS.SMALL) {
57
- // 4 decimal places for very small positive values
58
- return `$${usd.toFixed(4)}`;
59
- }
60
- else if (absUsd < COST_THRESHOLDS.LARGE) {
61
- // 2 decimal places for normal values
62
- return `$${usd.toFixed(2)}`;
63
- }
64
- else {
65
- // 0 decimal places for large values
66
- return `$${Math.floor(usd).toFixed(0)}`;
67
- }
68
- }
69
- /**
70
- * Create a visual progress bar
71
- *
72
- * @param percent - Percentage (0-100)
73
- * @param width - Bar width in characters (default: DEFAULTS.PROGRESS_BAR_WIDTH)
74
- * @returns Progress bar string like "████████░░░░░░░░░░░░"
75
- */
76
- export function progressBar(percent, width = DEFAULTS.PROGRESS_BAR_WIDTH) {
77
- const clampedPercent = Math.max(0, Math.min(100, percent));
78
- const filled = Math.round((clampedPercent / 100) * width);
79
- const empty = width - filled;
80
- return '█'.repeat(filled) + '░'.repeat(empty);
81
- }
82
- /**
83
- * Get color code for context percentage
84
- *
85
- * - <50%: green (low usage)
86
- * - 50-79%: yellow (medium usage)
87
- * - >=80%: red (high usage)
88
- *
89
- * @param percent - Context usage percentage (0-100)
90
- * @returns ANSI color code
91
- */
92
- export function getContextColor(percent) {
93
- const clampedPercent = Math.max(0, Math.min(100, percent));
94
- if (clampedPercent < CONTEXT_THRESHOLDS.LOW_MEDIUM) {
95
- return ANSI_COLORS.GREEN;
96
- }
97
- else if (clampedPercent < CONTEXT_THRESHOLDS.MEDIUM_HIGH) {
98
- return ANSI_COLORS.YELLOW;
99
- }
100
- else {
101
- return ANSI_COLORS.RED;
102
- }
103
- }
104
- /**
105
- * Colorize text with ANSI color code
106
- *
107
- * @param text - Text to colorize
108
- * @param color - ANSI color code
109
- * @returns Colorized text with reset code
110
- */
111
- export function colorize(text, color) {
112
- return `${color}${text}${ANSI_COLORS.RESET}`;
113
- }
114
- //# sourceMappingURL=formatters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatters.js","sourceRoot":"","sources":["../../src/utils/formatters.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,eAAe,EAAE,kBAAkB,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAEnG;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,cAAc,CAAC,EAAU;IACvC,IAAI,EAAE,IAAI,CAAC;QAAE,OAAO,IAAI,CAAC;IAEzB,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,CAAC;IACpD,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAC1D,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACxF,MAAM,IAAI,GAAG,OAAO,GAAG,IAAI,CAAC,kBAAkB,CAAC;IAE/C,MAAM,KAAK,GAAa,EAAE,CAAC;IAE3B,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;QACd,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,GAAG,CAAC,CAAC;QACxB,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,GAAG,CAAC,CAAC;QAC1B,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC;IACzB,CAAC;SAAM,IAAI,OAAO,GAAG,CAAC,EAAE,CAAC;QACvB,KAAK,CAAC,IAAI,CAAC,GAAG,OAAO,GAAG,CAAC,CAAC;QAC1B,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC;IACzB,CAAC;SAAM,CAAC;QACN,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC;IACzB,CAAC;IAED,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,aAAa,CAAC,GAAW;IACvC,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAE7B,IAAI,GAAG,GAAG,CAAC,EAAE,CAAC;QACZ,oCAAoC;QACpC,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,CAAC;SAAM,IAAI,MAAM,GAAG,eAAe,CAAC,KAAK,EAAE,CAAC;QAC1C,kDAAkD;QAClD,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,CAAC;SAAM,IAAI,MAAM,GAAG,eAAe,CAAC,KAAK,EAAE,CAAC;QAC1C,qCAAqC;QACrC,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC9B,CAAC;SAAM,CAAC;QACN,oCAAoC;QACpC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC1C,CAAC;AACH,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,WAAW,CAAC,OAAe,EAAE,QAAgB,QAAQ,CAAC,kBAAkB;IACtF,MAAM,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;IAC3D,MAAM,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,cAAc,GAAG,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;IAC1D,MAAM,KAAK,GAAG,KAAK,GAAG,MAAM,CAAC;IAC7B,OAAO,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAChD,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,eAAe,CAAC,OAAe;IAC7C,MAAM,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;IAE3D,IAAI,cAAc,GAAG,kBAAkB,CAAC,UAAU,EAAE,CAAC;QACnD,OAAO,WAAW,CAAC,KAAK,CAAC;IAC3B,CAAC;SAAM,IAAI,cAAc,GAAG,kBAAkB,CAAC,WAAW,EAAE,CAAC;QAC3D,OAAO,WAAW,CAAC,MAAM,CAAC;IAC5B,CAAC;SAAM,CAAC;QACN,OAAO,WAAW,CAAC,GAAG,CAAC;IACzB,CAAC;AACH,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,QAAQ,CAAC,IAAY,EAAE,KAAa;IAClD,OAAO,GAAG,KAAK,GAAG,IAAI,GAAG,WAAW,CAAC,KAAK,EAAE,CAAC;AAC/C,CAAC"}
@@ -1,16 +0,0 @@
1
- /**
2
- * Git Changes Widget
3
- *
4
- * Displays git diff statistics
5
- */
6
- import { StdinDataWidget } from '../core/stdin-data-widget.js';
7
- import type { IGit } from '../providers/git-provider.js';
8
- import type { RenderContext } from '../core/types.js';
9
- export declare class GitChangesWidget extends StdinDataWidget {
10
- private gitProvider;
11
- readonly id = "git-changes";
12
- readonly metadata: import("../core/types.js").IWidgetMetadata;
13
- constructor(gitProvider: IGit);
14
- render(context: RenderContext): Promise<string | null>;
15
- }
16
- //# sourceMappingURL=git-changes-widget.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"git-changes-widget.d.ts","sourceRoot":"","sources":["../../src/widgets/git-changes-widget.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,qBAAa,gBAAiB,SAAQ,eAAe;IAOvC,OAAO,CAAC,WAAW;IAN/B,QAAQ,CAAC,EAAE,iBAAiB;IAC5B,QAAQ,CAAC,QAAQ,6CAGf;gBAEkB,WAAW,EAAE,IAAI;IAI/B,MAAM,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;CAoB7D"}