@visulima/vis 1.0.0-alpha.41 → 1.0.0-alpha.42

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 (199) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE.md +265 -35
  3. package/dist/bin.js +1 -1
  4. package/dist/binx.js +2 -2
  5. package/dist/config/index.d.ts +1 -1
  6. package/dist/config/index.js +1 -1
  7. package/dist/packem_chunks/bloom-status.js +1 -1
  8. package/dist/packem_chunks/bloom-sync.js +1 -1
  9. package/dist/packem_chunks/cli-exec.js +1 -0
  10. package/dist/packem_chunks/{bin.js → cli-main.js} +282 -274
  11. package/dist/packem_chunks/config.js +8 -11
  12. package/dist/packem_chunks/devtools.js +1 -78
  13. package/dist/packem_chunks/dispatch.js +4 -0
  14. package/dist/packem_chunks/doctor-probe.js +1 -1
  15. package/dist/packem_chunks/fix.js +1 -1
  16. package/dist/packem_chunks/handler.js +1 -1
  17. package/dist/packem_chunks/handler10.js +1 -1
  18. package/dist/packem_chunks/handler11.js +1 -1
  19. package/dist/packem_chunks/handler12.js +1 -1
  20. package/dist/packem_chunks/handler13.js +3 -3
  21. package/dist/packem_chunks/handler14.js +1 -1
  22. package/dist/packem_chunks/handler15.js +1 -1
  23. package/dist/packem_chunks/handler16.js +1 -1
  24. package/dist/packem_chunks/handler17.js +1 -1
  25. package/dist/packem_chunks/handler18.js +1 -1
  26. package/dist/packem_chunks/handler19.js +1 -1
  27. package/dist/packem_chunks/handler2.js +1 -4
  28. package/dist/packem_chunks/handler20.js +1 -1
  29. package/dist/packem_chunks/handler21.js +1 -1
  30. package/dist/packem_chunks/handler22.js +2 -2
  31. package/dist/packem_chunks/handler23.js +5 -1
  32. package/dist/packem_chunks/handler24.js +1 -1
  33. package/dist/packem_chunks/handler25.js +1 -1
  34. package/dist/packem_chunks/handler26.js +1 -5
  35. package/dist/packem_chunks/handler27.js +5 -1
  36. package/dist/packem_chunks/handler28.js +1 -3
  37. package/dist/packem_chunks/handler29.js +3 -1
  38. package/dist/packem_chunks/handler3.js +1 -4
  39. package/dist/packem_chunks/handler30.js +1 -1
  40. package/dist/packem_chunks/handler31.js +1 -2
  41. package/dist/packem_chunks/handler32.js +2 -2
  42. package/dist/packem_chunks/handler33.js +2 -2
  43. package/dist/packem_chunks/handler34.js +2 -3
  44. package/dist/packem_chunks/handler35.js +3 -6
  45. package/dist/packem_chunks/handler36.js +6 -1
  46. package/dist/packem_chunks/handler37.js +1 -42
  47. package/dist/packem_chunks/handler38.js +42 -8
  48. package/dist/packem_chunks/handler39.js +8 -9
  49. package/dist/packem_chunks/handler4.js +4 -6
  50. package/dist/packem_chunks/handler40.js +9 -75
  51. package/dist/packem_chunks/handler41.js +75 -5
  52. package/dist/packem_chunks/handler42.js +5 -4
  53. package/dist/packem_chunks/handler43.js +4 -3
  54. package/dist/packem_chunks/handler44.js +3 -2
  55. package/dist/packem_chunks/handler45.js +2 -1
  56. package/dist/packem_chunks/handler46.js +1 -1
  57. package/dist/packem_chunks/handler47.js +1 -1
  58. package/dist/packem_chunks/handler48.js +1 -3
  59. package/dist/packem_chunks/handler49.js +3 -1
  60. package/dist/packem_chunks/handler5.js +4 -8
  61. package/dist/packem_chunks/handler50.js +1 -7
  62. package/dist/packem_chunks/handler51.js +6 -32
  63. package/dist/packem_chunks/handler52.js +33 -3
  64. package/dist/packem_chunks/handler53.js +3 -8
  65. package/dist/packem_chunks/handler54.js +6 -2
  66. package/dist/packem_chunks/handler55.js +4 -1
  67. package/dist/packem_chunks/handler56.js +1 -12
  68. package/dist/packem_chunks/handler57.js +11 -6
  69. package/dist/packem_chunks/handler58.js +3 -3
  70. package/dist/packem_chunks/handler59.js +5 -5
  71. package/dist/packem_chunks/handler6.js +6 -1
  72. package/dist/packem_chunks/handler60.js +2 -2
  73. package/dist/packem_chunks/handler61.js +1 -1
  74. package/dist/packem_chunks/handler62.js +4 -4
  75. package/dist/packem_chunks/handler63.js +3 -3
  76. package/dist/packem_chunks/handler64.js +4 -4
  77. package/dist/packem_chunks/handler65.js +9 -708
  78. package/dist/packem_chunks/handler66.js +6 -6
  79. package/dist/packem_chunks/handler67.js +4 -4
  80. package/dist/packem_chunks/handler68.js +1 -1
  81. package/dist/packem_chunks/handler69.js +5 -5
  82. package/dist/packem_chunks/handler7.js +8 -1
  83. package/dist/packem_chunks/handler70.js +6 -6
  84. package/dist/packem_chunks/handler71.js +9 -9
  85. package/dist/packem_chunks/handler72.js +708 -48
  86. package/dist/packem_chunks/handler73.js +48 -27
  87. package/dist/packem_chunks/handler74.js +27 -3
  88. package/dist/packem_chunks/handler75.js +3 -190
  89. package/dist/packem_chunks/handler76.js +189 -37
  90. package/dist/packem_chunks/handler77.js +38 -0
  91. package/dist/packem_chunks/handler8.js +1 -1
  92. package/dist/packem_chunks/handler9.js +1 -1
  93. package/dist/packem_chunks/heal-accept.js +1 -1
  94. package/dist/packem_chunks/heal.js +1 -1
  95. package/dist/packem_chunks/help-command.js +4 -4
  96. package/dist/packem_chunks/index2.js +1 -1
  97. package/dist/packem_chunks/index3.js +135 -0
  98. package/dist/packem_chunks/index4.js +74 -0
  99. package/dist/packem_chunks/keys-refresh.js +1 -1
  100. package/dist/packem_chunks/lean.js +4 -0
  101. package/dist/packem_chunks/list.js +1 -1
  102. package/dist/packem_chunks/loader.js +1 -1
  103. package/dist/packem_chunks/loader2.js +1 -1
  104. package/dist/packem_chunks/orchestrator.js +3 -3
  105. package/dist/packem_chunks/prompts.js +1 -1
  106. package/dist/packem_chunks/prune.js +1 -1
  107. package/dist/packem_chunks/registry.js +2 -2
  108. package/dist/packem_chunks/run.js +1 -1
  109. package/dist/packem_chunks/shell-runner.js +1 -1
  110. package/dist/packem_chunks/status.js +1 -1
  111. package/dist/packem_chunks/sync.js +1 -1
  112. package/dist/packem_chunks/sync2.js +1 -1
  113. package/dist/packem_chunks/tar.js +1 -1
  114. package/dist/packem_chunks/tripwire.js +1 -1
  115. package/dist/packem_chunks/ts-loader.js +2 -0
  116. package/dist/packem_chunks/verify-lockfile.js +1 -1
  117. package/dist/packem_chunks/version-resolver.js +2 -2
  118. package/dist/packem_shared/CONFIG_FILES-MsOntfYT.js +1 -0
  119. package/dist/packem_shared/{Table-CcVkyULl-B_ef6zfS.js → Table-CcVkyULl-DLWu6XHL.js} +25 -26
  120. package/dist/packem_shared/{advisories-DLeO5KMN.js → advisories-aiDtubZQ.js} +1 -1
  121. package/dist/packem_shared/{affected-shas-cVnX8-zs.js → affected-shas-C1XuRlvo.js} +1 -1
  122. package/dist/packem_shared/{ai-analysis-BUeX2J2H.js → ai-analysis-CubpCxZJ.js} +4 -4
  123. package/dist/packem_shared/{ai-fix-9Vzlp6XU.js → ai-fix-Btd5AnSr.js} +2 -2
  124. package/dist/packem_shared/augment-8fIWWGSc.js +3 -0
  125. package/dist/packem_shared/bin-CnDBuLh3.js +2 -0
  126. package/dist/packem_shared/build-scripts-Doxce2VM.js +1 -0
  127. package/dist/packem_shared/command-runtime-RiCMa2C8.js +1 -0
  128. package/dist/packem_shared/compile-cache-B_Vf_WxT.js +3 -0
  129. package/dist/packem_shared/{cyclonedx-Cadls41z.js → cyclonedx-NUJ9R2GQ.js} +1 -1
  130. package/dist/packem_shared/dependency-scan-B0HV_qeB.js +1 -0
  131. package/dist/packem_shared/{docker-BMLrNtWm.js → docker-DKlF-gk3.js} +1 -1
  132. package/dist/packem_shared/failure-log-C7r6UZLP.js +2 -0
  133. package/dist/packem_shared/{giget-DHY1sQZC.js → giget-DVTFJlbR.js} +2 -2
  134. package/dist/packem_shared/glob-fqg4KepW-7Bs2kZuM.js +1 -0
  135. package/dist/packem_shared/index-BKFEWXU_.js +1 -0
  136. package/dist/packem_shared/index-CPhv-r4c.js +28 -0
  137. package/dist/packem_shared/{index-DGSsjmpV.js → index-Cb4x6lWY.js} +1 -1
  138. package/dist/packem_shared/index-DjTWo3sH.js +1 -0
  139. package/dist/packem_shared/{index-BDmTbWX1.js → index-OQZQyN5R.js} +1 -1
  140. package/dist/packem_shared/index.server-J83sowC4.js +2 -0
  141. package/dist/packem_shared/{lifecycle-4z9hHE5b.js → lifecycle-D5roTh0a.js} +2 -2
  142. package/dist/packem_shared/{lockfile-C8Q1_4KK.js → lockfile-DIGyLfmF.js} +1 -1
  143. package/dist/packem_shared/main-B3juSU5z.js +1 -0
  144. package/dist/packem_shared/manifests-pLwnVmCN.js +1 -0
  145. package/dist/packem_shared/{min-release-age-D1alDE3K.js → min-release-age-pUAqTiv3.js} +3 -3
  146. package/dist/packem_shared/missing-package-json-DhYzuKhD.js +1 -0
  147. package/dist/packem_shared/{native-config-sync-BEkJW7g3.js → native-config-sync-4K9wWTj5.js} +1 -1
  148. package/dist/packem_shared/{osv-bloom-B03tUWf3.js → osv-bloom-OuTfu_LE.js} +1 -1
  149. package/dist/packem_shared/{pm-runner-BKZQo7Ts.js → pm-runner-Dws_Bw1y.js} +1 -1
  150. package/dist/packem_shared/provenance-C0P-UYOM.js +1 -0
  151. package/dist/packem_shared/readJsonSync-CvkZyKmL-CY7PZob_.js +4 -0
  152. package/dist/packem_shared/registry-keys-D4chF-Wj.js +1 -0
  153. package/dist/packem_shared/{resolve-explicit-C6WM-I2u.js → resolve-explicit-Cgheka3B.js} +3 -3
  154. package/dist/packem_shared/resolve-runtime-CJSWV-K8.js +1 -0
  155. package/dist/packem_shared/run-file-B4TqKa0X.js +1 -0
  156. package/dist/packem_shared/runtime-check-0lUJvgKt.js +1 -0
  157. package/dist/packem_shared/runtime-process-Dmz0vCJy-DUwTvH1J.js +1 -0
  158. package/dist/packem_shared/s1ngularity-Du1NnSFP.js +1 -0
  159. package/dist/packem_shared/scan-progress-CN9ONR0y.js +2 -0
  160. package/dist/packem_shared/{selectors-GCJIe342.js → selectors-UmnAuc26.js} +1 -1
  161. package/dist/packem_shared/{signatures-Xpd6HjG_.js → signatures-BOUhghTv.js} +1 -1
  162. package/dist/packem_shared/{spinner-CV3WVJLv.js → spinner-lhXugSx3.js} +1 -1
  163. package/dist/packem_shared/tabs-DTiU3usb.js +1 -0
  164. package/dist/packem_shared/target-options-ChWcK60i.js +1 -0
  165. package/dist/packem_shared/toolchain-DyCKnGch.js +5 -0
  166. package/dist/packem_shared/typosquats-DBOvXwph.js +1 -0
  167. package/dist/packem_shared/use-measured-height-CK2Co3XI.js +1 -0
  168. package/dist/packem_shared/verify-CVPYlUrF.js +1 -0
  169. package/dist/packem_shared/vis-update-app-DtHkwBca.js +1 -0
  170. package/dist/packem_shared/watch-Bkp_AAbc.js +1 -0
  171. package/dist/packem_shared/watch-loop-D9zbXzRd.js +11 -0
  172. package/dist/runtime/preload.d.ts +1 -0
  173. package/dist/runtime/preload.js +1 -0
  174. package/index.d.ts +215 -201
  175. package/index.js +28 -27
  176. package/package.json +17 -26
  177. package/dist/packem_shared/CONFIG_FILES-BfaR0jKT.js +0 -1
  178. package/dist/packem_shared/build-scripts-CCCi8U66.js +0 -1
  179. package/dist/packem_shared/command-runtime-CR70qSUM.js +0 -1
  180. package/dist/packem_shared/dependency-scan-DnTgYleU.js +0 -1
  181. package/dist/packem_shared/failure-log-CEWP3bP0.js +0 -2
  182. package/dist/packem_shared/glob-fqg4KepW-B7EjLRvw.js +0 -1
  183. package/dist/packem_shared/index-3jMNqQom.js +0 -1
  184. package/dist/packem_shared/index-Bt521H5J.js +0 -30
  185. package/dist/packem_shared/manifests-Dj3pRKBT.js +0 -1
  186. package/dist/packem_shared/missing-package-json-8vNHwbqw.js +0 -1
  187. package/dist/packem_shared/provenance-BFEwKgI3.js +0 -1
  188. package/dist/packem_shared/registry-keys-BfFto6vI.js +0 -1
  189. package/dist/packem_shared/runtime-check-Stc9AI78.js +0 -1
  190. package/dist/packem_shared/s1ngularity-DCPmPE5M.js +0 -1
  191. package/dist/packem_shared/scan-progress-CFhc0CMj.js +0 -2
  192. package/dist/packem_shared/tabs-BuTy5gPV.js +0 -1
  193. package/dist/packem_shared/toolchain-pR7AJ-tB.js +0 -5
  194. package/dist/packem_shared/typosquats-DN78xx1x.js +0 -1
  195. package/dist/packem_shared/use-measured-height-_eVGWtWt.js +0 -1
  196. package/dist/packem_shared/verify-6WCmFmy8.js +0 -1
  197. package/dist/packem_shared/vis-update-app-k3fDxech.js +0 -1
  198. package/dist/packem_shared/watch-BvIwLG4N.js +0 -1
  199. package/dist/packem_shared/watch-loop-DWkvv2tK.js +0 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @visulima/vis [1.0.0-alpha.42](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.41...@visulima/vis@1.0.0-alpha.42) (2026-06-19)
2
+
3
+ ### Features
4
+
5
+ * **vis:** runtime multi-tool ([#683](https://github.com/visulima/visulima/issues/683)) ([ee84daa](https://github.com/visulima/visulima/commit/ee84daa56434bfb487abccd27e9e2661c0492132))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/error:** upgraded to 6.0.0-alpha.34
11
+ * **@visulima/task-runner:** upgraded to 1.0.0-alpha.24
12
+ * **@visulima/tui:** upgraded to 1.0.0-alpha.26
13
+ * **@visulima/humanizer:** upgraded to 3.0.0-alpha.15
14
+
1
15
  ## @visulima/vis [1.0.0-alpha.41](https://github.com/visulima/visulima/compare/@visulima/vis@1.0.0-alpha.40...@visulima/vis@1.0.0-alpha.41) (2026-06-19)
2
16
 
3
17
  ### Features
package/LICENSE.md CHANGED
@@ -53,7 +53,7 @@ from this project and adapted to call the Socket.dev public API.
53
53
 
54
54
  # Licenses of bundled dependencies
55
55
  The published @visulima/vis artifact additionally contains code with the following licenses:
56
- Apache-2.0, BlueOak-1.0.0, BSD-2-Clause, CC-BY-3.0, CC0-1.0, ISC, MIT
56
+ Apache-2.0, BlueOak-1.0.0, BSD-2-Clause, BSD-3-Clause, CC-BY-3.0, CC0-1.0, ISC, MIT
57
57
 
58
58
  # Bundled dependencies:
59
59
  ## @bomb.sh/tab
@@ -63,6 +63,35 @@ Repository: git+https://github.com/bombshell-dev/tab.git
63
63
 
64
64
  ---------------------------------------
65
65
 
66
+ ## @hono/node-server
67
+ License: MIT
68
+ By: Yusuke Wada
69
+ Repository: git+https://github.com/honojs/node-server.git
70
+
71
+ > MIT License
72
+ >
73
+ > Copyright (c) 2022 - present, Yusuke Wada and Hono contributors
74
+ >
75
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
76
+ > of this software and associated documentation files (the "Software"), to deal
77
+ > in the Software without restriction, including without limitation the rights
78
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79
+ > copies of the Software, and to permit persons to whom the Software is
80
+ > furnished to do so, subject to the following conditions:
81
+ >
82
+ > The above copyright notice and this permission notice shall be included in all
83
+ > copies or substantial portions of the Software.
84
+ >
85
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91
+ > SOFTWARE.
92
+
93
+ ---------------------------------------
94
+
66
95
  ## @nkzw/safe-word-list
67
96
  License: MIT
68
97
  By: Christoph Nakazawa
@@ -11504,6 +11533,35 @@ Repository: git://github.com/spencermountain/compromise.git
11504
11533
 
11505
11534
  ---------------------------------------
11506
11535
 
11536
+ ## conventional-commits-parser
11537
+ License: MIT
11538
+ By: Steve Mao
11539
+ Repository: https://github.com/conventional-changelog/conventional-changelog.git
11540
+
11541
+ > ### MIT License
11542
+ >
11543
+ > Copyright © [conventional-changelog team](https://github.com/conventional-changelog)
11544
+ >
11545
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
11546
+ > this software and associated documentation files (the "Software"), to deal in
11547
+ > the Software without restriction, including without limitation the rights to
11548
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
11549
+ > of the Software, and to permit persons to whom the Software is furnished to do
11550
+ > so, subject to the following conditions:
11551
+ >
11552
+ > The above copyright notice and this permission notice shall be included in all
11553
+ > copies or substantial portions of the Software.
11554
+ >
11555
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11556
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11557
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11558
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11559
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11560
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11561
+ > SOFTWARE.
11562
+
11563
+ ---------------------------------------
11564
+
11507
11565
  ## convert-to-spaces
11508
11566
  License: MIT
11509
11567
  By: Vadim Demedes
@@ -11867,6 +11925,122 @@ Repository: github:fabiospampinato/graphmatch
11867
11925
 
11868
11926
  ---------------------------------------
11869
11927
 
11928
+ ## graphology
11929
+ License: MIT
11930
+ By: Alexis Jacomy, Benjamin Ooghe-Tabanou, Guillaume Plique
11931
+ Repository: git+https://github.com/graphology/graphology.git
11932
+
11933
+ > The MIT License (MIT)
11934
+ >
11935
+ > Copyright (c) 2016-2021 Guillaume Plique (Yomguithereal)
11936
+ >
11937
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
11938
+ > of this software and associated documentation files (the "Software"), to deal
11939
+ > in the Software without restriction, including without limitation the rights
11940
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11941
+ > copies of the Software, and to permit persons to whom the Software is
11942
+ > furnished to do so, subject to the following conditions:
11943
+ >
11944
+ > The above copyright notice and this permission notice shall be included in
11945
+ > all copies or substantial portions of the Software.
11946
+ >
11947
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11948
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11949
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11950
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11951
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11952
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11953
+ > THE SOFTWARE.
11954
+
11955
+ ---------------------------------------
11956
+
11957
+ ## graphology-layout-forceatlas2
11958
+ License: MIT
11959
+ By: Guillaume Plique
11960
+ Repository: git+https://github.com/graphology/graphology.git
11961
+
11962
+ > The MIT License (MIT)
11963
+ >
11964
+ > Copyright (c) 2016-2021 Guillaume Plique (Yomguithereal)
11965
+ >
11966
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
11967
+ > of this software and associated documentation files (the "Software"), to deal
11968
+ > in the Software without restriction, including without limitation the rights
11969
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11970
+ > copies of the Software, and to permit persons to whom the Software is
11971
+ > furnished to do so, subject to the following conditions:
11972
+ >
11973
+ > The above copyright notice and this permission notice shall be included in
11974
+ > all copies or substantial portions of the Software.
11975
+ >
11976
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11977
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11978
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11979
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11980
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11981
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11982
+ > THE SOFTWARE.
11983
+
11984
+ ---------------------------------------
11985
+
11986
+ ## graphology-utils
11987
+ License: MIT
11988
+ By: Guillaume Plique, Jules Farjas
11989
+ Repository: git+https://github.com/graphology/graphology.git
11990
+
11991
+ > The MIT License (MIT)
11992
+ >
11993
+ > Copyright (c) 2017-2021 Guillaume Plique (Yomguithereal)
11994
+ >
11995
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
11996
+ > of this software and associated documentation files (the "Software"), to deal
11997
+ > in the Software without restriction, including without limitation the rights
11998
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11999
+ > copies of the Software, and to permit persons to whom the Software is
12000
+ > furnished to do so, subject to the following conditions:
12001
+ >
12002
+ > The above copyright notice and this permission notice shall be included in
12003
+ > all copies or substantial portions of the Software.
12004
+ >
12005
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12006
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12007
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12008
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12009
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12010
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
12011
+ > THE SOFTWARE.
12012
+
12013
+ ---------------------------------------
12014
+
12015
+ ## hono
12016
+ License: MIT
12017
+ By: Yusuke Wada
12018
+ Repository: git+https://github.com/honojs/hono.git
12019
+
12020
+ > MIT License
12021
+ >
12022
+ > Copyright (c) 2021 - present, Yusuke Wada and Hono contributors
12023
+ >
12024
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
12025
+ > of this software and associated documentation files (the "Software"), to deal
12026
+ > in the Software without restriction, including without limitation the rights
12027
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12028
+ > copies of the Software, and to permit persons to whom the Software is
12029
+ > furnished to do so, subject to the following conditions:
12030
+ >
12031
+ > The above copyright notice and this permission notice shall be included in all
12032
+ > copies or substantial portions of the Software.
12033
+ >
12034
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12035
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12036
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12037
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12038
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12039
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12040
+ > SOFTWARE.
12041
+
12042
+ ---------------------------------------
12043
+
11870
12044
  ## hookable
11871
12045
  License: MIT
11872
12046
  Repository: unjs/hookable
@@ -12151,12 +12325,6 @@ Repository: https://github.com/facebook/react.git
12151
12325
 
12152
12326
  ---------------------------------------
12153
12327
 
12154
- ## react-devtools-core
12155
- License: MIT
12156
- Repository: https://github.com/facebook/react.git
12157
-
12158
- ---------------------------------------
12159
-
12160
12328
  ## react-reconciler
12161
12329
  License: MIT
12162
12330
  Repository: https://github.com/facebook/react.git
@@ -12260,6 +12428,38 @@ Repository: https://github.com/tapjs/signal-exit.git
12260
12428
 
12261
12429
  ---------------------------------------
12262
12430
 
12431
+ ## smol-toml
12432
+ License: BSD-3-Clause
12433
+ By: Cynthia
12434
+ Repository: github:squirrelchat/smol-toml
12435
+
12436
+ > Copyright (c) Squirrel Chat et al., All rights reserved.
12437
+ >
12438
+ > Redistribution and use in source and binary forms, with or without
12439
+ > modification, are permitted provided that the following conditions are met:
12440
+ >
12441
+ > 1. Redistributions of source code must retain the above copyright notice, this
12442
+ > list of conditions and the following disclaimer.
12443
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
12444
+ > this list of conditions and the following disclaimer in the
12445
+ > documentation and/or other materials provided with the distribution.
12446
+ > 3. Neither the name of the copyright holder nor the names of its contributors
12447
+ > may be used to endorse or promote products derived from this software without
12448
+ > specific prior written permission.
12449
+ >
12450
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
12451
+ > ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
12452
+ > WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
12453
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
12454
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
12455
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
12456
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
12457
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
12458
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
12459
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12460
+
12461
+ ---------------------------------------
12462
+
12263
12463
  ## spdx-correct
12264
12464
  License: Apache-2.0
12265
12465
  Repository: jslicense/spdx-correct.js
@@ -12558,6 +12758,64 @@ Repository: sindresorhus/terminal-size
12558
12758
 
12559
12759
  ---------------------------------------
12560
12760
 
12761
+ ## tinyexec
12762
+ License: MIT
12763
+ By: James Garbutt
12764
+ Repository: git+https://github.com/tinylibs/tinyexec.git
12765
+
12766
+ > MIT License
12767
+ >
12768
+ > Copyright (c) 2024 Tinylibs
12769
+ >
12770
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
12771
+ > of this software and associated documentation files (the "Software"), to deal
12772
+ > in the Software without restriction, including without limitation the rights
12773
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12774
+ > copies of the Software, and to permit persons to whom the Software is
12775
+ > furnished to do so, subject to the following conditions:
12776
+ >
12777
+ > The above copyright notice and this permission notice shall be included in all
12778
+ > copies or substantial portions of the Software.
12779
+ >
12780
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12781
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12782
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12783
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12784
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12785
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12786
+ > SOFTWARE.
12787
+
12788
+ ---------------------------------------
12789
+
12790
+ ## undici
12791
+ License: MIT
12792
+ By: Daniele Belardi, Ethan Arrowood, Matteo Collina, Matthew Aitken, Robert Nagy, Szymon Marczak, Tomas Della Vedova
12793
+ Repository: git+https://github.com/nodejs/undici.git
12794
+
12795
+ > MIT License
12796
+ >
12797
+ > Copyright (c) Matteo Collina and Undici contributors
12798
+ >
12799
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
12800
+ > of this software and associated documentation files (the "Software"), to deal
12801
+ > in the Software without restriction, including without limitation the rights
12802
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12803
+ > copies of the Software, and to permit persons to whom the Software is
12804
+ > furnished to do so, subject to the following conditions:
12805
+ >
12806
+ > The above copyright notice and this permission notice shall be included in all
12807
+ > copies or substantial portions of the Software.
12808
+ >
12809
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12810
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12811
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
12812
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
12813
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12814
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
12815
+ > SOFTWARE.
12816
+
12817
+ ---------------------------------------
12818
+
12561
12819
  ## validate-npm-package-license
12562
12820
  License: Apache-2.0
12563
12821
  By: Kyle E. Mitchell, Mark Stacey
@@ -12781,34 +13039,6 @@ Repository: git+https://github.com/npm/validate-npm-package-name.git
12781
13039
 
12782
13040
  ---------------------------------------
12783
13041
 
12784
- ## ws
12785
- License: MIT
12786
- By: Einar Otto Stangvik
12787
- Repository: git+https://github.com/websockets/ws.git
12788
-
12789
- > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
12790
- > Copyright (c) 2013 Arnout Kazemier and contributors
12791
- > Copyright (c) 2016 Luigi Pinca and contributors
12792
- >
12793
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
12794
- > this software and associated documentation files (the "Software"), to deal in
12795
- > the Software without restriction, including without limitation the rights to
12796
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
12797
- > the Software, and to permit persons to whom the Software is furnished to do so,
12798
- > subject to the following conditions:
12799
- >
12800
- > The above copyright notice and this permission notice shall be included in all
12801
- > copies or substantial portions of the Software.
12802
- >
12803
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12804
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
12805
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
12806
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
12807
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
12808
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12809
-
12810
- ---------------------------------------
12811
-
12812
13042
  ## yaml
12813
13043
  License: ISC
12814
13044
  By: Eemeli Aro
package/dist/bin.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import"./packem_shared/index-Bt521H5J.js";import"./packem_chunks/bin.js";import"./packem_shared/index-BDmTbWX1.js";import"./packem_shared/public-api-WqUCiyIe.js";import"./packem_chunks/config.js";
2
+ import"./packem_shared/compile-cache-B_Vf_WxT.js";import"./packem_shared/bin-CnDBuLh3.js";
package/dist/binx.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import{c as o,a as r,V as c,h as i,e as a}from"./packem_shared/index-Bt521H5J.js";process.argv.includes("--no-color")&&(process.env.NO_COLOR="1",process.env.FORCE_COLOR="0");process.argv.slice(2).some(s=>s==="--version"||s==="-v"||s==="-V")&&(process.stdout.write(`${o.version}
3
- `),process.exit(0));process.argv.splice(2,0,"dlx");r();const e=c("visx",{packageName:"visx",packageVersion:o.version}),p=process.argv.includes("--debug")||!!process.env.DEBUG;e.addPlugin(i({detailed:p,exitOnError:!1}));e.addCommand(a);(async()=>{try{await e.run({shouldExitProcess:!1})}catch{process.exitCode=process.exitCode||1}finally{process.exit(process.exitCode??0)}})();
2
+ import{c as r,V as o,h as c,e as i,r as a}from"./packem_shared/index-CPhv-r4c.js";import{c as n}from"./packem_shared/compile-cache-B_Vf_WxT.js";process.argv.includes("--no-color")&&(process.env.NO_COLOR="1",process.env.FORCE_COLOR="0");process.argv.slice(2).some(s=>s==="--version"||s==="-v"||s==="-V")&&(process.stdout.write(`${r.version}
3
+ `),process.exit(0));process.argv.splice(2,0,"dlx");n();const e=o("visx",{packageName:"visx",packageVersion:r.version}),p=process.argv.includes("--debug")||!!process.env.DEBUG;e.addPlugin(c({detailed:p,exitOnError:!1}));e.addCommand(i);a(e);
@@ -3213,7 +3213,7 @@ declare const loadVisConfig: (workspaceRoot: string, options?: {
3213
3213
  * Load the per-package `vis.task.ts` overlay for a project, if any.
3214
3214
  *
3215
3215
  * Returns `undefined` when no overlay file exists. Otherwise compiles
3216
- * the file via jiti and caches the result under
3216
+ * the file via the oxc TS loader and caches the result under
3217
3217
  * `node_modules/.cache/vis/task-configs/&lt;project>.json`, keyed by the
3218
3218
  * file's content hash. Editing one project's overlay does not invalidate
3219
3219
  * the root config cache.
@@ -1 +1 @@
1
- import{m as a,C as o,h as f,k as e,r as n,o as C,b as l,j as g,Z as d,i as r}from"../packem_chunks/config.js";import{definePlugin as T}from"../packem_shared/definePlugin-DoUcoYSy.js";import{otelPlugin as t}from"../packem_shared/otelPlugin-DmKDBaPo.js";export{a as CONFIG_FILES,o as SECURITY_DEFAULTS,f as TASK_CONFIG_FILES,e as applyDefaults,n as defineConfig,T as definePlugin,C as defineTaskConfig,l as findVisConfigFile,g as findVisTaskConfigFile,d as loadVisConfig,r as loadVisTaskConfig,t as otelPlugin};
1
+ import{k as a,d as f,m as o,y as e,i as n,n as l,N as C,A as d,B as g,e as F}from"../packem_chunks/config.js";import{definePlugin as T}from"../packem_shared/definePlugin-DoUcoYSy.js";import{otelPlugin as t}from"../packem_shared/otelPlugin-DmKDBaPo.js";export{a as CONFIG_FILES,f as SECURITY_DEFAULTS,o as TASK_CONFIG_FILES,e as applyDefaults,n as defineConfig,T as definePlugin,l as defineTaskConfig,C as findVisConfigFile,d as findVisTaskConfigFile,g as loadVisConfig,F as loadVisTaskConfig,t as otelPlugin};
@@ -1,2 +1,2 @@
1
- import{s as c,E as n,I as f}from"../packem_shared/Table-CcVkyULl-B_ef6zfS.js";import{p as i}from"./bin.js";import{g as l}from"../packem_shared/osv-bloom-B03tUWf3.js";const a=t=>{if(!t)return"never";const r=Date.parse(t);if(Number.isNaN(r))return t;const e=Date.now()-r;if(e<0)return t;const o=Math.floor(e/6e4);if(o<1)return"just now";if(o<60)return`${o}m ago`;const s=Math.floor(o/60);return s<24?`${s}h ago`:`${Math.floor(s/24)}d ago`},m=t=>t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:`${(t/(1024*1024)).toFixed(1)} MB`,u=async({options:t,workspaceRoot:r})=>{if(!r)throw new Error("Could not determine workspace root. Run this command inside a workspace.");const e=await l(r,t.cacheDir);if(t.format==="json"){process.stdout.write(`${JSON.stringify(e,void 0,2)}
1
+ import{s as c,E as n,I as f}from"../packem_shared/index.server-J83sowC4.js";import{p as i}from"./cli-main.js";import{g as l}from"../packem_shared/osv-bloom-OuTfu_LE.js";const a=t=>{if(!t)return"never";const r=Date.parse(t);if(Number.isNaN(r))return t;const e=Date.now()-r;if(e<0)return t;const o=Math.floor(e/6e4);if(o<1)return"just now";if(o<60)return`${o}m ago`;const s=Math.floor(o/60);return s<24?`${s}h ago`:`${Math.floor(s/24)}d ago`},m=t=>t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:`${(t/(1024*1024)).toFixed(1)} MB`,u=async({options:t,workspaceRoot:r})=>{if(!r)throw new Error("Could not determine workspace root. Run this command inside a workspace.");const e=await l(r,t.cacheDir);if(t.format==="json"){process.stdout.write(`${JSON.stringify(e,void 0,2)}
2
2
  `);return}if(i.info(`Cache: ${e.cacheDir}`),!e.present){i.warn(`No osv-bloom filter yet. Run ${c("vis advisories bloom sync")} to populate.`);return}if(e.manifest){const{manifest:o}=e;i.info(`Built: ${o.builtAtRfc3339} (${a(o.builtAtRfc3339)})`),i.info(`Fetch: ${e.fetchedAtIso??n("—")} (${a(e.fetchedAtIso)})`),i.info(`Filter: ${f(m(o.bloomByteLen))} m=${o.bloomMBits.toLocaleString()} bits k=${String(o.bloomKHashes)}`),i.info(`Set: ${o.entryCount.toLocaleString()} entries from ${o.advisoryCount.toLocaleString()} advisories (target FPR ${o.targetFpr})`),i.info(n(`Digest: ${o.setDigestSha256}`))}else i.warn("filter.bin present but manifest.json missing — `vis advisories bloom sync` will rewrite the cache.")},h=u;export{h as advisoriesBloomStatusExecute};
@@ -1,2 +1,2 @@
1
- import{E as m}from"../packem_shared/Table-CcVkyULl-B_ef6zfS.js";import{p as i}from"./bin.js";import{s as p}from"../packem_shared/scan-progress-CFhc0CMj.js";import{s as d,D}from"../packem_shared/osv-bloom-B03tUWf3.js";const b=o=>o?.security?.audit?.advisories?.bloom??{},u=o=>o>=1e3?`${(o/1e3).toFixed(1)}s`:`${Math.round(o)}ms`,y=o=>o<1024?`${o} B`:o<1024*1024?`${(o/1024).toFixed(1)} KB`:`${(o/(1024*1024)).toFixed(1)} MB`,h=async({options:o,visConfig:f,workspaceRoot:a})=>{if(!a)throw new Error("Could not determine workspace root. Run this command inside a workspace.");const n=o.format==="json",c=b(f),l=o.source??c.source??D,s=p([{id:"bloom",label:"Sync osv-bloom prefilter"}],{live:!n});let e,t;try{s.start("bloom");const r=Date.now();e=await d({allowedHosts:c.allowedHosts,cacheDir:o.cacheDir,force:!!o.force,source:l,workspaceRoot:a}),e.upToDate?s.finish("bloom","ok",`up to date · ${u(Date.now()-r)}`):s.finish("bloom","ok",`${e.manifest.entryCount.toLocaleString()} entries · ${y(e.bytesOnDisk)} · ${u(e.durationMs)}`)}catch(r){t=r instanceof Error?r.message:String(r),s.finish("bloom","error",t)}finally{s.stop()}n?process.stdout.write(`${JSON.stringify({bytesOnDisk:e?.bytesOnDisk??0,cacheDir:e?.cacheDir??null,durationMs:e?.durationMs??0,error:t??null,manifest:e?.manifest??null,source:l,upToDate:e?.upToDate??!1},void 0,2)}
1
+ import{E as m}from"../packem_shared/index.server-J83sowC4.js";import{p as i}from"./cli-main.js";import{s as p}from"../packem_shared/scan-progress-CN9ONR0y.js";import{s as d,D}from"../packem_shared/osv-bloom-OuTfu_LE.js";const b=o=>o?.security?.audit?.advisories?.bloom??{},u=o=>o>=1e3?`${(o/1e3).toFixed(1)}s`:`${Math.round(o)}ms`,y=o=>o<1024?`${o} B`:o<1024*1024?`${(o/1024).toFixed(1)} KB`:`${(o/(1024*1024)).toFixed(1)} MB`,h=async({options:o,visConfig:f,workspaceRoot:a})=>{if(!a)throw new Error("Could not determine workspace root. Run this command inside a workspace.");const n=o.format==="json",c=b(f),l=o.source??c.source??D,s=p([{id:"bloom",label:"Sync osv-bloom prefilter"}],{live:!n});let e,t;try{s.start("bloom");const r=Date.now();e=await d({allowedHosts:c.allowedHosts,cacheDir:o.cacheDir,force:!!o.force,source:l,workspaceRoot:a}),e.upToDate?s.finish("bloom","ok",`up to date · ${u(Date.now()-r)}`):s.finish("bloom","ok",`${e.manifest.entryCount.toLocaleString()} entries · ${y(e.bytesOnDisk)} · ${u(e.durationMs)}`)}catch(r){t=r instanceof Error?r.message:String(r),s.finish("bloom","error",t)}finally{s.stop()}n?process.stdout.write(`${JSON.stringify({bytesOnDisk:e?.bytesOnDisk??0,cacheDir:e?.cacheDir??null,durationMs:e?.durationMs??0,error:t??null,manifest:e?.manifest??null,source:l,upToDate:e?.upToDate??!1},void 0,2)}
2
2
  `):e&&(i.info(m(`Cache: ${e.cacheDir}`)),i.info(m(`Built: ${e.manifest.builtAtRfc3339}`)),t||i.success(e.upToDate?"osv-bloom prefilter up to date.":"osv-bloom prefilter synced.")),t&&(process.exitCode=1)},O=h;export{O as advisoriesBloomSyncExecute};
@@ -0,0 +1 @@
1
+ import{V as r,c as n,h as o,e as i,r as d}from"../packem_shared/index-CPhv-r4c.js";import{e as t}from"../packem_shared/index-DjTWo3sH.js";const l=async()=>{const e=r("vis",{packageName:"vis",packageVersion:n.version}),a=process.argv.includes("--debug")||!!process.env.DEBUG;e.addPlugin(o({detailed:a,exitOnError:!1})),e.addGlobalOption({description:"Target JS runtime: node (default) or bun. Overrides VIS_RUNTIME; falls back to lockfile detection.",name:"runtime",type:String}),e.addCommand(t),e.addCommand(i),await d(e)};export{l as runExecCli};