@art-work/cli 0.1.1 → 0.1.3

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 (1186) hide show
  1. package/README.md +31 -11
  2. package/dist/cjs/commands/branch/runBranch.d.ts +7 -0
  3. package/dist/cjs/commands/branch/runBranch.d.ts.map +1 -0
  4. package/dist/cjs/commands/branch/runBranch.test.d.ts +2 -0
  5. package/dist/cjs/commands/branch/runBranch.test.d.ts.map +1 -0
  6. package/dist/cjs/commands/checkouts/runCheckoutRun.test.d.ts +2 -0
  7. package/dist/cjs/commands/checkouts/runCheckoutRun.test.d.ts.map +1 -0
  8. package/dist/cjs/commands/checkouts/runCheckoutsRun.d.ts +7 -0
  9. package/dist/cjs/commands/checkouts/runCheckoutsRun.d.ts.map +1 -0
  10. package/dist/cjs/commands/clone/cloneAll.d.ts +4 -0
  11. package/dist/cjs/commands/clone/cloneAll.d.ts.map +1 -0
  12. package/dist/cjs/commands/clone/cloneAll.test.d.ts +2 -0
  13. package/dist/cjs/commands/clone/cloneAll.test.d.ts.map +1 -0
  14. package/dist/cjs/commands/clone/cloneSpecific.d.ts +4 -0
  15. package/dist/cjs/commands/clone/cloneSpecific.d.ts.map +1 -0
  16. package/dist/cjs/commands/clone/cloneSpecific.test.d.ts +2 -0
  17. package/dist/cjs/commands/clone/cloneSpecific.test.d.ts.map +1 -0
  18. package/dist/cjs/commands/clone/cloneStatus.d.ts +3 -0
  19. package/dist/cjs/commands/clone/cloneStatus.d.ts.map +1 -0
  20. package/dist/cjs/commands/clone/cloneStatus.test.d.ts +2 -0
  21. package/dist/cjs/commands/clone/cloneStatus.test.d.ts.map +1 -0
  22. package/dist/cjs/commands/clone/private/cloneIfMissing.d.ts +4 -0
  23. package/dist/cjs/commands/clone/private/cloneIfMissing.d.ts.map +1 -0
  24. package/dist/cjs/commands/clone/private/cloneIfMissing.test.d.ts +2 -0
  25. package/dist/cjs/commands/clone/private/cloneIfMissing.test.d.ts.map +1 -0
  26. package/dist/cjs/commands/clone/runClone.d.ts +9 -0
  27. package/dist/cjs/commands/clone/runClone.d.ts.map +1 -0
  28. package/dist/cjs/commands/clone/runClone.test.d.ts +2 -0
  29. package/dist/cjs/commands/clone/runClone.test.d.ts.map +1 -0
  30. package/dist/cjs/commands/link/runLink.d.ts +5 -0
  31. package/dist/cjs/commands/link/runLink.d.ts.map +1 -0
  32. package/dist/cjs/commands/link/runLink.test.d.ts +2 -0
  33. package/dist/cjs/commands/link/runLink.test.d.ts.map +1 -0
  34. package/dist/cjs/commands/publish/runPublish.d.ts +6 -0
  35. package/dist/cjs/commands/publish/runPublish.d.ts.map +1 -0
  36. package/dist/cjs/commands/publish/runPublish.test.d.ts +2 -0
  37. package/dist/cjs/commands/publish/runPublish.test.d.ts.map +1 -0
  38. package/dist/cjs/commands/pull/runPull.d.ts +6 -0
  39. package/dist/cjs/commands/pull/runPull.d.ts.map +1 -0
  40. package/dist/cjs/commands/pull/runPull.test.d.ts +2 -0
  41. package/dist/cjs/commands/pull/runPull.test.d.ts.map +1 -0
  42. package/dist/cjs/commands/push/runPush.d.ts +6 -0
  43. package/dist/cjs/commands/push/runPush.d.ts.map +1 -0
  44. package/dist/cjs/commands/push/runPush.test.d.ts +2 -0
  45. package/dist/cjs/commands/push/runPush.test.d.ts.map +1 -0
  46. package/dist/cjs/commands/repo/runRepo.d.ts +12 -0
  47. package/dist/cjs/commands/repo/runRepo.d.ts.map +1 -0
  48. package/dist/cjs/commands/repo/runRepo.test.d.ts +2 -0
  49. package/dist/cjs/commands/repo/runRepo.test.d.ts.map +1 -0
  50. package/dist/cjs/commands/sanity/private/scanExtraneousCheckouts.d.ts +5 -0
  51. package/dist/cjs/commands/sanity/private/scanExtraneousCheckouts.d.ts.map +1 -0
  52. package/dist/cjs/commands/sanity/private/scanExtraneousCheckouts.test.d.ts +2 -0
  53. package/dist/cjs/commands/sanity/private/scanExtraneousCheckouts.test.d.ts.map +1 -0
  54. package/dist/cjs/commands/sanity/private/syncCheckouts.d.ts +3 -0
  55. package/dist/cjs/commands/sanity/private/syncCheckouts.d.ts.map +1 -0
  56. package/dist/cjs/commands/sanity/private/syncCheckouts.test.d.ts +2 -0
  57. package/dist/cjs/commands/sanity/private/syncCheckouts.test.d.ts.map +1 -0
  58. package/dist/cjs/commands/sanity/runSanity.d.ts +6 -0
  59. package/dist/cjs/commands/sanity/runSanity.d.ts.map +1 -0
  60. package/dist/cjs/commands/sanity/runSanity.test.d.ts +2 -0
  61. package/dist/cjs/commands/sanity/runSanity.test.d.ts.map +1 -0
  62. package/dist/cjs/commands/sync/runSync.d.ts +6 -0
  63. package/dist/cjs/commands/sync/runSync.d.ts.map +1 -0
  64. package/dist/cjs/commands/sync/runSync.test.d.ts +2 -0
  65. package/dist/cjs/commands/sync/runSync.test.d.ts.map +1 -0
  66. package/dist/cjs/commands/unlink/runUnlink.d.ts +5 -0
  67. package/dist/cjs/commands/unlink/runUnlink.d.ts.map +1 -0
  68. package/dist/cjs/commands/unlink/runUnlink.test.d.ts +2 -0
  69. package/dist/cjs/commands/unlink/runUnlink.test.d.ts.map +1 -0
  70. package/dist/cjs/config/defineConfig.d.ts +3 -0
  71. package/dist/cjs/config/defineConfig.d.ts.map +1 -0
  72. package/dist/cjs/config/defineConfig.test.d.ts +2 -0
  73. package/dist/cjs/config/defineConfig.test.d.ts.map +1 -0
  74. package/dist/cjs/config/index.d.ts +4 -0
  75. package/dist/cjs/config/index.d.ts.map +1 -0
  76. package/dist/cjs/config/loadWorkspaceConfig.d.ts +3 -0
  77. package/dist/cjs/config/loadWorkspaceConfig.d.ts.map +1 -0
  78. package/dist/cjs/config/loadWorkspaceConfig.test.d.ts +2 -0
  79. package/dist/cjs/config/loadWorkspaceConfig.test.d.ts.map +1 -0
  80. package/dist/cjs/config/private/normalizeRecordPaths.d.ts +4 -0
  81. package/dist/cjs/config/private/normalizeRecordPaths.d.ts.map +1 -0
  82. package/dist/cjs/config/types.d.ts +25 -0
  83. package/dist/cjs/config/types.d.ts.map +1 -0
  84. package/dist/cjs/index.d.ts +4 -0
  85. package/dist/cjs/index.d.ts.map +1 -0
  86. package/dist/{index.js → cjs/index.js} +153 -116
  87. package/dist/cjs/index.js.map +7 -0
  88. package/dist/cjs/private/async/runWithConcurrency.d.ts +2 -0
  89. package/dist/cjs/private/async/runWithConcurrency.d.ts.map +1 -0
  90. package/dist/cjs/private/commands/checkouts/doBranchCheckout.d.ts +4 -0
  91. package/dist/cjs/private/commands/checkouts/doBranchCheckout.d.ts.map +1 -0
  92. package/dist/cjs/private/commands/checkouts/doBranchCheckout.test.d.ts +2 -0
  93. package/dist/cjs/private/commands/checkouts/doBranchCheckout.test.d.ts.map +1 -0
  94. package/dist/cjs/private/commands/checkouts/doCheckoutRun.d.ts +4 -0
  95. package/dist/cjs/private/commands/checkouts/doCheckoutRun.d.ts.map +1 -0
  96. package/dist/cjs/private/commands/checkouts/doPullCheckout.d.ts +4 -0
  97. package/dist/cjs/private/commands/checkouts/doPullCheckout.d.ts.map +1 -0
  98. package/dist/cjs/private/commands/checkouts/doPullCheckout.test.d.ts +2 -0
  99. package/dist/cjs/private/commands/checkouts/doPullCheckout.test.d.ts.map +1 -0
  100. package/dist/cjs/private/commands/checkouts/doPushCheckout.d.ts +4 -0
  101. package/dist/cjs/private/commands/checkouts/doPushCheckout.d.ts.map +1 -0
  102. package/dist/cjs/private/commands/checkouts/doPushCheckout.test.d.ts +2 -0
  103. package/dist/cjs/private/commands/checkouts/doPushCheckout.test.d.ts.map +1 -0
  104. package/dist/cjs/private/commands/doClone.d.ts +4 -0
  105. package/dist/cjs/private/commands/doClone.d.ts.map +1 -0
  106. package/dist/cjs/private/commands/doClone.test.d.ts +2 -0
  107. package/dist/cjs/private/commands/doClone.test.d.ts.map +1 -0
  108. package/dist/cjs/private/commands/operations/createBranchOperation.d.ts +4 -0
  109. package/dist/cjs/private/commands/operations/createBranchOperation.d.ts.map +1 -0
  110. package/dist/cjs/private/commands/operations/createCheckoutRunOperation.d.ts +4 -0
  111. package/dist/cjs/private/commands/operations/createCheckoutRunOperation.d.ts.map +1 -0
  112. package/dist/cjs/private/commands/operations/createCloneOperation.d.ts +4 -0
  113. package/dist/cjs/private/commands/operations/createCloneOperation.d.ts.map +1 -0
  114. package/dist/cjs/private/commands/operations/createLinkedOperation.d.ts +4 -0
  115. package/dist/cjs/private/commands/operations/createLinkedOperation.d.ts.map +1 -0
  116. package/dist/cjs/private/commands/operations/createPublishOperation.d.ts +4 -0
  117. package/dist/cjs/private/commands/operations/createPublishOperation.d.ts.map +1 -0
  118. package/dist/cjs/private/commands/operations/createPullOperation.d.ts +4 -0
  119. package/dist/cjs/private/commands/operations/createPullOperation.d.ts.map +1 -0
  120. package/dist/cjs/private/commands/operations/createPullOperation.test.d.ts +2 -0
  121. package/dist/cjs/private/commands/operations/createPullOperation.test.d.ts.map +1 -0
  122. package/dist/cjs/private/commands/operations/createPushOperation.d.ts +4 -0
  123. package/dist/cjs/private/commands/operations/createPushOperation.d.ts.map +1 -0
  124. package/dist/cjs/private/commands/operations/createUnlinkOperation.d.ts +4 -0
  125. package/dist/cjs/private/commands/operations/createUnlinkOperation.d.ts.map +1 -0
  126. package/dist/cjs/private/commands/workspaces/doPullWorkspaceCheckout.d.ts +4 -0
  127. package/dist/cjs/private/commands/workspaces/doPullWorkspaceCheckout.d.ts.map +1 -0
  128. package/dist/cjs/private/commands/workspaces/doPullWorkspaceCheckout.test.d.ts +2 -0
  129. package/dist/cjs/private/commands/workspaces/doPullWorkspaceCheckout.test.d.ts.map +1 -0
  130. package/dist/cjs/private/commands/workspaces/doPushWorkspaceCheckout.d.ts +4 -0
  131. package/dist/cjs/private/commands/workspaces/doPushWorkspaceCheckout.d.ts.map +1 -0
  132. package/dist/cjs/private/commands/workspaces/doPushWorkspaceCheckout.test.d.ts +2 -0
  133. package/dist/cjs/private/commands/workspaces/doPushWorkspaceCheckout.test.d.ts.map +1 -0
  134. package/dist/cjs/private/commands/workspaces/scanWorkspaceCheckout.d.ts +4 -0
  135. package/dist/cjs/private/commands/workspaces/scanWorkspaceCheckout.d.ts.map +1 -0
  136. package/dist/cjs/private/commands/workspaces/syncWorkspaceCheckout.d.ts +4 -0
  137. package/dist/cjs/private/commands/workspaces/syncWorkspaceCheckout.d.ts.map +1 -0
  138. package/dist/cjs/private/commands/workspaces/syncWorkspaceCheckout.test.d.ts +2 -0
  139. package/dist/cjs/private/commands/workspaces/syncWorkspaceCheckout.test.d.ts.map +1 -0
  140. package/dist/cjs/private/context/createWorkspaceContext.d.ts +12 -0
  141. package/dist/cjs/private/context/createWorkspaceContext.d.ts.map +1 -0
  142. package/dist/cjs/private/context/createWorkspaceContext.test.d.ts +2 -0
  143. package/dist/cjs/private/context/createWorkspaceContext.test.d.ts.map +1 -0
  144. package/dist/cjs/private/exec/runCommandInDirectory.d.ts +7 -0
  145. package/dist/cjs/private/exec/runCommandInDirectory.d.ts.map +1 -0
  146. package/dist/cjs/private/git/cloneCheckout.d.ts +3 -0
  147. package/dist/cjs/private/git/cloneCheckout.d.ts.map +1 -0
  148. package/dist/cjs/private/git/createOrSwitchBranch.d.ts +2 -0
  149. package/dist/cjs/private/git/createOrSwitchBranch.d.ts.map +1 -0
  150. package/dist/cjs/private/git/createOrSwitchBranch.test.d.ts +2 -0
  151. package/dist/cjs/private/git/createOrSwitchBranch.test.d.ts.map +1 -0
  152. package/dist/cjs/private/git/getBehindAheadCount.d.ts +6 -0
  153. package/dist/cjs/private/git/getBehindAheadCount.d.ts.map +1 -0
  154. package/dist/cjs/private/git/getBehindAheadCount.test.d.ts +2 -0
  155. package/dist/cjs/private/git/getBehindAheadCount.test.d.ts.map +1 -0
  156. package/dist/cjs/private/git/getCurrentBranch.d.ts +2 -0
  157. package/dist/cjs/private/git/getCurrentBranch.d.ts.map +1 -0
  158. package/dist/cjs/private/git/getCurrentBranch.test.d.ts +2 -0
  159. package/dist/cjs/private/git/getCurrentBranch.test.d.ts.map +1 -0
  160. package/dist/cjs/private/git/getRemoteBranch.d.ts +2 -0
  161. package/dist/cjs/private/git/getRemoteBranch.d.ts.map +1 -0
  162. package/dist/cjs/private/git/getRemoteBranch.test.d.ts +2 -0
  163. package/dist/cjs/private/git/getRemoteBranch.test.d.ts.map +1 -0
  164. package/dist/cjs/private/git/getRemoteUrl.d.ts +2 -0
  165. package/dist/cjs/private/git/getRemoteUrl.d.ts.map +1 -0
  166. package/dist/cjs/private/git/hasLocalBranch.d.ts +2 -0
  167. package/dist/cjs/private/git/hasLocalBranch.d.ts.map +1 -0
  168. package/dist/cjs/private/git/hasLocalBranch.test.d.ts +2 -0
  169. package/dist/cjs/private/git/hasLocalBranch.test.d.ts.map +1 -0
  170. package/dist/cjs/private/git/hasMergeConflicts.d.ts +2 -0
  171. package/dist/cjs/private/git/hasMergeConflicts.d.ts.map +1 -0
  172. package/dist/cjs/private/git/hasMergeConflicts.test.d.ts +2 -0
  173. package/dist/cjs/private/git/hasMergeConflicts.test.d.ts.map +1 -0
  174. package/dist/cjs/private/git/hasRemote.d.ts +2 -0
  175. package/dist/cjs/private/git/hasRemote.d.ts.map +1 -0
  176. package/dist/cjs/private/git/hasRemote.test.d.ts +2 -0
  177. package/dist/cjs/private/git/hasRemote.test.d.ts.map +1 -0
  178. package/dist/cjs/private/git/isDetachedHead.d.ts +2 -0
  179. package/dist/cjs/private/git/isDetachedHead.d.ts.map +1 -0
  180. package/dist/cjs/private/git/isDetachedHead.test.d.ts +2 -0
  181. package/dist/cjs/private/git/isDetachedHead.test.d.ts.map +1 -0
  182. package/dist/cjs/private/git/isDirty.d.ts +2 -0
  183. package/dist/cjs/private/git/isDirty.d.ts.map +1 -0
  184. package/dist/cjs/private/git/isDirty.test.d.ts +2 -0
  185. package/dist/cjs/private/git/isDirty.test.d.ts.map +1 -0
  186. package/dist/cjs/private/git/pullCheckout.d.ts +3 -0
  187. package/dist/cjs/private/git/pullCheckout.d.ts.map +1 -0
  188. package/dist/cjs/private/git/pullCheckout.test.d.ts +2 -0
  189. package/dist/cjs/private/git/pullCheckout.test.d.ts.map +1 -0
  190. package/dist/cjs/private/git/pushCheckout.d.ts +3 -0
  191. package/dist/cjs/private/git/pushCheckout.d.ts.map +1 -0
  192. package/dist/cjs/private/git/remoteFetch.d.ts +2 -0
  193. package/dist/cjs/private/git/remoteFetch.d.ts.map +1 -0
  194. package/dist/cjs/private/log/createOperationsLog.d.ts +9 -0
  195. package/dist/cjs/private/log/createOperationsLog.d.ts.map +1 -0
  196. package/dist/cjs/private/log/createOperationsLog.test.d.ts +2 -0
  197. package/dist/cjs/private/log/createOperationsLog.test.d.ts.map +1 -0
  198. package/dist/cjs/private/operations/createGenericOperation.d.ts +3 -0
  199. package/dist/cjs/private/operations/createGenericOperation.d.ts.map +1 -0
  200. package/dist/cjs/private/operations/createGenericOperation.test.d.ts +2 -0
  201. package/dist/cjs/private/operations/createGenericOperation.test.d.ts.map +1 -0
  202. package/dist/cjs/private/operations/createOperationFailure.d.ts +3 -0
  203. package/dist/cjs/private/operations/createOperationFailure.d.ts.map +1 -0
  204. package/dist/cjs/private/operations/createOperationFailure.test.d.ts +2 -0
  205. package/dist/cjs/private/operations/createOperationFailure.test.d.ts.map +1 -0
  206. package/dist/cjs/private/operations/createOperationSuccess.d.ts +3 -0
  207. package/dist/cjs/private/operations/createOperationSuccess.d.ts.map +1 -0
  208. package/dist/cjs/private/operations/createOperationSuccess.test.d.ts +2 -0
  209. package/dist/cjs/private/operations/createOperationSuccess.test.d.ts.map +1 -0
  210. package/dist/cjs/private/operations/types.d.ts +63 -0
  211. package/dist/cjs/private/operations/types.d.ts.map +1 -0
  212. package/dist/cjs/private/present/formatTable.d.ts +2 -0
  213. package/dist/cjs/private/present/formatTable.d.ts.map +1 -0
  214. package/dist/cjs/private/present/formatTable.test.d.ts +2 -0
  215. package/dist/cjs/private/present/formatTable.test.d.ts.map +1 -0
  216. package/dist/cjs/private/present/makeOperationLogLine.d.ts +5 -0
  217. package/dist/cjs/private/present/makeOperationLogLine.d.ts.map +1 -0
  218. package/dist/cjs/private/present/presentCheckoutReport.d.ts +4 -0
  219. package/dist/cjs/private/present/presentCheckoutReport.d.ts.map +1 -0
  220. package/dist/cjs/private/present/presentCheckoutReport.test.d.ts +2 -0
  221. package/dist/cjs/private/present/presentCheckoutReport.test.d.ts.map +1 -0
  222. package/dist/cjs/private/present/presentCheckoutRepositoryState.d.ts +3 -0
  223. package/dist/cjs/private/present/presentCheckoutRepositoryState.d.ts.map +1 -0
  224. package/dist/cjs/private/present/presentExtraneousReport.d.ts +3 -0
  225. package/dist/cjs/private/present/presentExtraneousReport.d.ts.map +1 -0
  226. package/dist/cjs/private/present/presentExtraneousReport.test.d.ts +2 -0
  227. package/dist/cjs/private/present/presentExtraneousReport.test.d.ts.map +1 -0
  228. package/dist/cjs/private/present/presentOperationsReport.d.ts +3 -0
  229. package/dist/cjs/private/present/presentOperationsReport.d.ts.map +1 -0
  230. package/dist/cjs/private/present/presentOperationsReport.test.d.ts +2 -0
  231. package/dist/cjs/private/present/presentOperationsReport.test.d.ts.map +1 -0
  232. package/dist/cjs/private/present/presentPackageStateReport.d.ts +4 -0
  233. package/dist/cjs/private/present/presentPackageStateReport.d.ts.map +1 -0
  234. package/dist/cjs/private/present/presentPackageStateReport.test.d.ts +2 -0
  235. package/dist/cjs/private/present/presentPackageStateReport.test.d.ts.map +1 -0
  236. package/dist/cjs/private/present/presentWorkspaceReport.d.ts +3 -0
  237. package/dist/cjs/private/present/presentWorkspaceReport.d.ts.map +1 -0
  238. package/dist/cjs/private/present/presentWorkspaceReport.test.d.ts +2 -0
  239. package/dist/cjs/private/present/presentWorkspaceReport.test.d.ts.map +1 -0
  240. package/dist/cjs/private/present/private/truncateMiddle.d.ts +2 -0
  241. package/dist/cjs/private/present/private/truncateMiddle.d.ts.map +1 -0
  242. package/dist/cjs/private/present/private/truncateMiddle.test.d.ts +2 -0
  243. package/dist/cjs/private/present/private/truncateMiddle.test.d.ts.map +1 -0
  244. package/dist/cjs/private/repositories/createPackageStateRecord.d.ts +6 -0
  245. package/dist/cjs/private/repositories/createPackageStateRecord.d.ts.map +1 -0
  246. package/dist/cjs/private/repositories/getRepositoryCheckoutPackages.d.ts +3 -0
  247. package/dist/cjs/private/repositories/getRepositoryCheckoutPackages.d.ts.map +1 -0
  248. package/dist/cjs/private/repositories/scanPackageStateRecord.d.ts +3 -0
  249. package/dist/cjs/private/repositories/scanPackageStateRecord.d.ts.map +1 -0
  250. package/dist/cjs/private/resources/checkout/loadCheckoutRecords.d.ts +4 -0
  251. package/dist/cjs/private/resources/checkout/loadCheckoutRecords.d.ts.map +1 -0
  252. package/dist/cjs/private/resources/checkout/loadCheckoutRecords.test.d.ts +2 -0
  253. package/dist/cjs/private/resources/checkout/loadCheckoutRecords.test.d.ts.map +1 -0
  254. package/dist/cjs/private/resources/checkout/private/makeCheckoutFilename.d.ts +4 -0
  255. package/dist/cjs/private/resources/checkout/private/makeCheckoutFilename.d.ts.map +1 -0
  256. package/dist/cjs/private/resources/checkout/private/makeCheckoutFilename.test.d.ts +2 -0
  257. package/dist/cjs/private/resources/checkout/private/makeCheckoutFilename.test.d.ts.map +1 -0
  258. package/dist/cjs/private/resources/checkout/readCheckoutRecord.d.ts +4 -0
  259. package/dist/cjs/private/resources/checkout/readCheckoutRecord.d.ts.map +1 -0
  260. package/dist/cjs/private/resources/checkout/readCheckoutRecord.test.d.ts +2 -0
  261. package/dist/cjs/private/resources/checkout/readCheckoutRecord.test.d.ts.map +1 -0
  262. package/dist/cjs/private/resources/checkout/saveCheckoutRecord.d.ts +4 -0
  263. package/dist/cjs/private/resources/checkout/saveCheckoutRecord.d.ts.map +1 -0
  264. package/dist/cjs/private/resources/checkout/saveCheckoutRecord.test.d.ts +2 -0
  265. package/dist/cjs/private/resources/checkout/saveCheckoutRecord.test.d.ts.map +1 -0
  266. package/dist/cjs/private/resources/namespace/loadNamespaceRecords.d.ts +4 -0
  267. package/dist/cjs/private/resources/namespace/loadNamespaceRecords.d.ts.map +1 -0
  268. package/dist/cjs/private/resources/namespace/readNamespaceRecord.d.ts +4 -0
  269. package/dist/cjs/private/resources/namespace/readNamespaceRecord.d.ts.map +1 -0
  270. package/dist/cjs/private/resources/package/loadPackageRecords.d.ts +4 -0
  271. package/dist/cjs/private/resources/package/loadPackageRecords.d.ts.map +1 -0
  272. package/dist/cjs/private/resources/package/readPackageRecord.d.ts +4 -0
  273. package/dist/cjs/private/resources/package/readPackageRecord.d.ts.map +1 -0
  274. package/dist/cjs/private/resources/project/loadProjectRecords.d.ts +4 -0
  275. package/dist/cjs/private/resources/project/loadProjectRecords.d.ts.map +1 -0
  276. package/dist/cjs/private/resources/project/readProjectRecord.d.ts +4 -0
  277. package/dist/cjs/private/resources/project/readProjectRecord.d.ts.map +1 -0
  278. package/dist/cjs/private/resources/projectGraph/consolidateProjectGraph.d.ts +3 -0
  279. package/dist/cjs/private/resources/projectGraph/consolidateProjectGraph.d.ts.map +1 -0
  280. package/dist/cjs/private/resources/projectGraph/findPackage.d.ts +7 -0
  281. package/dist/cjs/private/resources/projectGraph/findPackage.d.ts.map +1 -0
  282. package/dist/cjs/private/resources/projectGraph/loadProjectGraph.d.ts +4 -0
  283. package/dist/cjs/private/resources/projectGraph/loadProjectGraph.d.ts.map +1 -0
  284. package/dist/cjs/private/resources/projectGraph/loadProjectGraph.test.d.ts +2 -0
  285. package/dist/cjs/private/resources/projectGraph/loadProjectGraph.test.d.ts.map +1 -0
  286. package/dist/cjs/private/resources/repository/loadRepositoryRecords.d.ts +4 -0
  287. package/dist/cjs/private/resources/repository/loadRepositoryRecords.d.ts.map +1 -0
  288. package/dist/cjs/private/resources/repository/readRepositoryRecord.d.ts +4 -0
  289. package/dist/cjs/private/resources/repository/readRepositoryRecord.d.ts.map +1 -0
  290. package/dist/cjs/private/resources/repository/readRepositoryRecord.test.d.ts +2 -0
  291. package/dist/cjs/private/resources/repository/readRepositoryRecord.test.d.ts.map +1 -0
  292. package/dist/cjs/private/resources/types.d.ts +50 -0
  293. package/dist/cjs/private/resources/types.d.ts.map +1 -0
  294. package/dist/cjs/private/scan/private/createCheckoutNoClonedScan.d.ts +3 -0
  295. package/dist/cjs/private/scan/private/createCheckoutNoClonedScan.d.ts.map +1 -0
  296. package/dist/cjs/private/scan/private/createCheckoutScan.d.ts +3 -0
  297. package/dist/cjs/private/scan/private/createCheckoutScan.d.ts.map +1 -0
  298. package/dist/cjs/private/scan/private/createExtraneousCheckout.d.ts +4 -0
  299. package/dist/cjs/private/scan/private/createExtraneousCheckout.d.ts.map +1 -0
  300. package/dist/cjs/private/scan/private/createStateAccessor.d.ts +3 -0
  301. package/dist/cjs/private/scan/private/createStateAccessor.d.ts.map +1 -0
  302. package/dist/cjs/private/scan/scanCheckoutState.d.ts +4 -0
  303. package/dist/cjs/private/scan/scanCheckoutState.d.ts.map +1 -0
  304. package/dist/cjs/private/scan/scanCheckoutState.test.d.ts +2 -0
  305. package/dist/cjs/private/scan/scanCheckoutState.test.d.ts.map +1 -0
  306. package/dist/cjs/private/scan/states/createCommittedState.d.ts +3 -0
  307. package/dist/cjs/private/scan/states/createCommittedState.d.ts.map +1 -0
  308. package/dist/cjs/private/scan/states/createExistsState.d.ts +3 -0
  309. package/dist/cjs/private/scan/states/createExistsState.d.ts.map +1 -0
  310. package/dist/cjs/private/scan/states/createNoConflictsState.d.ts +3 -0
  311. package/dist/cjs/private/scan/states/createNoConflictsState.d.ts.map +1 -0
  312. package/dist/cjs/private/scan/states/createNoDetachedState.d.ts +3 -0
  313. package/dist/cjs/private/scan/states/createNoDetachedState.d.ts.map +1 -0
  314. package/dist/cjs/private/scan/states/createRemoteState.d.ts +3 -0
  315. package/dist/cjs/private/scan/states/createRemoteState.d.ts.map +1 -0
  316. package/dist/cjs/private/scan/states/createRepoState.d.ts +3 -0
  317. package/dist/cjs/private/scan/states/createRepoState.d.ts.map +1 -0
  318. package/dist/cjs/private/scan/states/createSyncState.d.ts +3 -0
  319. package/dist/cjs/private/scan/states/createSyncState.d.ts.map +1 -0
  320. package/dist/cjs/private/scan/states/createWrongRemoteState.d.ts +3 -0
  321. package/dist/cjs/private/scan/states/createWrongRemoteState.d.ts.map +1 -0
  322. package/dist/cjs/private/scan/types.d.ts +60 -0
  323. package/dist/cjs/private/scan/types.d.ts.map +1 -0
  324. package/dist/cjs/private/store/createCheckout.d.ts +6 -0
  325. package/dist/cjs/private/store/createCheckout.d.ts.map +1 -0
  326. package/dist/cjs/private/store/createCheckout.test.d.ts +2 -0
  327. package/dist/cjs/private/store/createCheckout.test.d.ts.map +1 -0
  328. package/dist/cjs/private/store/createCheckoutLocation.d.ts +3 -0
  329. package/dist/cjs/private/store/createCheckoutLocation.d.ts.map +1 -0
  330. package/dist/cjs/private/store/createCheckoutLocation.test.d.ts +2 -0
  331. package/dist/cjs/private/store/createCheckoutLocation.test.d.ts.map +1 -0
  332. package/dist/cjs/private/store/createCheckoutStore.d.ts +12 -0
  333. package/dist/cjs/private/store/createCheckoutStore.d.ts.map +1 -0
  334. package/dist/cjs/private/store/createCheckoutStore.test.d.ts +2 -0
  335. package/dist/cjs/private/store/createCheckoutStore.test.d.ts.map +1 -0
  336. package/dist/cjs/private/store/hydrateStoreFromRecords.d.ts +5 -0
  337. package/dist/cjs/private/store/hydrateStoreFromRecords.d.ts.map +1 -0
  338. package/dist/cjs/private/store/hydrateStoreFromRecords.test.d.ts +2 -0
  339. package/dist/cjs/private/store/hydrateStoreFromRecords.test.d.ts.map +1 -0
  340. package/dist/cjs/private/store/safePath.d.ts +2 -0
  341. package/dist/cjs/private/store/safePath.d.ts.map +1 -0
  342. package/dist/cjs/private/store/safePath.test.d.ts +2 -0
  343. package/dist/cjs/private/store/safePath.test.d.ts.map +1 -0
  344. package/dist/cjs/private/store/scanAllCheckoutsStates.d.ts +3 -0
  345. package/dist/cjs/private/store/scanAllCheckoutsStates.d.ts.map +1 -0
  346. package/dist/cjs/private/store/scanAllCheckoutsStates.test.d.ts +2 -0
  347. package/dist/cjs/private/store/scanAllCheckoutsStates.test.d.ts.map +1 -0
  348. package/dist/cjs/private/store/types.d.ts +10 -0
  349. package/dist/cjs/private/store/types.d.ts.map +1 -0
  350. package/dist/cjs/test/helpers/checkout/makeMockScan.d.ts +3 -0
  351. package/dist/cjs/test/helpers/checkout/makeMockScan.d.ts.map +1 -0
  352. package/dist/cjs/test/helpers/checkout/makeWorkspaceCheckoutMock.d.ts +3 -0
  353. package/dist/cjs/test/helpers/checkout/makeWorkspaceCheckoutMock.d.ts.map +1 -0
  354. package/dist/cjs/test/helpers/context/createMockCommandContext.d.ts +4 -0
  355. package/dist/cjs/test/helpers/context/createMockCommandContext.d.ts.map +1 -0
  356. package/dist/cjs/test/helpers/context/makeMockConfig.d.ts +3 -0
  357. package/dist/cjs/test/helpers/context/makeMockConfig.d.ts.map +1 -0
  358. package/dist/cjs/test/helpers/delay.d.ts +2 -0
  359. package/dist/cjs/test/helpers/delay.d.ts.map +1 -0
  360. package/dist/cjs/test/helpers/git/commitFileTest.d.ts +2 -0
  361. package/dist/cjs/test/helpers/git/commitFileTest.d.ts.map +1 -0
  362. package/dist/cjs/test/helpers/git/initBareRepoTest.d.ts +2 -0
  363. package/dist/cjs/test/helpers/git/initBareRepoTest.d.ts.map +1 -0
  364. package/dist/cjs/test/helpers/git/initGitRepoTest.d.ts +5 -0
  365. package/dist/cjs/test/helpers/git/initGitRepoTest.d.ts.map +1 -0
  366. package/dist/cjs/test/helpers/git/initWorkingRepoTest.d.ts +4 -0
  367. package/dist/cjs/test/helpers/git/initWorkingRepoTest.d.ts.map +1 -0
  368. package/dist/cjs/test/helpers/git/makeOriginAheadTest.d.ts +2 -0
  369. package/dist/cjs/test/helpers/git/makeOriginAheadTest.d.ts.map +1 -0
  370. package/dist/cjs/test/helpers/git/makeWorkspaceRootBehindTest.d.ts +2 -0
  371. package/dist/cjs/test/helpers/git/makeWorkspaceRootBehindTest.d.ts.map +1 -0
  372. package/dist/cjs/test/helpers/records/createRecordFile.d.ts +3 -0
  373. package/dist/cjs/test/helpers/records/createRecordFile.d.ts.map +1 -0
  374. package/dist/cjs/test/helpers/records/writeCheckoutMockRecord.d.ts +2 -0
  375. package/dist/cjs/test/helpers/records/writeCheckoutMockRecord.d.ts.map +1 -0
  376. package/dist/cjs/test/helpers/records/writeProjectMockRecord.d.ts +15 -0
  377. package/dist/cjs/test/helpers/records/writeProjectMockRecord.d.ts.map +1 -0
  378. package/dist/cjs/test/helpers/records/writeRepoMockRecord.d.ts +2 -0
  379. package/dist/cjs/test/helpers/records/writeRepoMockRecord.d.ts.map +1 -0
  380. package/dist/cjs/test/helpers/tempDirs/makeTempDir.d.ts +2 -0
  381. package/dist/cjs/test/helpers/tempDirs/makeTempDir.d.ts.map +1 -0
  382. package/dist/cjs/test/helpers/tempDirs/removeTempDirs.d.ts +2 -0
  383. package/dist/cjs/test/helpers/tempDirs/removeTempDirs.d.ts.map +1 -0
  384. package/dist/cjs/test/helpers/tempDirs/resilientRemoveDir.d.ts +2 -0
  385. package/dist/cjs/test/helpers/tempDirs/resilientRemoveDir.d.ts.map +1 -0
  386. package/dist/commands/checkouts/runCheckoutsRun.d.ts +1 -1
  387. package/dist/commands/checkouts/runCheckoutsRun.d.ts.map +1 -1
  388. package/dist/commands/clone/cloneAll.d.ts +1 -1
  389. package/dist/commands/clone/cloneAll.d.ts.map +1 -1
  390. package/dist/config/private/normalizeRecordPaths.d.ts +2 -2
  391. package/dist/config/private/normalizeRecordPaths.d.ts.map +1 -1
  392. package/dist/config/types.d.ts +1 -1
  393. package/dist/config/types.d.ts.map +1 -1
  394. package/dist/esm/commands/branch/runBranch.d.ts +7 -0
  395. package/dist/esm/commands/branch/runBranch.d.ts.map +1 -0
  396. package/dist/esm/commands/branch/runBranch.mjs +45 -0
  397. package/dist/esm/commands/branch/runBranch.mjs.map +7 -0
  398. package/dist/esm/commands/branch/runBranch.test.d.ts +2 -0
  399. package/dist/esm/commands/branch/runBranch.test.d.ts.map +1 -0
  400. package/dist/esm/commands/branch/runBranch.test.mjs +2774 -0
  401. package/dist/esm/commands/branch/runBranch.test.mjs.map +7 -0
  402. package/dist/esm/commands/checkouts/runCheckoutRun.test.d.ts +2 -0
  403. package/dist/esm/commands/checkouts/runCheckoutRun.test.d.ts.map +1 -0
  404. package/dist/esm/commands/checkouts/runCheckoutRun.test.mjs +2747 -0
  405. package/dist/esm/commands/checkouts/runCheckoutRun.test.mjs.map +7 -0
  406. package/dist/esm/commands/checkouts/runCheckoutsRun.d.ts +7 -0
  407. package/dist/esm/commands/checkouts/runCheckoutsRun.d.ts.map +1 -0
  408. package/dist/esm/commands/checkouts/runCheckoutsRun.mjs +34 -0
  409. package/dist/esm/commands/checkouts/runCheckoutsRun.mjs.map +7 -0
  410. package/dist/esm/commands/clone/cloneAll.d.ts +4 -0
  411. package/dist/esm/commands/clone/cloneAll.d.ts.map +1 -0
  412. package/dist/esm/commands/clone/cloneAll.mjs +24 -0
  413. package/dist/esm/commands/clone/cloneAll.mjs.map +7 -0
  414. package/dist/esm/commands/clone/cloneAll.test.d.ts +2 -0
  415. package/dist/esm/commands/clone/cloneAll.test.d.ts.map +1 -0
  416. package/dist/esm/commands/clone/cloneAll.test.mjs +2644 -0
  417. package/dist/esm/commands/clone/cloneAll.test.mjs.map +7 -0
  418. package/dist/esm/commands/clone/cloneSpecific.d.ts +4 -0
  419. package/dist/esm/commands/clone/cloneSpecific.d.ts.map +1 -0
  420. package/dist/esm/commands/clone/cloneSpecific.mjs +54 -0
  421. package/dist/esm/commands/clone/cloneSpecific.mjs.map +7 -0
  422. package/dist/esm/commands/clone/cloneSpecific.test.d.ts +2 -0
  423. package/dist/esm/commands/clone/cloneSpecific.test.d.ts.map +1 -0
  424. package/dist/esm/commands/clone/cloneSpecific.test.mjs +2751 -0
  425. package/dist/esm/commands/clone/cloneSpecific.test.mjs.map +7 -0
  426. package/dist/esm/commands/clone/cloneStatus.d.ts +3 -0
  427. package/dist/esm/commands/clone/cloneStatus.d.ts.map +1 -0
  428. package/dist/esm/commands/clone/cloneStatus.mjs +11 -0
  429. package/dist/esm/commands/clone/cloneStatus.mjs.map +7 -0
  430. package/dist/esm/commands/clone/cloneStatus.test.d.ts +2 -0
  431. package/dist/esm/commands/clone/cloneStatus.test.d.ts.map +1 -0
  432. package/dist/esm/commands/clone/cloneStatus.test.mjs +2647 -0
  433. package/dist/esm/commands/clone/cloneStatus.test.mjs.map +7 -0
  434. package/dist/esm/commands/clone/private/cloneIfMissing.d.ts +4 -0
  435. package/dist/esm/commands/clone/private/cloneIfMissing.d.ts.map +1 -0
  436. package/dist/esm/commands/clone/private/cloneIfMissing.mjs +17 -0
  437. package/dist/esm/commands/clone/private/cloneIfMissing.mjs.map +7 -0
  438. package/dist/esm/commands/clone/private/cloneIfMissing.test.d.ts +2 -0
  439. package/dist/esm/commands/clone/private/cloneIfMissing.test.d.ts.map +1 -0
  440. package/dist/esm/commands/clone/private/cloneIfMissing.test.mjs +2755 -0
  441. package/dist/esm/commands/clone/private/cloneIfMissing.test.mjs.map +7 -0
  442. package/dist/esm/commands/clone/runClone.d.ts +9 -0
  443. package/dist/esm/commands/clone/runClone.d.ts.map +1 -0
  444. package/dist/esm/commands/clone/runClone.mjs +26 -0
  445. package/dist/esm/commands/clone/runClone.mjs.map +7 -0
  446. package/dist/esm/commands/clone/runClone.test.d.ts +2 -0
  447. package/dist/esm/commands/clone/runClone.test.d.ts.map +1 -0
  448. package/dist/esm/commands/clone/runClone.test.mjs +2783 -0
  449. package/dist/esm/commands/clone/runClone.test.mjs.map +7 -0
  450. package/dist/esm/commands/link/runLink.d.ts +5 -0
  451. package/dist/esm/commands/link/runLink.d.ts.map +1 -0
  452. package/dist/esm/commands/link/runLink.mjs +12 -0
  453. package/dist/esm/commands/link/runLink.mjs.map +7 -0
  454. package/dist/esm/commands/link/runLink.test.d.ts +2 -0
  455. package/dist/esm/commands/link/runLink.test.d.ts.map +1 -0
  456. package/dist/esm/commands/link/runLink.test.mjs +2639 -0
  457. package/dist/esm/commands/link/runLink.test.mjs.map +7 -0
  458. package/dist/esm/commands/publish/runPublish.d.ts +6 -0
  459. package/dist/esm/commands/publish/runPublish.d.ts.map +1 -0
  460. package/dist/esm/commands/publish/runPublish.mjs +12 -0
  461. package/dist/esm/commands/publish/runPublish.mjs.map +7 -0
  462. package/dist/esm/commands/publish/runPublish.test.d.ts +2 -0
  463. package/dist/esm/commands/publish/runPublish.test.d.ts.map +1 -0
  464. package/dist/esm/commands/publish/runPublish.test.mjs +2639 -0
  465. package/dist/esm/commands/publish/runPublish.test.mjs.map +7 -0
  466. package/dist/esm/commands/pull/runPull.d.ts +6 -0
  467. package/dist/esm/commands/pull/runPull.d.ts.map +1 -0
  468. package/dist/esm/commands/pull/runPull.mjs +40 -0
  469. package/dist/esm/commands/pull/runPull.mjs.map +7 -0
  470. package/dist/esm/commands/pull/runPull.test.d.ts +2 -0
  471. package/dist/esm/commands/pull/runPull.test.d.ts.map +1 -0
  472. package/dist/esm/commands/pull/runPull.test.mjs +2739 -0
  473. package/dist/esm/commands/pull/runPull.test.mjs.map +7 -0
  474. package/dist/esm/commands/push/runPush.d.ts +6 -0
  475. package/dist/esm/commands/push/runPush.d.ts.map +1 -0
  476. package/dist/esm/commands/push/runPush.mjs +40 -0
  477. package/dist/esm/commands/push/runPush.mjs.map +7 -0
  478. package/dist/esm/commands/push/runPush.test.d.ts +2 -0
  479. package/dist/esm/commands/push/runPush.test.d.ts.map +1 -0
  480. package/dist/esm/commands/push/runPush.test.mjs +2750 -0
  481. package/dist/esm/commands/push/runPush.test.mjs.map +7 -0
  482. package/dist/esm/commands/repo/runRepo.d.ts +12 -0
  483. package/dist/esm/commands/repo/runRepo.d.ts.map +1 -0
  484. package/dist/esm/commands/repo/runRepo.mjs +62 -0
  485. package/dist/esm/commands/repo/runRepo.mjs.map +7 -0
  486. package/dist/esm/commands/repo/runRepo.test.d.ts +2 -0
  487. package/dist/esm/commands/repo/runRepo.test.d.ts.map +1 -0
  488. package/dist/esm/commands/repo/runRepo.test.mjs +2927 -0
  489. package/dist/esm/commands/repo/runRepo.test.mjs.map +7 -0
  490. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.d.ts +5 -0
  491. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.d.ts.map +1 -0
  492. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.mjs +32 -0
  493. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.mjs.map +7 -0
  494. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.test.d.ts +2 -0
  495. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.test.d.ts.map +1 -0
  496. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.test.mjs +2669 -0
  497. package/dist/esm/commands/sanity/private/scanExtraneousCheckouts.test.mjs.map +7 -0
  498. package/dist/esm/commands/sanity/private/syncCheckouts.d.ts +3 -0
  499. package/dist/esm/commands/sanity/private/syncCheckouts.d.ts.map +1 -0
  500. package/dist/esm/commands/sanity/private/syncCheckouts.mjs +13 -0
  501. package/dist/esm/commands/sanity/private/syncCheckouts.mjs.map +7 -0
  502. package/dist/esm/commands/sanity/private/syncCheckouts.test.d.ts +2 -0
  503. package/dist/esm/commands/sanity/private/syncCheckouts.test.d.ts.map +1 -0
  504. package/dist/esm/commands/sanity/private/syncCheckouts.test.mjs +2644 -0
  505. package/dist/esm/commands/sanity/private/syncCheckouts.test.mjs.map +7 -0
  506. package/dist/esm/commands/sanity/runSanity.d.ts +6 -0
  507. package/dist/esm/commands/sanity/runSanity.d.ts.map +1 -0
  508. package/dist/esm/commands/sanity/runSanity.mjs +40 -0
  509. package/dist/esm/commands/sanity/runSanity.mjs.map +7 -0
  510. package/dist/esm/commands/sanity/runSanity.test.d.ts +2 -0
  511. package/dist/esm/commands/sanity/runSanity.test.d.ts.map +1 -0
  512. package/dist/esm/commands/sanity/runSanity.test.mjs +2963 -0
  513. package/dist/esm/commands/sanity/runSanity.test.mjs.map +7 -0
  514. package/dist/esm/commands/sync/runSync.d.ts +6 -0
  515. package/dist/esm/commands/sync/runSync.d.ts.map +1 -0
  516. package/dist/esm/commands/sync/runSync.mjs +42 -0
  517. package/dist/esm/commands/sync/runSync.mjs.map +7 -0
  518. package/dist/esm/commands/sync/runSync.test.d.ts +2 -0
  519. package/dist/esm/commands/sync/runSync.test.d.ts.map +1 -0
  520. package/dist/esm/commands/sync/runSync.test.mjs +2777 -0
  521. package/dist/esm/commands/sync/runSync.test.mjs.map +7 -0
  522. package/dist/esm/commands/unlink/runUnlink.d.ts +5 -0
  523. package/dist/esm/commands/unlink/runUnlink.d.ts.map +1 -0
  524. package/dist/esm/commands/unlink/runUnlink.mjs +12 -0
  525. package/dist/esm/commands/unlink/runUnlink.mjs.map +7 -0
  526. package/dist/esm/commands/unlink/runUnlink.test.d.ts +2 -0
  527. package/dist/esm/commands/unlink/runUnlink.test.d.ts.map +1 -0
  528. package/dist/esm/commands/unlink/runUnlink.test.mjs +2639 -0
  529. package/dist/esm/commands/unlink/runUnlink.test.mjs.map +7 -0
  530. package/dist/esm/config/defineConfig.d.ts +3 -0
  531. package/dist/esm/config/defineConfig.d.ts.map +1 -0
  532. package/dist/esm/config/defineConfig.mjs +28 -0
  533. package/dist/esm/config/defineConfig.mjs.map +7 -0
  534. package/dist/esm/config/defineConfig.test.d.ts +2 -0
  535. package/dist/esm/config/defineConfig.test.d.ts.map +1 -0
  536. package/dist/esm/config/defineConfig.test.mjs +2636 -0
  537. package/dist/esm/config/defineConfig.test.mjs.map +7 -0
  538. package/dist/esm/config/index.d.ts +4 -0
  539. package/dist/esm/config/index.d.ts.map +1 -0
  540. package/dist/esm/config/index.mjs +8 -0
  541. package/dist/esm/config/index.mjs.map +7 -0
  542. package/dist/esm/config/loadWorkspaceConfig.d.ts +3 -0
  543. package/dist/esm/config/loadWorkspaceConfig.d.ts.map +1 -0
  544. package/dist/esm/config/loadWorkspaceConfig.mjs +71 -0
  545. package/dist/esm/config/loadWorkspaceConfig.mjs.map +7 -0
  546. package/dist/esm/config/loadWorkspaceConfig.test.d.ts +2 -0
  547. package/dist/esm/config/loadWorkspaceConfig.test.d.ts.map +1 -0
  548. package/dist/esm/config/loadWorkspaceConfig.test.mjs +2679 -0
  549. package/dist/esm/config/loadWorkspaceConfig.test.mjs.map +7 -0
  550. package/dist/esm/config/private/normalizeRecordPaths.d.ts +4 -0
  551. package/dist/esm/config/private/normalizeRecordPaths.d.ts.map +1 -0
  552. package/dist/esm/config/private/normalizeRecordPaths.mjs +33 -0
  553. package/dist/esm/config/private/normalizeRecordPaths.mjs.map +7 -0
  554. package/dist/esm/config/types.d.ts +25 -0
  555. package/dist/esm/config/types.d.ts.map +1 -0
  556. package/dist/esm/config/types.mjs +1 -0
  557. package/dist/esm/config/types.mjs.map +7 -0
  558. package/dist/esm/index.d.ts +4 -0
  559. package/dist/esm/index.d.ts.map +1 -0
  560. package/dist/esm/index.mjs +151 -0
  561. package/dist/esm/index.mjs.map +7 -0
  562. package/dist/esm/private/async/runWithConcurrency.d.ts +2 -0
  563. package/dist/esm/private/async/runWithConcurrency.d.ts.map +1 -0
  564. package/dist/esm/private/async/runWithConcurrency.mjs +15 -0
  565. package/dist/esm/private/async/runWithConcurrency.mjs.map +7 -0
  566. package/dist/esm/private/commands/checkouts/doBranchCheckout.d.ts +4 -0
  567. package/dist/esm/private/commands/checkouts/doBranchCheckout.d.ts.map +1 -0
  568. package/dist/esm/private/commands/checkouts/doBranchCheckout.mjs +30 -0
  569. package/dist/esm/private/commands/checkouts/doBranchCheckout.mjs.map +7 -0
  570. package/dist/esm/private/commands/checkouts/doBranchCheckout.test.d.ts +2 -0
  571. package/dist/esm/private/commands/checkouts/doBranchCheckout.test.d.ts.map +1 -0
  572. package/dist/esm/private/commands/checkouts/doBranchCheckout.test.mjs +2676 -0
  573. package/dist/esm/private/commands/checkouts/doBranchCheckout.test.mjs.map +7 -0
  574. package/dist/esm/private/commands/checkouts/doCheckoutRun.d.ts +4 -0
  575. package/dist/esm/private/commands/checkouts/doCheckoutRun.d.ts.map +1 -0
  576. package/dist/esm/private/commands/checkouts/doCheckoutRun.mjs +50 -0
  577. package/dist/esm/private/commands/checkouts/doCheckoutRun.mjs.map +7 -0
  578. package/dist/esm/private/commands/checkouts/doPullCheckout.d.ts +4 -0
  579. package/dist/esm/private/commands/checkouts/doPullCheckout.d.ts.map +1 -0
  580. package/dist/esm/private/commands/checkouts/doPullCheckout.mjs +24 -0
  581. package/dist/esm/private/commands/checkouts/doPullCheckout.mjs.map +7 -0
  582. package/dist/esm/private/commands/checkouts/doPullCheckout.test.d.ts +2 -0
  583. package/dist/esm/private/commands/checkouts/doPullCheckout.test.d.ts.map +1 -0
  584. package/dist/esm/private/commands/checkouts/doPullCheckout.test.mjs +2750 -0
  585. package/dist/esm/private/commands/checkouts/doPullCheckout.test.mjs.map +7 -0
  586. package/dist/esm/private/commands/checkouts/doPushCheckout.d.ts +4 -0
  587. package/dist/esm/private/commands/checkouts/doPushCheckout.d.ts.map +1 -0
  588. package/dist/esm/private/commands/checkouts/doPushCheckout.mjs +24 -0
  589. package/dist/esm/private/commands/checkouts/doPushCheckout.mjs.map +7 -0
  590. package/dist/esm/private/commands/checkouts/doPushCheckout.test.d.ts +2 -0
  591. package/dist/esm/private/commands/checkouts/doPushCheckout.test.d.ts.map +1 -0
  592. package/dist/esm/private/commands/checkouts/doPushCheckout.test.mjs +2679 -0
  593. package/dist/esm/private/commands/checkouts/doPushCheckout.test.mjs.map +7 -0
  594. package/dist/esm/private/commands/doClone.d.ts +4 -0
  595. package/dist/esm/private/commands/doClone.d.ts.map +1 -0
  596. package/dist/esm/private/commands/doClone.mjs +34 -0
  597. package/dist/esm/private/commands/doClone.mjs.map +7 -0
  598. package/dist/esm/private/commands/doClone.test.d.ts +2 -0
  599. package/dist/esm/private/commands/doClone.test.d.ts.map +1 -0
  600. package/dist/esm/private/commands/doClone.test.mjs +2678 -0
  601. package/dist/esm/private/commands/doClone.test.mjs.map +7 -0
  602. package/dist/esm/private/commands/operations/createBranchOperation.d.ts +4 -0
  603. package/dist/esm/private/commands/operations/createBranchOperation.d.ts.map +1 -0
  604. package/dist/esm/private/commands/operations/createBranchOperation.mjs +20 -0
  605. package/dist/esm/private/commands/operations/createBranchOperation.mjs.map +7 -0
  606. package/dist/esm/private/commands/operations/createCheckoutRunOperation.d.ts +4 -0
  607. package/dist/esm/private/commands/operations/createCheckoutRunOperation.d.ts.map +1 -0
  608. package/dist/esm/private/commands/operations/createCheckoutRunOperation.mjs +20 -0
  609. package/dist/esm/private/commands/operations/createCheckoutRunOperation.mjs.map +7 -0
  610. package/dist/esm/private/commands/operations/createCloneOperation.d.ts +4 -0
  611. package/dist/esm/private/commands/operations/createCloneOperation.d.ts.map +1 -0
  612. package/dist/esm/private/commands/operations/createCloneOperation.mjs +20 -0
  613. package/dist/esm/private/commands/operations/createCloneOperation.mjs.map +7 -0
  614. package/dist/esm/private/commands/operations/createLinkedOperation.d.ts +4 -0
  615. package/dist/esm/private/commands/operations/createLinkedOperation.d.ts.map +1 -0
  616. package/dist/esm/private/commands/operations/createLinkedOperation.mjs +21 -0
  617. package/dist/esm/private/commands/operations/createLinkedOperation.mjs.map +7 -0
  618. package/dist/esm/private/commands/operations/createPublishOperation.d.ts +4 -0
  619. package/dist/esm/private/commands/operations/createPublishOperation.d.ts.map +1 -0
  620. package/dist/esm/private/commands/operations/createPublishOperation.mjs +21 -0
  621. package/dist/esm/private/commands/operations/createPublishOperation.mjs.map +7 -0
  622. package/dist/esm/private/commands/operations/createPullOperation.d.ts +4 -0
  623. package/dist/esm/private/commands/operations/createPullOperation.d.ts.map +1 -0
  624. package/dist/esm/private/commands/operations/createPullOperation.mjs +20 -0
  625. package/dist/esm/private/commands/operations/createPullOperation.mjs.map +7 -0
  626. package/dist/esm/private/commands/operations/createPullOperation.test.d.ts +2 -0
  627. package/dist/esm/private/commands/operations/createPullOperation.test.d.ts.map +1 -0
  628. package/dist/esm/private/commands/operations/createPullOperation.test.mjs +2652 -0
  629. package/dist/esm/private/commands/operations/createPullOperation.test.mjs.map +7 -0
  630. package/dist/esm/private/commands/operations/createPushOperation.d.ts +4 -0
  631. package/dist/esm/private/commands/operations/createPushOperation.d.ts.map +1 -0
  632. package/dist/esm/private/commands/operations/createPushOperation.mjs +20 -0
  633. package/dist/esm/private/commands/operations/createPushOperation.mjs.map +7 -0
  634. package/dist/esm/private/commands/operations/createUnlinkOperation.d.ts +4 -0
  635. package/dist/esm/private/commands/operations/createUnlinkOperation.d.ts.map +1 -0
  636. package/dist/esm/private/commands/operations/createUnlinkOperation.mjs +21 -0
  637. package/dist/esm/private/commands/operations/createUnlinkOperation.mjs.map +7 -0
  638. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.d.ts +4 -0
  639. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.d.ts.map +1 -0
  640. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.mjs +30 -0
  641. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.mjs.map +7 -0
  642. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.test.d.ts +2 -0
  643. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.test.d.ts.map +1 -0
  644. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.test.mjs +2726 -0
  645. package/dist/esm/private/commands/workspaces/doPullWorkspaceCheckout.test.mjs.map +7 -0
  646. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.d.ts +4 -0
  647. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.d.ts.map +1 -0
  648. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.mjs +28 -0
  649. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.mjs.map +7 -0
  650. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.test.d.ts +2 -0
  651. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.test.d.ts.map +1 -0
  652. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.test.mjs +2748 -0
  653. package/dist/esm/private/commands/workspaces/doPushWorkspaceCheckout.test.mjs.map +7 -0
  654. package/dist/esm/private/commands/workspaces/scanWorkspaceCheckout.d.ts +4 -0
  655. package/dist/esm/private/commands/workspaces/scanWorkspaceCheckout.d.ts.map +1 -0
  656. package/dist/esm/private/commands/workspaces/scanWorkspaceCheckout.mjs +16 -0
  657. package/dist/esm/private/commands/workspaces/scanWorkspaceCheckout.mjs.map +7 -0
  658. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.d.ts +4 -0
  659. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.d.ts.map +1 -0
  660. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.mjs +52 -0
  661. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.mjs.map +7 -0
  662. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.test.d.ts +2 -0
  663. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.test.d.ts.map +1 -0
  664. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.test.mjs +2719 -0
  665. package/dist/esm/private/commands/workspaces/syncWorkspaceCheckout.test.mjs.map +7 -0
  666. package/dist/esm/private/context/createWorkspaceContext.d.ts +12 -0
  667. package/dist/esm/private/context/createWorkspaceContext.d.ts.map +1 -0
  668. package/dist/esm/private/context/createWorkspaceContext.mjs +8 -0
  669. package/dist/esm/private/context/createWorkspaceContext.mjs.map +7 -0
  670. package/dist/esm/private/context/createWorkspaceContext.test.d.ts +2 -0
  671. package/dist/esm/private/context/createWorkspaceContext.test.d.ts.map +1 -0
  672. package/dist/esm/private/context/createWorkspaceContext.test.mjs +2644 -0
  673. package/dist/esm/private/context/createWorkspaceContext.test.mjs.map +7 -0
  674. package/dist/esm/private/exec/runCommandInDirectory.d.ts +7 -0
  675. package/dist/esm/private/exec/runCommandInDirectory.d.ts.map +1 -0
  676. package/dist/esm/private/exec/runCommandInDirectory.mjs +17 -0
  677. package/dist/esm/private/exec/runCommandInDirectory.mjs.map +7 -0
  678. package/dist/esm/private/git/cloneCheckout.d.ts +3 -0
  679. package/dist/esm/private/git/cloneCheckout.d.ts.map +1 -0
  680. package/dist/esm/private/git/cloneCheckout.mjs +21 -0
  681. package/dist/esm/private/git/cloneCheckout.mjs.map +7 -0
  682. package/dist/esm/private/git/createOrSwitchBranch.d.ts +2 -0
  683. package/dist/esm/private/git/createOrSwitchBranch.d.ts.map +1 -0
  684. package/dist/esm/private/git/createOrSwitchBranch.mjs +16 -0
  685. package/dist/esm/private/git/createOrSwitchBranch.mjs.map +7 -0
  686. package/dist/esm/private/git/createOrSwitchBranch.test.d.ts +2 -0
  687. package/dist/esm/private/git/createOrSwitchBranch.test.d.ts.map +1 -0
  688. package/dist/esm/private/git/createOrSwitchBranch.test.mjs +2660 -0
  689. package/dist/esm/private/git/createOrSwitchBranch.test.mjs.map +7 -0
  690. package/dist/esm/private/git/getBehindAheadCount.d.ts +6 -0
  691. package/dist/esm/private/git/getBehindAheadCount.d.ts.map +1 -0
  692. package/dist/esm/private/git/getBehindAheadCount.mjs +20 -0
  693. package/dist/esm/private/git/getBehindAheadCount.mjs.map +7 -0
  694. package/dist/esm/private/git/getBehindAheadCount.test.d.ts +2 -0
  695. package/dist/esm/private/git/getBehindAheadCount.test.d.ts.map +1 -0
  696. package/dist/esm/private/git/getBehindAheadCount.test.mjs +2740 -0
  697. package/dist/esm/private/git/getBehindAheadCount.test.mjs.map +7 -0
  698. package/dist/esm/private/git/getCurrentBranch.d.ts +2 -0
  699. package/dist/esm/private/git/getCurrentBranch.d.ts.map +1 -0
  700. package/dist/esm/private/git/getCurrentBranch.mjs +26 -0
  701. package/dist/esm/private/git/getCurrentBranch.mjs.map +7 -0
  702. package/dist/esm/private/git/getCurrentBranch.test.d.ts +2 -0
  703. package/dist/esm/private/git/getCurrentBranch.test.d.ts.map +1 -0
  704. package/dist/esm/private/git/getCurrentBranch.test.mjs +2654 -0
  705. package/dist/esm/private/git/getCurrentBranch.test.mjs.map +7 -0
  706. package/dist/esm/private/git/getRemoteBranch.d.ts +2 -0
  707. package/dist/esm/private/git/getRemoteBranch.d.ts.map +1 -0
  708. package/dist/esm/private/git/getRemoteBranch.mjs +22 -0
  709. package/dist/esm/private/git/getRemoteBranch.mjs.map +7 -0
  710. package/dist/esm/private/git/getRemoteBranch.test.d.ts +2 -0
  711. package/dist/esm/private/git/getRemoteBranch.test.d.ts.map +1 -0
  712. package/dist/esm/private/git/getRemoteBranch.test.mjs +2662 -0
  713. package/dist/esm/private/git/getRemoteBranch.test.mjs.map +7 -0
  714. package/dist/esm/private/git/getRemoteUrl.d.ts +2 -0
  715. package/dist/esm/private/git/getRemoteUrl.d.ts.map +1 -0
  716. package/dist/esm/private/git/getRemoteUrl.mjs +18 -0
  717. package/dist/esm/private/git/getRemoteUrl.mjs.map +7 -0
  718. package/dist/esm/private/git/hasLocalBranch.d.ts +2 -0
  719. package/dist/esm/private/git/hasLocalBranch.d.ts.map +1 -0
  720. package/dist/esm/private/git/hasLocalBranch.mjs +15 -0
  721. package/dist/esm/private/git/hasLocalBranch.mjs.map +7 -0
  722. package/dist/esm/private/git/hasLocalBranch.test.d.ts +2 -0
  723. package/dist/esm/private/git/hasLocalBranch.test.d.ts.map +1 -0
  724. package/dist/esm/private/git/hasLocalBranch.test.mjs +2657 -0
  725. package/dist/esm/private/git/hasLocalBranch.test.mjs.map +7 -0
  726. package/dist/esm/private/git/hasMergeConflicts.d.ts +2 -0
  727. package/dist/esm/private/git/hasMergeConflicts.d.ts.map +1 -0
  728. package/dist/esm/private/git/hasMergeConflicts.mjs +15 -0
  729. package/dist/esm/private/git/hasMergeConflicts.mjs.map +7 -0
  730. package/dist/esm/private/git/hasMergeConflicts.test.d.ts +2 -0
  731. package/dist/esm/private/git/hasMergeConflicts.test.d.ts.map +1 -0
  732. package/dist/esm/private/git/hasMergeConflicts.test.mjs +2644 -0
  733. package/dist/esm/private/git/hasMergeConflicts.test.mjs.map +7 -0
  734. package/dist/esm/private/git/hasRemote.d.ts +2 -0
  735. package/dist/esm/private/git/hasRemote.d.ts.map +1 -0
  736. package/dist/esm/private/git/hasRemote.mjs +15 -0
  737. package/dist/esm/private/git/hasRemote.mjs.map +7 -0
  738. package/dist/esm/private/git/hasRemote.test.d.ts +2 -0
  739. package/dist/esm/private/git/hasRemote.test.d.ts.map +1 -0
  740. package/dist/esm/private/git/hasRemote.test.mjs +2644 -0
  741. package/dist/esm/private/git/hasRemote.test.mjs.map +7 -0
  742. package/dist/esm/private/git/isDetachedHead.d.ts +2 -0
  743. package/dist/esm/private/git/isDetachedHead.d.ts.map +1 -0
  744. package/dist/esm/private/git/isDetachedHead.mjs +23 -0
  745. package/dist/esm/private/git/isDetachedHead.mjs.map +7 -0
  746. package/dist/esm/private/git/isDetachedHead.test.d.ts +2 -0
  747. package/dist/esm/private/git/isDetachedHead.test.d.ts.map +1 -0
  748. package/dist/esm/private/git/isDetachedHead.test.mjs +2649 -0
  749. package/dist/esm/private/git/isDetachedHead.test.mjs.map +7 -0
  750. package/dist/esm/private/git/isDirty.d.ts +2 -0
  751. package/dist/esm/private/git/isDirty.d.ts.map +1 -0
  752. package/dist/esm/private/git/isDirty.mjs +15 -0
  753. package/dist/esm/private/git/isDirty.mjs.map +7 -0
  754. package/dist/esm/private/git/isDirty.test.d.ts +2 -0
  755. package/dist/esm/private/git/isDirty.test.d.ts.map +1 -0
  756. package/dist/esm/private/git/isDirty.test.mjs +2655 -0
  757. package/dist/esm/private/git/isDirty.test.mjs.map +7 -0
  758. package/dist/esm/private/git/pullCheckout.d.ts +3 -0
  759. package/dist/esm/private/git/pullCheckout.d.ts.map +1 -0
  760. package/dist/esm/private/git/pullCheckout.mjs +10 -0
  761. package/dist/esm/private/git/pullCheckout.mjs.map +7 -0
  762. package/dist/esm/private/git/pullCheckout.test.d.ts +2 -0
  763. package/dist/esm/private/git/pullCheckout.test.d.ts.map +1 -0
  764. package/dist/esm/private/git/pullCheckout.test.mjs +2708 -0
  765. package/dist/esm/private/git/pullCheckout.test.mjs.map +7 -0
  766. package/dist/esm/private/git/pushCheckout.d.ts +3 -0
  767. package/dist/esm/private/git/pushCheckout.d.ts.map +1 -0
  768. package/dist/esm/private/git/pushCheckout.mjs +10 -0
  769. package/dist/esm/private/git/pushCheckout.mjs.map +7 -0
  770. package/dist/esm/private/git/remoteFetch.d.ts +2 -0
  771. package/dist/esm/private/git/remoteFetch.d.ts.map +1 -0
  772. package/dist/esm/private/git/remoteFetch.mjs +13 -0
  773. package/dist/esm/private/git/remoteFetch.mjs.map +7 -0
  774. package/dist/esm/private/log/createOperationsLog.d.ts +9 -0
  775. package/dist/esm/private/log/createOperationsLog.d.ts.map +1 -0
  776. package/dist/esm/private/log/createOperationsLog.mjs +26 -0
  777. package/dist/esm/private/log/createOperationsLog.mjs.map +7 -0
  778. package/dist/esm/private/log/createOperationsLog.test.d.ts +2 -0
  779. package/dist/esm/private/log/createOperationsLog.test.d.ts.map +1 -0
  780. package/dist/esm/private/log/createOperationsLog.test.mjs +2697 -0
  781. package/dist/esm/private/log/createOperationsLog.test.mjs.map +7 -0
  782. package/dist/esm/private/operations/createGenericOperation.d.ts +3 -0
  783. package/dist/esm/private/operations/createGenericOperation.d.ts.map +1 -0
  784. package/dist/esm/private/operations/createGenericOperation.mjs +22 -0
  785. package/dist/esm/private/operations/createGenericOperation.mjs.map +7 -0
  786. package/dist/esm/private/operations/createGenericOperation.test.d.ts +2 -0
  787. package/dist/esm/private/operations/createGenericOperation.test.d.ts.map +1 -0
  788. package/dist/esm/private/operations/createGenericOperation.test.mjs +2645 -0
  789. package/dist/esm/private/operations/createGenericOperation.test.mjs.map +7 -0
  790. package/dist/esm/private/operations/createOperationFailure.d.ts +3 -0
  791. package/dist/esm/private/operations/createOperationFailure.d.ts.map +1 -0
  792. package/dist/esm/private/operations/createOperationFailure.mjs +41 -0
  793. package/dist/esm/private/operations/createOperationFailure.mjs.map +7 -0
  794. package/dist/esm/private/operations/createOperationFailure.test.d.ts +2 -0
  795. package/dist/esm/private/operations/createOperationFailure.test.d.ts.map +1 -0
  796. package/dist/esm/private/operations/createOperationFailure.test.mjs +2667 -0
  797. package/dist/esm/private/operations/createOperationFailure.test.mjs.map +7 -0
  798. package/dist/esm/private/operations/createOperationSuccess.d.ts +3 -0
  799. package/dist/esm/private/operations/createOperationSuccess.d.ts.map +1 -0
  800. package/dist/esm/private/operations/createOperationSuccess.mjs +13 -0
  801. package/dist/esm/private/operations/createOperationSuccess.mjs.map +7 -0
  802. package/dist/esm/private/operations/createOperationSuccess.test.d.ts +2 -0
  803. package/dist/esm/private/operations/createOperationSuccess.test.d.ts.map +1 -0
  804. package/dist/esm/private/operations/createOperationSuccess.test.mjs +2666 -0
  805. package/dist/esm/private/operations/createOperationSuccess.test.mjs.map +7 -0
  806. package/dist/esm/private/operations/types.d.ts +63 -0
  807. package/dist/esm/private/operations/types.d.ts.map +1 -0
  808. package/dist/esm/private/operations/types.mjs +1 -0
  809. package/dist/esm/private/operations/types.mjs.map +7 -0
  810. package/dist/esm/private/present/formatTable.d.ts +2 -0
  811. package/dist/esm/private/present/formatTable.d.ts.map +1 -0
  812. package/dist/esm/private/present/formatTable.mjs +15 -0
  813. package/dist/esm/private/present/formatTable.mjs.map +7 -0
  814. package/dist/esm/private/present/formatTable.test.d.ts +2 -0
  815. package/dist/esm/private/present/formatTable.test.d.ts.map +1 -0
  816. package/dist/esm/private/present/formatTable.test.mjs +2643 -0
  817. package/dist/esm/private/present/formatTable.test.mjs.map +7 -0
  818. package/dist/esm/private/present/makeOperationLogLine.d.ts +5 -0
  819. package/dist/esm/private/present/makeOperationLogLine.d.ts.map +1 -0
  820. package/dist/esm/private/present/makeOperationLogLine.mjs +18 -0
  821. package/dist/esm/private/present/makeOperationLogLine.mjs.map +7 -0
  822. package/dist/esm/private/present/presentCheckoutReport.d.ts +4 -0
  823. package/dist/esm/private/present/presentCheckoutReport.d.ts.map +1 -0
  824. package/dist/esm/private/present/presentCheckoutReport.mjs +25 -0
  825. package/dist/esm/private/present/presentCheckoutReport.mjs.map +7 -0
  826. package/dist/esm/private/present/presentCheckoutReport.test.d.ts +2 -0
  827. package/dist/esm/private/present/presentCheckoutReport.test.d.ts.map +1 -0
  828. package/dist/esm/private/present/presentCheckoutReport.test.mjs +2647 -0
  829. package/dist/esm/private/present/presentCheckoutReport.test.mjs.map +7 -0
  830. package/dist/esm/private/present/presentCheckoutRepositoryState.d.ts +3 -0
  831. package/dist/esm/private/present/presentCheckoutRepositoryState.d.ts.map +1 -0
  832. package/dist/esm/private/present/presentCheckoutRepositoryState.mjs +22 -0
  833. package/dist/esm/private/present/presentCheckoutRepositoryState.mjs.map +7 -0
  834. package/dist/esm/private/present/presentExtraneousReport.d.ts +3 -0
  835. package/dist/esm/private/present/presentExtraneousReport.d.ts.map +1 -0
  836. package/dist/esm/private/present/presentExtraneousReport.mjs +20 -0
  837. package/dist/esm/private/present/presentExtraneousReport.mjs.map +7 -0
  838. package/dist/esm/private/present/presentExtraneousReport.test.d.ts +2 -0
  839. package/dist/esm/private/present/presentExtraneousReport.test.d.ts.map +1 -0
  840. package/dist/esm/private/present/presentExtraneousReport.test.mjs +2674 -0
  841. package/dist/esm/private/present/presentExtraneousReport.test.mjs.map +7 -0
  842. package/dist/esm/private/present/presentOperationsReport.d.ts +3 -0
  843. package/dist/esm/private/present/presentOperationsReport.d.ts.map +1 -0
  844. package/dist/esm/private/present/presentOperationsReport.mjs +18 -0
  845. package/dist/esm/private/present/presentOperationsReport.mjs.map +7 -0
  846. package/dist/esm/private/present/presentOperationsReport.test.d.ts +2 -0
  847. package/dist/esm/private/present/presentOperationsReport.test.d.ts.map +1 -0
  848. package/dist/esm/private/present/presentOperationsReport.test.mjs +2706 -0
  849. package/dist/esm/private/present/presentOperationsReport.test.mjs.map +7 -0
  850. package/dist/esm/private/present/presentPackageStateReport.d.ts +4 -0
  851. package/dist/esm/private/present/presentPackageStateReport.d.ts.map +1 -0
  852. package/dist/esm/private/present/presentPackageStateReport.mjs +21 -0
  853. package/dist/esm/private/present/presentPackageStateReport.mjs.map +7 -0
  854. package/dist/esm/private/present/presentPackageStateReport.test.d.ts +2 -0
  855. package/dist/esm/private/present/presentPackageStateReport.test.d.ts.map +1 -0
  856. package/dist/esm/private/present/presentPackageStateReport.test.mjs +2714 -0
  857. package/dist/esm/private/present/presentPackageStateReport.test.mjs.map +7 -0
  858. package/dist/esm/private/present/presentWorkspaceReport.d.ts +3 -0
  859. package/dist/esm/private/present/presentWorkspaceReport.d.ts.map +1 -0
  860. package/dist/esm/private/present/presentWorkspaceReport.mjs +19 -0
  861. package/dist/esm/private/present/presentWorkspaceReport.mjs.map +7 -0
  862. package/dist/esm/private/present/presentWorkspaceReport.test.d.ts +2 -0
  863. package/dist/esm/private/present/presentWorkspaceReport.test.d.ts.map +1 -0
  864. package/dist/esm/private/present/presentWorkspaceReport.test.mjs +2720 -0
  865. package/dist/esm/private/present/presentWorkspaceReport.test.mjs.map +7 -0
  866. package/dist/esm/private/present/private/truncateMiddle.d.ts +2 -0
  867. package/dist/esm/private/present/private/truncateMiddle.d.ts.map +1 -0
  868. package/dist/esm/private/present/private/truncateMiddle.mjs +14 -0
  869. package/dist/esm/private/present/private/truncateMiddle.mjs.map +7 -0
  870. package/dist/esm/private/present/private/truncateMiddle.test.d.ts +2 -0
  871. package/dist/esm/private/present/private/truncateMiddle.test.d.ts.map +1 -0
  872. package/dist/esm/private/present/private/truncateMiddle.test.mjs +2641 -0
  873. package/dist/esm/private/present/private/truncateMiddle.test.mjs.map +7 -0
  874. package/dist/esm/private/repositories/createPackageStateRecord.d.ts +6 -0
  875. package/dist/esm/private/repositories/createPackageStateRecord.d.ts.map +1 -0
  876. package/dist/esm/private/repositories/createPackageStateRecord.mjs +37 -0
  877. package/dist/esm/private/repositories/createPackageStateRecord.mjs.map +7 -0
  878. package/dist/esm/private/repositories/getRepositoryCheckoutPackages.d.ts +3 -0
  879. package/dist/esm/private/repositories/getRepositoryCheckoutPackages.d.ts.map +1 -0
  880. package/dist/esm/private/repositories/getRepositoryCheckoutPackages.mjs +24 -0
  881. package/dist/esm/private/repositories/getRepositoryCheckoutPackages.mjs.map +7 -0
  882. package/dist/esm/private/repositories/scanPackageStateRecord.d.ts +3 -0
  883. package/dist/esm/private/repositories/scanPackageStateRecord.d.ts.map +1 -0
  884. package/dist/esm/private/repositories/scanPackageStateRecord.mjs +20 -0
  885. package/dist/esm/private/repositories/scanPackageStateRecord.mjs.map +7 -0
  886. package/dist/esm/private/resources/checkout/loadCheckoutRecords.d.ts +4 -0
  887. package/dist/esm/private/resources/checkout/loadCheckoutRecords.d.ts.map +1 -0
  888. package/dist/esm/private/resources/checkout/loadCheckoutRecords.mjs +38 -0
  889. package/dist/esm/private/resources/checkout/loadCheckoutRecords.mjs.map +7 -0
  890. package/dist/esm/private/resources/checkout/loadCheckoutRecords.test.d.ts +2 -0
  891. package/dist/esm/private/resources/checkout/loadCheckoutRecords.test.d.ts.map +1 -0
  892. package/dist/esm/private/resources/checkout/loadCheckoutRecords.test.mjs +2706 -0
  893. package/dist/esm/private/resources/checkout/loadCheckoutRecords.test.mjs.map +7 -0
  894. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.d.ts +4 -0
  895. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.d.ts.map +1 -0
  896. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.mjs +10 -0
  897. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.mjs.map +7 -0
  898. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.test.d.ts +2 -0
  899. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.test.d.ts.map +1 -0
  900. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.test.mjs +2666 -0
  901. package/dist/esm/private/resources/checkout/private/makeCheckoutFilename.test.mjs.map +7 -0
  902. package/dist/esm/private/resources/checkout/readCheckoutRecord.d.ts +4 -0
  903. package/dist/esm/private/resources/checkout/readCheckoutRecord.d.ts.map +1 -0
  904. package/dist/esm/private/resources/checkout/readCheckoutRecord.mjs +32 -0
  905. package/dist/esm/private/resources/checkout/readCheckoutRecord.mjs.map +7 -0
  906. package/dist/esm/private/resources/checkout/readCheckoutRecord.test.d.ts +2 -0
  907. package/dist/esm/private/resources/checkout/readCheckoutRecord.test.d.ts.map +1 -0
  908. package/dist/esm/private/resources/checkout/readCheckoutRecord.test.mjs +2681 -0
  909. package/dist/esm/private/resources/checkout/readCheckoutRecord.test.mjs.map +7 -0
  910. package/dist/esm/private/resources/checkout/saveCheckoutRecord.d.ts +4 -0
  911. package/dist/esm/private/resources/checkout/saveCheckoutRecord.d.ts.map +1 -0
  912. package/dist/esm/private/resources/checkout/saveCheckoutRecord.mjs +33 -0
  913. package/dist/esm/private/resources/checkout/saveCheckoutRecord.mjs.map +7 -0
  914. package/dist/esm/private/resources/checkout/saveCheckoutRecord.test.d.ts +2 -0
  915. package/dist/esm/private/resources/checkout/saveCheckoutRecord.test.d.ts.map +1 -0
  916. package/dist/esm/private/resources/checkout/saveCheckoutRecord.test.mjs +2682 -0
  917. package/dist/esm/private/resources/checkout/saveCheckoutRecord.test.mjs.map +7 -0
  918. package/dist/esm/private/resources/namespace/loadNamespaceRecords.d.ts +4 -0
  919. package/dist/esm/private/resources/namespace/loadNamespaceRecords.d.ts.map +1 -0
  920. package/dist/esm/private/resources/namespace/loadNamespaceRecords.mjs +12 -0
  921. package/dist/esm/private/resources/namespace/loadNamespaceRecords.mjs.map +7 -0
  922. package/dist/esm/private/resources/namespace/readNamespaceRecord.d.ts +4 -0
  923. package/dist/esm/private/resources/namespace/readNamespaceRecord.d.ts.map +1 -0
  924. package/dist/esm/private/resources/namespace/readNamespaceRecord.mjs +30 -0
  925. package/dist/esm/private/resources/namespace/readNamespaceRecord.mjs.map +7 -0
  926. package/dist/esm/private/resources/package/loadPackageRecords.d.ts +4 -0
  927. package/dist/esm/private/resources/package/loadPackageRecords.d.ts.map +1 -0
  928. package/dist/esm/private/resources/package/loadPackageRecords.mjs +12 -0
  929. package/dist/esm/private/resources/package/loadPackageRecords.mjs.map +7 -0
  930. package/dist/esm/private/resources/package/readPackageRecord.d.ts +4 -0
  931. package/dist/esm/private/resources/package/readPackageRecord.d.ts.map +1 -0
  932. package/dist/esm/private/resources/package/readPackageRecord.mjs +26 -0
  933. package/dist/esm/private/resources/package/readPackageRecord.mjs.map +7 -0
  934. package/dist/esm/private/resources/project/loadProjectRecords.d.ts +4 -0
  935. package/dist/esm/private/resources/project/loadProjectRecords.d.ts.map +1 -0
  936. package/dist/esm/private/resources/project/loadProjectRecords.mjs +12 -0
  937. package/dist/esm/private/resources/project/loadProjectRecords.mjs.map +7 -0
  938. package/dist/esm/private/resources/project/readProjectRecord.d.ts +4 -0
  939. package/dist/esm/private/resources/project/readProjectRecord.d.ts.map +1 -0
  940. package/dist/esm/private/resources/project/readProjectRecord.mjs +30 -0
  941. package/dist/esm/private/resources/project/readProjectRecord.mjs.map +7 -0
  942. package/dist/esm/private/resources/projectGraph/consolidateProjectGraph.d.ts +3 -0
  943. package/dist/esm/private/resources/projectGraph/consolidateProjectGraph.d.ts.map +1 -0
  944. package/dist/esm/private/resources/projectGraph/consolidateProjectGraph.mjs +32 -0
  945. package/dist/esm/private/resources/projectGraph/consolidateProjectGraph.mjs.map +7 -0
  946. package/dist/esm/private/resources/projectGraph/findPackage.d.ts +7 -0
  947. package/dist/esm/private/resources/projectGraph/findPackage.d.ts.map +1 -0
  948. package/dist/esm/private/resources/projectGraph/findPackage.mjs +21 -0
  949. package/dist/esm/private/resources/projectGraph/findPackage.mjs.map +7 -0
  950. package/dist/esm/private/resources/projectGraph/loadProjectGraph.d.ts +4 -0
  951. package/dist/esm/private/resources/projectGraph/loadProjectGraph.d.ts.map +1 -0
  952. package/dist/esm/private/resources/projectGraph/loadProjectGraph.mjs +17 -0
  953. package/dist/esm/private/resources/projectGraph/loadProjectGraph.mjs.map +7 -0
  954. package/dist/esm/private/resources/projectGraph/loadProjectGraph.test.d.ts +2 -0
  955. package/dist/esm/private/resources/projectGraph/loadProjectGraph.test.d.ts.map +1 -0
  956. package/dist/esm/private/resources/projectGraph/loadProjectGraph.test.mjs +2943 -0
  957. package/dist/esm/private/resources/projectGraph/loadProjectGraph.test.mjs.map +7 -0
  958. package/dist/esm/private/resources/repository/loadRepositoryRecords.d.ts +4 -0
  959. package/dist/esm/private/resources/repository/loadRepositoryRecords.d.ts.map +1 -0
  960. package/dist/esm/private/resources/repository/loadRepositoryRecords.mjs +15 -0
  961. package/dist/esm/private/resources/repository/loadRepositoryRecords.mjs.map +7 -0
  962. package/dist/esm/private/resources/repository/readRepositoryRecord.d.ts +4 -0
  963. package/dist/esm/private/resources/repository/readRepositoryRecord.d.ts.map +1 -0
  964. package/dist/esm/private/resources/repository/readRepositoryRecord.mjs +31 -0
  965. package/dist/esm/private/resources/repository/readRepositoryRecord.mjs.map +7 -0
  966. package/dist/esm/private/resources/repository/readRepositoryRecord.test.d.ts +2 -0
  967. package/dist/esm/private/resources/repository/readRepositoryRecord.test.d.ts.map +1 -0
  968. package/dist/esm/private/resources/repository/readRepositoryRecord.test.mjs +2689 -0
  969. package/dist/esm/private/resources/repository/readRepositoryRecord.test.mjs.map +7 -0
  970. package/dist/esm/private/resources/types.d.ts +50 -0
  971. package/dist/esm/private/resources/types.d.ts.map +1 -0
  972. package/dist/esm/private/resources/types.mjs +1 -0
  973. package/dist/esm/private/resources/types.mjs.map +7 -0
  974. package/dist/esm/private/scan/private/createCheckoutNoClonedScan.d.ts +3 -0
  975. package/dist/esm/private/scan/private/createCheckoutNoClonedScan.d.ts.map +1 -0
  976. package/dist/esm/private/scan/private/createCheckoutNoClonedScan.mjs +24 -0
  977. package/dist/esm/private/scan/private/createCheckoutNoClonedScan.mjs.map +7 -0
  978. package/dist/esm/private/scan/private/createCheckoutScan.d.ts +3 -0
  979. package/dist/esm/private/scan/private/createCheckoutScan.d.ts.map +1 -0
  980. package/dist/esm/private/scan/private/createCheckoutScan.mjs +50 -0
  981. package/dist/esm/private/scan/private/createCheckoutScan.mjs.map +7 -0
  982. package/dist/esm/private/scan/private/createExtraneousCheckout.d.ts +4 -0
  983. package/dist/esm/private/scan/private/createExtraneousCheckout.d.ts.map +1 -0
  984. package/dist/esm/private/scan/private/createExtraneousCheckout.mjs +9 -0
  985. package/dist/esm/private/scan/private/createExtraneousCheckout.mjs.map +7 -0
  986. package/dist/esm/private/scan/private/createStateAccessor.d.ts +3 -0
  987. package/dist/esm/private/scan/private/createStateAccessor.d.ts.map +1 -0
  988. package/dist/esm/private/scan/private/createStateAccessor.mjs +12 -0
  989. package/dist/esm/private/scan/private/createStateAccessor.mjs.map +7 -0
  990. package/dist/esm/private/scan/scanCheckoutState.d.ts +4 -0
  991. package/dist/esm/private/scan/scanCheckoutState.d.ts.map +1 -0
  992. package/dist/esm/private/scan/scanCheckoutState.mjs +88 -0
  993. package/dist/esm/private/scan/scanCheckoutState.mjs.map +7 -0
  994. package/dist/esm/private/scan/scanCheckoutState.test.d.ts +2 -0
  995. package/dist/esm/private/scan/scanCheckoutState.test.d.ts.map +1 -0
  996. package/dist/esm/private/scan/scanCheckoutState.test.mjs +2737 -0
  997. package/dist/esm/private/scan/scanCheckoutState.test.mjs.map +7 -0
  998. package/dist/esm/private/scan/states/createCommittedState.d.ts +3 -0
  999. package/dist/esm/private/scan/states/createCommittedState.d.ts.map +1 -0
  1000. package/dist/esm/private/scan/states/createCommittedState.mjs +9 -0
  1001. package/dist/esm/private/scan/states/createCommittedState.mjs.map +7 -0
  1002. package/dist/esm/private/scan/states/createExistsState.d.ts +3 -0
  1003. package/dist/esm/private/scan/states/createExistsState.d.ts.map +1 -0
  1004. package/dist/esm/private/scan/states/createExistsState.mjs +9 -0
  1005. package/dist/esm/private/scan/states/createExistsState.mjs.map +7 -0
  1006. package/dist/esm/private/scan/states/createNoConflictsState.d.ts +3 -0
  1007. package/dist/esm/private/scan/states/createNoConflictsState.d.ts.map +1 -0
  1008. package/dist/esm/private/scan/states/createNoConflictsState.mjs +9 -0
  1009. package/dist/esm/private/scan/states/createNoConflictsState.mjs.map +7 -0
  1010. package/dist/esm/private/scan/states/createNoDetachedState.d.ts +3 -0
  1011. package/dist/esm/private/scan/states/createNoDetachedState.d.ts.map +1 -0
  1012. package/dist/esm/private/scan/states/createNoDetachedState.mjs +9 -0
  1013. package/dist/esm/private/scan/states/createNoDetachedState.mjs.map +7 -0
  1014. package/dist/esm/private/scan/states/createRemoteState.d.ts +3 -0
  1015. package/dist/esm/private/scan/states/createRemoteState.d.ts.map +1 -0
  1016. package/dist/esm/private/scan/states/createRemoteState.mjs +6 -0
  1017. package/dist/esm/private/scan/states/createRemoteState.mjs.map +7 -0
  1018. package/dist/esm/private/scan/states/createRepoState.d.ts +3 -0
  1019. package/dist/esm/private/scan/states/createRepoState.d.ts.map +1 -0
  1020. package/dist/esm/private/scan/states/createRepoState.mjs +6 -0
  1021. package/dist/esm/private/scan/states/createRepoState.mjs.map +7 -0
  1022. package/dist/esm/private/scan/states/createSyncState.d.ts +3 -0
  1023. package/dist/esm/private/scan/states/createSyncState.d.ts.map +1 -0
  1024. package/dist/esm/private/scan/states/createSyncState.mjs +11 -0
  1025. package/dist/esm/private/scan/states/createSyncState.mjs.map +7 -0
  1026. package/dist/esm/private/scan/states/createWrongRemoteState.d.ts +3 -0
  1027. package/dist/esm/private/scan/states/createWrongRemoteState.d.ts.map +1 -0
  1028. package/dist/esm/private/scan/states/createWrongRemoteState.mjs +9 -0
  1029. package/dist/esm/private/scan/states/createWrongRemoteState.mjs.map +7 -0
  1030. package/dist/esm/private/scan/types.d.ts +60 -0
  1031. package/dist/esm/private/scan/types.d.ts.map +1 -0
  1032. package/dist/esm/private/scan/types.mjs +24 -0
  1033. package/dist/esm/private/scan/types.mjs.map +7 -0
  1034. package/dist/esm/private/store/createCheckout.d.ts +6 -0
  1035. package/dist/esm/private/store/createCheckout.d.ts.map +1 -0
  1036. package/dist/esm/private/store/createCheckout.mjs +19 -0
  1037. package/dist/esm/private/store/createCheckout.mjs.map +7 -0
  1038. package/dist/esm/private/store/createCheckout.test.d.ts +2 -0
  1039. package/dist/esm/private/store/createCheckout.test.d.ts.map +1 -0
  1040. package/dist/esm/private/store/createCheckout.test.mjs +2672 -0
  1041. package/dist/esm/private/store/createCheckout.test.mjs.map +7 -0
  1042. package/dist/esm/private/store/createCheckoutLocation.d.ts +3 -0
  1043. package/dist/esm/private/store/createCheckoutLocation.d.ts.map +1 -0
  1044. package/dist/esm/private/store/createCheckoutLocation.mjs +9 -0
  1045. package/dist/esm/private/store/createCheckoutLocation.mjs.map +7 -0
  1046. package/dist/esm/private/store/createCheckoutLocation.test.d.ts +2 -0
  1047. package/dist/esm/private/store/createCheckoutLocation.test.d.ts.map +1 -0
  1048. package/dist/esm/private/store/createCheckoutLocation.test.mjs +2639 -0
  1049. package/dist/esm/private/store/createCheckoutLocation.test.mjs.map +7 -0
  1050. package/dist/esm/private/store/createCheckoutStore.d.ts +12 -0
  1051. package/dist/esm/private/store/createCheckoutStore.d.ts.map +1 -0
  1052. package/dist/esm/private/store/createCheckoutStore.mjs +79 -0
  1053. package/dist/esm/private/store/createCheckoutStore.mjs.map +7 -0
  1054. package/dist/esm/private/store/createCheckoutStore.test.d.ts +2 -0
  1055. package/dist/esm/private/store/createCheckoutStore.test.d.ts.map +1 -0
  1056. package/dist/esm/private/store/createCheckoutStore.test.mjs +2794 -0
  1057. package/dist/esm/private/store/createCheckoutStore.test.mjs.map +7 -0
  1058. package/dist/esm/private/store/hydrateStoreFromRecords.d.ts +5 -0
  1059. package/dist/esm/private/store/hydrateStoreFromRecords.d.ts.map +1 -0
  1060. package/dist/esm/private/store/hydrateStoreFromRecords.mjs +18 -0
  1061. package/dist/esm/private/store/hydrateStoreFromRecords.mjs.map +7 -0
  1062. package/dist/esm/private/store/hydrateStoreFromRecords.test.d.ts +2 -0
  1063. package/dist/esm/private/store/hydrateStoreFromRecords.test.d.ts.map +1 -0
  1064. package/dist/esm/private/store/hydrateStoreFromRecords.test.mjs +2697 -0
  1065. package/dist/esm/private/store/hydrateStoreFromRecords.test.mjs.map +7 -0
  1066. package/dist/esm/private/store/safePath.d.ts +2 -0
  1067. package/dist/esm/private/store/safePath.d.ts.map +1 -0
  1068. package/dist/esm/private/store/safePath.mjs +8 -0
  1069. package/dist/esm/private/store/safePath.mjs.map +7 -0
  1070. package/dist/esm/private/store/safePath.test.d.ts +2 -0
  1071. package/dist/esm/private/store/safePath.test.d.ts.map +1 -0
  1072. package/dist/esm/private/store/safePath.test.mjs +2637 -0
  1073. package/dist/esm/private/store/safePath.test.mjs.map +7 -0
  1074. package/dist/esm/private/store/scanAllCheckoutsStates.d.ts +3 -0
  1075. package/dist/esm/private/store/scanAllCheckoutsStates.d.ts.map +1 -0
  1076. package/dist/esm/private/store/scanAllCheckoutsStates.mjs +15 -0
  1077. package/dist/esm/private/store/scanAllCheckoutsStates.mjs.map +7 -0
  1078. package/dist/esm/private/store/scanAllCheckoutsStates.test.d.ts +2 -0
  1079. package/dist/esm/private/store/scanAllCheckoutsStates.test.d.ts.map +1 -0
  1080. package/dist/esm/private/store/scanAllCheckoutsStates.test.mjs +2708 -0
  1081. package/dist/esm/private/store/scanAllCheckoutsStates.test.mjs.map +7 -0
  1082. package/dist/esm/private/store/types.d.ts +10 -0
  1083. package/dist/esm/private/store/types.d.ts.map +1 -0
  1084. package/dist/esm/private/store/types.mjs +1 -0
  1085. package/dist/esm/private/store/types.mjs.map +7 -0
  1086. package/dist/esm/test/helpers/checkout/makeMockScan.d.ts +3 -0
  1087. package/dist/esm/test/helpers/checkout/makeMockScan.d.ts.map +1 -0
  1088. package/dist/esm/test/helpers/checkout/makeMockScan.mjs +26 -0
  1089. package/dist/esm/test/helpers/checkout/makeMockScan.mjs.map +7 -0
  1090. package/dist/esm/test/helpers/checkout/makeWorkspaceCheckoutMock.d.ts +3 -0
  1091. package/dist/esm/test/helpers/checkout/makeWorkspaceCheckoutMock.d.ts.map +1 -0
  1092. package/dist/esm/test/helpers/checkout/makeWorkspaceCheckoutMock.mjs +34 -0
  1093. package/dist/esm/test/helpers/checkout/makeWorkspaceCheckoutMock.mjs.map +7 -0
  1094. package/dist/esm/test/helpers/context/createMockCommandContext.d.ts +4 -0
  1095. package/dist/esm/test/helpers/context/createMockCommandContext.d.ts.map +1 -0
  1096. package/dist/esm/test/helpers/context/createMockCommandContext.mjs +18 -0
  1097. package/dist/esm/test/helpers/context/createMockCommandContext.mjs.map +7 -0
  1098. package/dist/esm/test/helpers/context/makeMockConfig.d.ts +3 -0
  1099. package/dist/esm/test/helpers/context/makeMockConfig.d.ts.map +1 -0
  1100. package/dist/esm/test/helpers/context/makeMockConfig.mjs +24 -0
  1101. package/dist/esm/test/helpers/context/makeMockConfig.mjs.map +7 -0
  1102. package/dist/esm/test/helpers/delay.d.ts +2 -0
  1103. package/dist/esm/test/helpers/delay.d.ts.map +1 -0
  1104. package/dist/esm/test/helpers/delay.mjs +8 -0
  1105. package/dist/esm/test/helpers/delay.mjs.map +7 -0
  1106. package/dist/esm/test/helpers/git/commitFileTest.d.ts +2 -0
  1107. package/dist/esm/test/helpers/git/commitFileTest.d.ts.map +1 -0
  1108. package/dist/esm/test/helpers/git/commitFileTest.mjs +14 -0
  1109. package/dist/esm/test/helpers/git/commitFileTest.mjs.map +7 -0
  1110. package/dist/esm/test/helpers/git/initBareRepoTest.d.ts +2 -0
  1111. package/dist/esm/test/helpers/git/initBareRepoTest.d.ts.map +1 -0
  1112. package/dist/esm/test/helpers/git/initBareRepoTest.mjs +13 -0
  1113. package/dist/esm/test/helpers/git/initBareRepoTest.mjs.map +7 -0
  1114. package/dist/esm/test/helpers/git/initGitRepoTest.d.ts +5 -0
  1115. package/dist/esm/test/helpers/git/initGitRepoTest.d.ts.map +1 -0
  1116. package/dist/esm/test/helpers/git/initGitRepoTest.mjs +19 -0
  1117. package/dist/esm/test/helpers/git/initGitRepoTest.mjs.map +7 -0
  1118. package/dist/esm/test/helpers/git/initWorkingRepoTest.d.ts +4 -0
  1119. package/dist/esm/test/helpers/git/initWorkingRepoTest.d.ts.map +1 -0
  1120. package/dist/esm/test/helpers/git/initWorkingRepoTest.mjs +23 -0
  1121. package/dist/esm/test/helpers/git/initWorkingRepoTest.mjs.map +7 -0
  1122. package/dist/esm/test/helpers/git/makeOriginAheadTest.d.ts +2 -0
  1123. package/dist/esm/test/helpers/git/makeOriginAheadTest.d.ts.map +1 -0
  1124. package/dist/esm/test/helpers/git/makeOriginAheadTest.mjs +20 -0
  1125. package/dist/esm/test/helpers/git/makeOriginAheadTest.mjs.map +7 -0
  1126. package/dist/esm/test/helpers/git/makeWorkspaceRootBehindTest.d.ts +2 -0
  1127. package/dist/esm/test/helpers/git/makeWorkspaceRootBehindTest.d.ts.map +1 -0
  1128. package/dist/esm/test/helpers/git/makeWorkspaceRootBehindTest.mjs +22 -0
  1129. package/dist/esm/test/helpers/git/makeWorkspaceRootBehindTest.mjs.map +7 -0
  1130. package/dist/esm/test/helpers/records/createRecordFile.d.ts +3 -0
  1131. package/dist/esm/test/helpers/records/createRecordFile.d.ts.map +1 -0
  1132. package/dist/esm/test/helpers/records/createRecordFile.mjs +15 -0
  1133. package/dist/esm/test/helpers/records/createRecordFile.mjs.map +7 -0
  1134. package/dist/esm/test/helpers/records/writeCheckoutMockRecord.d.ts +2 -0
  1135. package/dist/esm/test/helpers/records/writeCheckoutMockRecord.d.ts.map +1 -0
  1136. package/dist/esm/test/helpers/records/writeCheckoutMockRecord.mjs +15 -0
  1137. package/dist/esm/test/helpers/records/writeCheckoutMockRecord.mjs.map +7 -0
  1138. package/dist/esm/test/helpers/records/writeProjectMockRecord.d.ts +15 -0
  1139. package/dist/esm/test/helpers/records/writeProjectMockRecord.d.ts.map +1 -0
  1140. package/dist/esm/test/helpers/records/writeProjectMockRecord.mjs +43 -0
  1141. package/dist/esm/test/helpers/records/writeProjectMockRecord.mjs.map +7 -0
  1142. package/dist/esm/test/helpers/records/writeRepoMockRecord.d.ts +2 -0
  1143. package/dist/esm/test/helpers/records/writeRepoMockRecord.d.ts.map +1 -0
  1144. package/dist/esm/test/helpers/records/writeRepoMockRecord.mjs +15 -0
  1145. package/dist/esm/test/helpers/records/writeRepoMockRecord.mjs.map +7 -0
  1146. package/dist/esm/test/helpers/tempDirs/makeTempDir.d.ts +2 -0
  1147. package/dist/esm/test/helpers/tempDirs/makeTempDir.d.ts.map +1 -0
  1148. package/dist/esm/test/helpers/tempDirs/makeTempDir.mjs +13 -0
  1149. package/dist/esm/test/helpers/tempDirs/makeTempDir.mjs.map +7 -0
  1150. package/dist/esm/test/helpers/tempDirs/removeTempDirs.d.ts +2 -0
  1151. package/dist/esm/test/helpers/tempDirs/removeTempDirs.d.ts.map +1 -0
  1152. package/dist/esm/test/helpers/tempDirs/removeTempDirs.mjs +10 -0
  1153. package/dist/esm/test/helpers/tempDirs/removeTempDirs.mjs.map +7 -0
  1154. package/dist/esm/test/helpers/tempDirs/resilientRemoveDir.d.ts +2 -0
  1155. package/dist/esm/test/helpers/tempDirs/resilientRemoveDir.d.ts.map +1 -0
  1156. package/dist/esm/test/helpers/tempDirs/resilientRemoveDir.mjs +20 -0
  1157. package/dist/esm/test/helpers/tempDirs/resilientRemoveDir.mjs.map +7 -0
  1158. package/dist/private/commands/checkouts/doCheckoutRun.d.ts +1 -1
  1159. package/dist/private/commands/checkouts/doCheckoutRun.d.ts.map +1 -1
  1160. package/dist/private/context/createWorkspaceContext.d.ts +1 -1
  1161. package/dist/private/context/createWorkspaceContext.d.ts.map +1 -1
  1162. package/dist/private/exec/runCommandInDirectory.d.ts +1 -1
  1163. package/dist/private/exec/runCommandInDirectory.d.ts.map +1 -1
  1164. package/dist/private/resources/checkout/loadCheckoutRecords.d.ts +2 -2
  1165. package/dist/private/resources/checkout/loadCheckoutRecords.d.ts.map +1 -1
  1166. package/dist/private/resources/checkout/saveCheckoutRecord.d.ts +1 -1
  1167. package/dist/private/resources/checkout/saveCheckoutRecord.d.ts.map +1 -1
  1168. package/dist/private/resources/repository/loadRepositoryRecords.d.ts +2 -2
  1169. package/dist/private/resources/repository/loadRepositoryRecords.d.ts.map +1 -1
  1170. package/dist/private/scan/scanCheckoutState.d.ts +1 -1
  1171. package/dist/private/scan/scanCheckoutState.d.ts.map +1 -1
  1172. package/dist/private/store/createCheckout.d.ts +2 -2
  1173. package/dist/private/store/createCheckout.d.ts.map +1 -1
  1174. package/dist/private/store/createCheckoutLocation.d.ts +1 -1
  1175. package/dist/private/store/createCheckoutLocation.d.ts.map +1 -1
  1176. package/dist/private/store/hydrateStoreFromRecords.d.ts +1 -1
  1177. package/dist/private/store/hydrateStoreFromRecords.d.ts.map +1 -1
  1178. package/dist/private/store/scanAllCheckoutsStates.d.ts +1 -1
  1179. package/dist/private/store/scanAllCheckoutsStates.d.ts.map +1 -1
  1180. package/dist/test/helpers/checkout/makeMockScan.d.ts +1 -1
  1181. package/dist/test/helpers/checkout/makeMockScan.d.ts.map +1 -1
  1182. package/dist/test/helpers/context/createMockCommandContext.d.ts +1 -1
  1183. package/dist/test/helpers/context/createMockCommandContext.d.ts.map +1 -1
  1184. package/dist/test/helpers/context/makeMockConfig.d.ts +1 -1
  1185. package/dist/test/helpers/context/makeMockConfig.d.ts.map +1 -1
  1186. package/package.json +12 -10
@@ -1,15 +1,49 @@
1
1
  #!/usr/bin/env node
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
2
30
 
3
31
  // src/index.ts
4
- import { Command } from "commander";
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
+ defineConfig: () => defineConfig,
35
+ loadWorkspaceConfig: () => loadWorkspaceConfig
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var import_commander = require("commander");
5
39
 
6
40
  // src/private/git/createOrSwitchBranch.ts
7
- import simpleGit2 from "simple-git";
41
+ var import_simple_git2 = __toESM(require("simple-git"), 1);
8
42
 
9
43
  // src/private/git/hasLocalBranch.ts
10
- import simpleGit from "simple-git";
44
+ var import_simple_git = __toESM(require("simple-git"), 1);
11
45
  async function hasLocalBranch(dir, branch) {
12
- const git = simpleGit(dir);
46
+ const git = (0, import_simple_git.default)(dir);
13
47
  try {
14
48
  const out = await git.raw(["rev-parse", "--verify", "--quiet", `refs/heads/${branch}`]);
15
49
  return out.trim().length > 0;
@@ -20,7 +54,7 @@ async function hasLocalBranch(dir, branch) {
20
54
 
21
55
  // src/private/git/createOrSwitchBranch.ts
22
56
  async function createOrSwitchBranch(dir, branch) {
23
- const git = simpleGit2(dir);
57
+ const git = (0, import_simple_git2.default)(dir);
24
58
  if (await hasLocalBranch(dir, branch)) {
25
59
  await git.checkout(branch);
26
60
  return "switched";
@@ -78,14 +112,14 @@ function createOperationSuccess(pending, message) {
78
112
  }
79
113
 
80
114
  // src/private/resources/checkout/saveCheckoutRecord.ts
81
- import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
82
- import { dirname, join as join2 } from "node:path";
115
+ var import_node_fs = require("node:fs");
116
+ var import_node_path2 = require("node:path");
83
117
 
84
118
  // src/private/resources/checkout/private/makeCheckoutFilename.ts
85
- import { join } from "node:path";
119
+ var import_node_path = require("node:path");
86
120
  function makeCheckoutFilename(config, data) {
87
121
  const slug = data.name.toLowerCase().replace(/\s+/g, "-");
88
- return join(config.root.path, config.checkouts.path, `${slug}-checkout.art`);
122
+ return (0, import_node_path.join)(config.root.path, config.checkouts.path, `${slug}-checkout.art`);
89
123
  }
90
124
 
91
125
  // src/private/resources/checkout/saveCheckoutRecord.ts
@@ -101,17 +135,17 @@ var HARDCODED_TEMPLATE = `# Module
101
135
  `;
102
136
  async function saveCheckoutRecord(config, data, filename) {
103
137
  let template = HARDCODED_TEMPLATE;
104
- const templatePath = join2(config.root.path, config.checkouts.template);
105
- if (existsSync(templatePath)) {
106
- template = readFileSync(templatePath, "utf-8");
138
+ const templatePath = (0, import_node_path2.join)(config.root.path, config.checkouts.template);
139
+ if ((0, import_node_fs.existsSync)(templatePath)) {
140
+ template = (0, import_node_fs.readFileSync)(templatePath, "utf-8");
107
141
  }
108
142
  const fileName = filename ?? makeCheckoutFilename(config, data);
109
143
  let content = template.replace("{{ name }}", data.name).replace("{{ repository }}", data.repository ?? "").replace("{{ location }}", data.location).replace("{{ branch }}", data.branch);
110
144
  if (!data.repository) {
111
145
  content = content.replace(/\*\*Repository:\*\*\s*\n\n?/g, "");
112
146
  }
113
- mkdirSync(dirname(fileName), { recursive: true });
114
- writeFileSync(fileName, content);
147
+ (0, import_node_fs.mkdirSync)((0, import_node_path2.dirname)(fileName), { recursive: true });
148
+ (0, import_node_fs.writeFileSync)(fileName, content);
115
149
  return fileName;
116
150
  }
117
151
 
@@ -174,7 +208,7 @@ function createGenericOperation(operation, data) {
174
208
  }
175
209
 
176
210
  // src/private/present/presentCheckoutReport.ts
177
- import { join as join3 } from "node:path";
211
+ var import_node_path3 = require("node:path");
178
212
 
179
213
  // src/private/present/formatTable.ts
180
214
  function formatTable(rows, headers) {
@@ -199,7 +233,7 @@ function presentCheckoutReport(config, checkouts) {
199
233
  const headers = ["repo", "location", "branch", "states"];
200
234
  const rows = items.map((c) => [
201
235
  c.repo?.name || "-",
202
- join3(config.clone.path, c.record.location),
236
+ (0, import_node_path3.join)(config.clone.path, c.record.location),
203
237
  c.scan?.state("remote").branch || c.record.branch,
204
238
  c.scan?.issues().join("; ") || "-"
205
239
  ]);
@@ -247,12 +281,12 @@ function presentOperationsReport(log) {
247
281
  }
248
282
 
249
283
  // src/private/resources/checkout/loadCheckoutRecords.ts
250
- import { findRecordFiles } from "@art-lib/fs-records";
284
+ var import_fs_records2 = require("@art-lib/fs-records");
251
285
 
252
286
  // src/private/resources/checkout/readCheckoutRecord.ts
253
- import { readRecordFileContent } from "@art-lib/fs-records";
287
+ var import_fs_records = require("@art-lib/fs-records");
254
288
  async function readCheckoutRecord(file) {
255
- const fileWithContents = file.content ? file : await readRecordFileContent(file);
289
+ const fileWithContents = file.content ? file : await (0, import_fs_records.readRecordFileContent)(file);
256
290
  if (!fileWithContents.content) {
257
291
  return null;
258
292
  }
@@ -282,7 +316,7 @@ async function readCheckoutRecord(file) {
282
316
  async function loadCheckoutRecords(ctx, repos) {
283
317
  const searchPath = ctx.config.root.path;
284
318
  ctx.log.log(createGenericOperation("load-checkout-records", searchPath));
285
- const recordFiles = await findRecordFiles(ctx.config.records, searchPath, ["Checkout"]);
319
+ const recordFiles = await (0, import_fs_records2.findRecordFiles)(ctx.config.records, searchPath, ["Checkout"]);
286
320
  const checkouts = await Promise.all(
287
321
  recordFiles.map(async (file) => {
288
322
  const record = await readCheckoutRecord(file);
@@ -311,12 +345,12 @@ async function loadCheckoutRecords(ctx, repos) {
311
345
  }
312
346
 
313
347
  // src/private/resources/repository/loadRepositoryRecords.ts
314
- import { findRecordFiles as findRecordFiles2 } from "@art-lib/fs-records";
348
+ var import_fs_records4 = require("@art-lib/fs-records");
315
349
 
316
350
  // src/private/resources/repository/readRepositoryRecord.ts
317
- import { readRecordFileContent as readRecordFileContent2 } from "@art-lib/fs-records";
351
+ var import_fs_records3 = require("@art-lib/fs-records");
318
352
  async function readRepositoryRecord(file) {
319
- const fileWithContents = file.content ? file : await readRecordFileContent2(file);
353
+ const fileWithContents = file.content ? file : await (0, import_fs_records3.readRecordFileContent)(file);
320
354
  if (!fileWithContents.content) {
321
355
  return null;
322
356
  }
@@ -345,18 +379,18 @@ async function readRepositoryRecord(file) {
345
379
  async function loadRepositoryRecords(ctx) {
346
380
  const searchPath = ctx.config.root.path;
347
381
  ctx.log.log(createGenericOperation("load-repository-records", searchPath));
348
- const recordFiles = await findRecordFiles2(ctx.config.records, searchPath, ["Repository"]);
382
+ const recordFiles = await (0, import_fs_records4.findRecordFiles)(ctx.config.records, searchPath, ["Repository"]);
349
383
  const records = await Promise.all(recordFiles.map((file) => readRepositoryRecord(file)));
350
384
  return records.filter((record) => record !== null);
351
385
  }
352
386
 
353
387
  // src/private/scan/scanCheckoutState.ts
354
- import { access } from "node:fs/promises";
388
+ var import_promises = require("node:fs/promises");
355
389
 
356
390
  // src/private/git/getBehindAheadCount.ts
357
- import simpleGit3 from "simple-git";
391
+ var import_simple_git3 = __toESM(require("simple-git"), 1);
358
392
  async function getBehindAheadCount(dir, remoteBranch) {
359
- const git = simpleGit3(dir);
393
+ const git = (0, import_simple_git3.default)(dir);
360
394
  try {
361
395
  if (!remoteBranch) {
362
396
  const ahead2 = await git.raw(["rev-list", "--count", "HEAD", "--not", "--remotes=origin"]);
@@ -371,9 +405,9 @@ async function getBehindAheadCount(dir, remoteBranch) {
371
405
  }
372
406
 
373
407
  // src/private/git/getCurrentBranch.ts
374
- import simpleGit4 from "simple-git";
408
+ var import_simple_git4 = __toESM(require("simple-git"), 1);
375
409
  async function getCurrentBranch(dir) {
376
- const git = simpleGit4(dir);
410
+ const git = (0, import_simple_git4.default)(dir);
377
411
  try {
378
412
  const status = await git.status();
379
413
  const branch = status.current ?? "HEAD";
@@ -394,9 +428,9 @@ async function getCurrentBranch(dir) {
394
428
  }
395
429
 
396
430
  // src/private/git/getRemoteBranch.ts
397
- import simpleGit5 from "simple-git";
431
+ var import_simple_git5 = __toESM(require("simple-git"), 1);
398
432
  async function getRemoteBranch(dir) {
399
- const git = simpleGit5(dir);
433
+ const git = (0, import_simple_git5.default)(dir);
400
434
  try {
401
435
  const branches = await git.branch();
402
436
  const current = branches.current;
@@ -413,9 +447,9 @@ async function getRemoteBranch(dir) {
413
447
  }
414
448
 
415
449
  // src/private/git/getRemoteUrl.ts
416
- import simpleGit6 from "simple-git";
450
+ var import_simple_git6 = __toESM(require("simple-git"), 1);
417
451
  async function getRemoteUrl(dir) {
418
- const git = simpleGit6(dir);
452
+ const git = (0, import_simple_git6.default)(dir);
419
453
  try {
420
454
  const config = await git.listConfig();
421
455
  const url = config.all["remote.origin.url"];
@@ -428,9 +462,9 @@ async function getRemoteUrl(dir) {
428
462
  }
429
463
 
430
464
  // src/private/git/hasMergeConflicts.ts
431
- import simpleGit7 from "simple-git";
465
+ var import_simple_git7 = __toESM(require("simple-git"), 1);
432
466
  async function hasMergeConflicts(dir) {
433
- const git = simpleGit7(dir);
467
+ const git = (0, import_simple_git7.default)(dir);
434
468
  try {
435
469
  const status = await git.status();
436
470
  return status.conflicted.length > 0;
@@ -440,9 +474,9 @@ async function hasMergeConflicts(dir) {
440
474
  }
441
475
 
442
476
  // src/private/git/hasRemote.ts
443
- import simpleGit8 from "simple-git";
477
+ var import_simple_git8 = __toESM(require("simple-git"), 1);
444
478
  async function hasRemote(dir) {
445
- const git = simpleGit8(dir);
479
+ const git = (0, import_simple_git8.default)(dir);
446
480
  try {
447
481
  const remotes = await git.getRemotes(false);
448
482
  return remotes.length > 0;
@@ -452,9 +486,9 @@ async function hasRemote(dir) {
452
486
  }
453
487
 
454
488
  // src/private/git/isDetachedHead.ts
455
- import simpleGit9 from "simple-git";
489
+ var import_simple_git9 = __toESM(require("simple-git"), 1);
456
490
  async function isDetachedHead(dir) {
457
- const git = simpleGit9(dir);
491
+ const git = (0, import_simple_git9.default)(dir);
458
492
  try {
459
493
  const status = await git.status();
460
494
  if (status.current && status.current !== "HEAD") {
@@ -472,9 +506,9 @@ async function isDetachedHead(dir) {
472
506
  }
473
507
 
474
508
  // src/private/git/isDirty.ts
475
- import simpleGit10 from "simple-git";
509
+ var import_simple_git10 = __toESM(require("simple-git"), 1);
476
510
  async function isDirty(dir) {
477
- const git = simpleGit10(dir);
511
+ const git = (0, import_simple_git10.default)(dir);
478
512
  try {
479
513
  const status = await git.status();
480
514
  return status.files.length > 0;
@@ -484,9 +518,9 @@ async function isDirty(dir) {
484
518
  }
485
519
 
486
520
  // src/private/git/remoteFetch.ts
487
- import simpleGit11 from "simple-git";
521
+ var import_simple_git11 = __toESM(require("simple-git"), 1);
488
522
  async function remoteFetch(dir) {
489
- const git = simpleGit11(dir);
523
+ const git = (0, import_simple_git11.default)(dir);
490
524
  try {
491
525
  await git.fetch("origin");
492
526
  } catch {
@@ -608,7 +642,7 @@ function createCheckoutNoClonedScan(known) {
608
642
  // src/private/scan/scanCheckoutState.ts
609
643
  async function scanCheckoutState(ctx, checkout, refetch = false) {
610
644
  try {
611
- await access(checkout.path);
645
+ await (0, import_promises.access)(checkout.path);
612
646
  } catch {
613
647
  return { ...checkout, scan: createCheckoutNoClonedScan(Boolean(checkout.repo)) };
614
648
  }
@@ -667,7 +701,7 @@ async function scanCheckoutState(ctx, checkout, refetch = false) {
667
701
  }
668
702
 
669
703
  // src/private/store/createCheckout.ts
670
- import path, { join as join4 } from "node:path";
704
+ var import_node_path4 = __toESM(require("node:path"), 1);
671
705
 
672
706
  // src/private/store/safePath.ts
673
707
  function safePath(pathStr) {
@@ -676,7 +710,7 @@ function safePath(pathStr) {
676
710
 
677
711
  // src/private/store/createCheckout.ts
678
712
  function createCheckout(config, target, repo, branch, name) {
679
- const basePath = join4(config.root.path, config.clone.path);
713
+ const basePath = (0, import_node_path4.join)(config.root.path, config.clone.path);
680
714
  const l = safePath(target);
681
715
  const r = repo;
682
716
  const b = branch ?? "main";
@@ -684,7 +718,7 @@ function createCheckout(config, target, repo, branch, name) {
684
718
  return {
685
719
  repo: r,
686
720
  record: { name: n, location: l, branch: b, repository: r?.name },
687
- path: path.join(basePath, l)
721
+ path: import_node_path4.default.join(basePath, l)
688
722
  };
689
723
  }
690
724
 
@@ -755,11 +789,10 @@ async function runBranch(ctx, options) {
755
789
  }
756
790
 
757
791
  // src/private/exec/runCommandInDirectory.ts
758
- import { spawn } from "node:child_process";
792
+ var import_node_child_process = require("node:child_process");
759
793
  function runCommandInDirectory(dir, command) {
760
794
  return new Promise((resolve) => {
761
- const [cmd, ...args] = command.length === 1 ? command[0].split(/\s+/) : command;
762
- const child = spawn(cmd, args, { cwd: dir });
795
+ const child = (0, import_node_child_process.spawn)(command, { cwd: dir, shell: true });
763
796
  let output = "";
764
797
  let error = "";
765
798
  child.stdout?.on("data", (chunk) => output += chunk);
@@ -788,16 +821,15 @@ function createCheckoutRunOperation(checkout, command) {
788
821
 
789
822
  // src/private/commands/checkouts/doCheckoutRun.ts
790
823
  async function doCheckoutRun(ctx, checkout, command) {
791
- const commandLine = command.join(" ");
792
824
  if (!checkout.scan?.state("exists").exists) {
793
825
  const op = createOperationFailure(
794
- createCheckoutRunOperation(checkout, commandLine),
826
+ createCheckoutRunOperation(checkout, command),
795
827
  new Error("checkout not cloned")
796
828
  );
797
829
  ctx.log.log(op);
798
830
  return null;
799
831
  }
800
- const pending = createCheckoutRunOperation(checkout, commandLine);
832
+ const pending = createCheckoutRunOperation(checkout, command);
801
833
  try {
802
834
  ctx.log.log(pending);
803
835
  const runOutcome = await runCommandInDirectory(checkout.path, command);
@@ -815,7 +847,10 @@ async function doCheckoutRun(ctx, checkout, command) {
815
847
  console.info("");
816
848
  }
817
849
  if (runOutcome.error) {
818
- console.error("\n--- Error:\n");
850
+ const maybeErrorLabel = runOutcome.code === 0 ? "" : " Error:";
851
+ console.error(`
852
+ ---${maybeErrorLabel}
853
+ `);
819
854
  console.error(runOutcome.error);
820
855
  console.error("");
821
856
  }
@@ -833,7 +868,6 @@ async function runCheckoutsRun(ctx, options) {
833
868
  const records = await loadCheckoutRecords(ctx, repos);
834
869
  hydrateStoreFromRecords(ctx.config, ctx.store, records);
835
870
  ctx.log.log(createGenericOperation("command", ["checkouts", "run", options.command]));
836
- await scanAllCheckoutsStates(ctx);
837
871
  if (!options.all && (!options.checkouts || options.checkouts.length === 0)) {
838
872
  console.error("No checkouts matched.");
839
873
  console.error(
@@ -841,6 +875,7 @@ async function runCheckoutsRun(ctx, options) {
841
875
  );
842
876
  return;
843
877
  }
878
+ await scanAllCheckoutsStates(ctx);
844
879
  const checkouts = options.all ? ctx.store.getAllCheckouts() : ctx.store.getCheckoutsByPattern(options.checkouts ?? []);
845
880
  await runWithConcurrency(checkouts, 4, async (checkout) => {
846
881
  await doCheckoutRun(ctx, checkout, options.command);
@@ -850,17 +885,17 @@ async function runCheckoutsRun(ctx, options) {
850
885
  }
851
886
 
852
887
  // src/private/git/cloneCheckout.ts
853
- import simpleGit12 from "simple-git";
888
+ var import_simple_git12 = __toESM(require("simple-git"), 1);
854
889
  async function cloneCheckout(checkout) {
855
890
  const recordedBranch = checkout.record.branch;
856
- const git = simpleGit12("");
891
+ const git = (0, import_simple_git12.default)("");
857
892
  if (!checkout.repo?.remote) {
858
893
  throw new Error(``);
859
894
  }
860
895
  await git.clone(checkout.repo.remote, checkout.path);
861
896
  if (recordedBranch) {
862
897
  try {
863
- const repoGit = simpleGit12(checkout.path);
898
+ const repoGit = (0, import_simple_git12.default)(checkout.path);
864
899
  await repoGit.checkout(recordedBranch);
865
900
  } catch {
866
901
  }
@@ -937,8 +972,8 @@ async function cloneAll(ctx, repos) {
937
972
  }
938
973
 
939
974
  // src/commands/clone/cloneSpecific.ts
940
- import { existsSync as existsSync2 } from "node:fs";
941
- import { join as join5 } from "node:path";
975
+ var import_node_fs2 = require("node:fs");
976
+ var import_node_path5 = require("node:path");
942
977
 
943
978
  // src/private/store/createCheckoutLocation.ts
944
979
  function createCheckoutLocation(repo, target) {
@@ -967,8 +1002,8 @@ async function cloneSpecific(ctx, repos, repoName, checkoutInput) {
967
1002
  if (existing) {
968
1003
  await cloneIfMissing(ctx, existing);
969
1004
  } else {
970
- const targetDir = join5(ctx.config.root.path, ctx.config.clone.path, location);
971
- if (existsSync2(targetDir)) {
1005
+ const targetDir = (0, import_node_path5.join)(ctx.config.root.path, ctx.config.clone.path, location);
1006
+ if ((0, import_node_fs2.existsSync)(targetDir)) {
972
1007
  const msg = `directory already exists at ${targetDir}`;
973
1008
  ctx.log.log(createOperationFailure(createCloneOperation(void 0), msg));
974
1009
  presentOperationsReport(ctx.log);
@@ -1058,9 +1093,9 @@ async function runPublish(ctx, _options) {
1058
1093
  }
1059
1094
 
1060
1095
  // src/private/git/pullCheckout.ts
1061
- import simpleGit13 from "simple-git";
1096
+ var import_simple_git13 = __toESM(require("simple-git"), 1);
1062
1097
  async function pullCheckout(checkout) {
1063
- const git = simpleGit13(checkout.path);
1098
+ const git = (0, import_simple_git13.default)(checkout.path);
1064
1099
  await git.pull("origin", checkout.record.branch);
1065
1100
  }
1066
1101
 
@@ -1098,13 +1133,13 @@ async function doPullCheckout(ctx, checkout) {
1098
1133
  }
1099
1134
 
1100
1135
  // src/private/commands/workspaces/doPullWorkspaceCheckout.ts
1101
- import simpleGit14 from "simple-git";
1136
+ var import_simple_git14 = __toESM(require("simple-git"), 1);
1102
1137
  async function doPullWorkspaceCheckout(ctx) {
1103
1138
  const workspace = ctx.workspace;
1104
1139
  if (!workspace) return null;
1105
1140
  if (!workspace.scan?.can?.("pull") || !workspace.scan.should?.("pull")) return null;
1106
1141
  const pending = createPullOperation(workspace, workspace.record.branch);
1107
- const git = simpleGit14(workspace.path);
1142
+ const git = (0, import_simple_git14.default)(workspace.path);
1108
1143
  try {
1109
1144
  ctx.log.log(pending);
1110
1145
  await git.pull("origin", workspace.record.branch);
@@ -1158,9 +1193,9 @@ async function runPull(ctx, options = {}) {
1158
1193
  }
1159
1194
 
1160
1195
  // src/private/git/pushCheckout.ts
1161
- import simpleGit15 from "simple-git";
1196
+ var import_simple_git15 = __toESM(require("simple-git"), 1);
1162
1197
  async function pushCheckout(checkout) {
1163
- const git = simpleGit15(checkout.path);
1198
+ const git = (0, import_simple_git15.default)(checkout.path);
1164
1199
  await git.push("origin", checkout.record.branch);
1165
1200
  }
1166
1201
 
@@ -1198,13 +1233,13 @@ async function doPushCheckout(ctx, checkout) {
1198
1233
  }
1199
1234
 
1200
1235
  // src/private/commands/workspaces/doPushWorkspaceCheckout.ts
1201
- import simpleGit16 from "simple-git";
1236
+ var import_simple_git16 = __toESM(require("simple-git"), 1);
1202
1237
  async function doPushWorkspaceCheckout(ctx) {
1203
1238
  const workspace = ctx.workspace;
1204
1239
  if (!workspace) return null;
1205
1240
  if (!workspace.scan?.can?.("push") || !workspace.scan.should?.("push")) return null;
1206
1241
  const pending = createPushOperation(workspace, workspace.record.branch);
1207
- const git = simpleGit16(workspace.path);
1242
+ const git = (0, import_simple_git16.default)(workspace.path);
1208
1243
  try {
1209
1244
  ctx.log.log(pending);
1210
1245
  await git.push("origin", workspace.record.branch);
@@ -1281,15 +1316,15 @@ function presentPackageStateReport(checkout, packageStates) {
1281
1316
  }
1282
1317
 
1283
1318
  // src/private/repositories/createPackageStateRecord.ts
1284
- import { existsSync as existsSync3, readFileSync as readFileSync2 } from "node:fs";
1285
- import { join as join6 } from "node:path";
1319
+ var import_node_fs3 = require("node:fs");
1320
+ var import_node_path6 = require("node:path");
1286
1321
  function createPackageStateRecord(checkoutPath, projectPath, nsPath, pkg) {
1287
- let pkgPath = join6(checkoutPath, projectPath, nsPath, pkg.path);
1288
- let pkgJsonPath = join6(pkgPath, "package.json");
1289
- if (!existsSync3(pkgJsonPath)) {
1290
- const altPath = join6(checkoutPath, projectPath, pkg.path);
1291
- const altPkgJsonPath = join6(altPath, "package.json");
1292
- if (existsSync3(altPkgJsonPath)) {
1322
+ let pkgPath = (0, import_node_path6.join)(checkoutPath, projectPath, nsPath, pkg.path);
1323
+ let pkgJsonPath = (0, import_node_path6.join)(pkgPath, "package.json");
1324
+ if (!(0, import_node_fs3.existsSync)(pkgJsonPath)) {
1325
+ const altPath = (0, import_node_path6.join)(checkoutPath, projectPath, pkg.path);
1326
+ const altPkgJsonPath = (0, import_node_path6.join)(altPath, "package.json");
1327
+ if ((0, import_node_fs3.existsSync)(altPkgJsonPath)) {
1293
1328
  pkgPath = altPath;
1294
1329
  pkgJsonPath = altPkgJsonPath;
1295
1330
  }
@@ -1301,9 +1336,9 @@ function createPackageStateRecord(checkoutPath, projectPath, nsPath, pkg) {
1301
1336
  directory: pkgPath,
1302
1337
  states: []
1303
1338
  };
1304
- if (existsSync3(pkgJsonPath)) {
1339
+ if ((0, import_node_fs3.existsSync)(pkgJsonPath)) {
1305
1340
  try {
1306
- const pkgJson = JSON.parse(readFileSync2(pkgJsonPath, "utf-8"));
1341
+ const pkgJson = JSON.parse((0, import_node_fs3.readFileSync)(pkgJsonPath, "utf-8"));
1307
1342
  record.version = pkgJson.version ?? null;
1308
1343
  } catch {
1309
1344
  record.states.push("no package.json");
@@ -1315,11 +1350,11 @@ function createPackageStateRecord(checkoutPath, projectPath, nsPath, pkg) {
1315
1350
  }
1316
1351
 
1317
1352
  // src/private/repositories/scanPackageStateRecord.ts
1318
- import { execSync } from "node:child_process";
1353
+ var import_node_child_process2 = require("node:child_process");
1319
1354
  function scanPackageStateRecord(pkg, record) {
1320
1355
  if (record.version !== null && record.version !== "0.0.0") {
1321
1356
  try {
1322
- const output = execSync(`npm info ${pkg.canonicalName} version`, {
1357
+ const output = (0, import_node_child_process2.execSync)(`npm info ${pkg.canonicalName} version`, {
1323
1358
  encoding: "utf-8",
1324
1359
  timeout: 1e4,
1325
1360
  stdio: ["pipe", "pipe", "ignore"]
@@ -1351,12 +1386,12 @@ function getRepositoryCheckoutPackages(checkoutPath, graph) {
1351
1386
  }
1352
1387
 
1353
1388
  // src/private/resources/namespace/loadNamespaceRecords.ts
1354
- import { findRecordFiles as findRecordFiles3 } from "@art-lib/fs-records";
1389
+ var import_fs_records6 = require("@art-lib/fs-records");
1355
1390
 
1356
1391
  // src/private/resources/namespace/readNamespaceRecord.ts
1357
- import { readRecordFileContent as readRecordFileContent3 } from "@art-lib/fs-records";
1392
+ var import_fs_records5 = require("@art-lib/fs-records");
1358
1393
  async function readNamespaceRecord(file) {
1359
- const fileWithContents = file.content ? file : await readRecordFileContent3(file);
1394
+ const fileWithContents = file.content ? file : await (0, import_fs_records5.readRecordFileContent)(file);
1360
1395
  if (!fileWithContents.content) {
1361
1396
  return null;
1362
1397
  }
@@ -1382,18 +1417,18 @@ async function readNamespaceRecord(file) {
1382
1417
 
1383
1418
  // src/private/resources/namespace/loadNamespaceRecords.ts
1384
1419
  async function loadNamespaceRecords(config, checkoutPath) {
1385
- const recordFiles = await findRecordFiles3(config.records, checkoutPath, ["Namespace"]);
1420
+ const recordFiles = await (0, import_fs_records6.findRecordFiles)(config.records, checkoutPath, ["Namespace"]);
1386
1421
  const records = await Promise.all(recordFiles.map((file) => readNamespaceRecord(file)));
1387
1422
  return records.filter((record) => record !== null);
1388
1423
  }
1389
1424
 
1390
1425
  // src/private/resources/package/loadPackageRecords.ts
1391
- import { findRecordFiles as findRecordFiles4 } from "@art-lib/fs-records";
1426
+ var import_fs_records8 = require("@art-lib/fs-records");
1392
1427
 
1393
1428
  // src/private/resources/package/readPackageRecord.ts
1394
- import { readRecordFileContent as readRecordFileContent4 } from "@art-lib/fs-records";
1429
+ var import_fs_records7 = require("@art-lib/fs-records");
1395
1430
  async function readPackageRecord(file) {
1396
- const fileWithContents = file.content ? file : await readRecordFileContent4(file);
1431
+ const fileWithContents = file.content ? file : await (0, import_fs_records7.readRecordFileContent)(file);
1397
1432
  if (!fileWithContents.content) {
1398
1433
  return null;
1399
1434
  }
@@ -1415,18 +1450,18 @@ async function readPackageRecord(file) {
1415
1450
 
1416
1451
  // src/private/resources/package/loadPackageRecords.ts
1417
1452
  async function loadPackageRecords(config, checkoutPath) {
1418
- const recordFiles = await findRecordFiles4(config.records, checkoutPath, ["Package"]);
1453
+ const recordFiles = await (0, import_fs_records8.findRecordFiles)(config.records, checkoutPath, ["Package"]);
1419
1454
  const records = await Promise.all(recordFiles.map((file) => readPackageRecord(file)));
1420
1455
  return records.filter((record) => record !== null);
1421
1456
  }
1422
1457
 
1423
1458
  // src/private/resources/project/loadProjectRecords.ts
1424
- import { findRecordFiles as findRecordFiles5 } from "@art-lib/fs-records";
1459
+ var import_fs_records10 = require("@art-lib/fs-records");
1425
1460
 
1426
1461
  // src/private/resources/project/readProjectRecord.ts
1427
- import { readRecordFileContent as readRecordFileContent5 } from "@art-lib/fs-records";
1462
+ var import_fs_records9 = require("@art-lib/fs-records");
1428
1463
  async function readProjectRecord(file) {
1429
- const fileWithContents = file.content ? file : await readRecordFileContent5(file);
1464
+ const fileWithContents = file.content ? file : await (0, import_fs_records9.readRecordFileContent)(file);
1430
1465
  if (!fileWithContents.content) {
1431
1466
  return null;
1432
1467
  }
@@ -1452,7 +1487,7 @@ async function readProjectRecord(file) {
1452
1487
 
1453
1488
  // src/private/resources/project/loadProjectRecords.ts
1454
1489
  async function loadProjectRecords(config, checkoutPath) {
1455
- const recordFiles = await findRecordFiles5(config.records, checkoutPath, ["Project"]);
1490
+ const recordFiles = await (0, import_fs_records10.findRecordFiles)(config.records, checkoutPath, ["Project"]);
1456
1491
  const records = await Promise.all(recordFiles.map((file) => readProjectRecord(file)));
1457
1492
  return records.filter((record) => record !== null);
1458
1493
  }
@@ -1579,8 +1614,8 @@ function presentWorkspaceReport(workspace) {
1579
1614
  }
1580
1615
 
1581
1616
  // src/commands/sanity/private/scanExtraneousCheckouts.ts
1582
- import { readdir } from "node:fs/promises";
1583
- import { join as join7, relative } from "node:path";
1617
+ var import_promises2 = require("node:fs/promises");
1618
+ var import_node_path7 = require("node:path");
1584
1619
 
1585
1620
  // src/private/scan/private/createExtraneousCheckout.ts
1586
1621
  function createExtraneousCheckout(config, location) {
@@ -1589,16 +1624,16 @@ function createExtraneousCheckout(config, location) {
1589
1624
 
1590
1625
  // src/commands/sanity/private/scanExtraneousCheckouts.ts
1591
1626
  async function scanExtraneousCheckouts(ctx, store) {
1592
- const checkoutsPath = join7(ctx.config.root.path, ctx.config.clone.path);
1627
+ const checkoutsPath = (0, import_node_path7.join)(ctx.config.root.path, ctx.config.clone.path);
1593
1628
  const result = [];
1594
1629
  try {
1595
- const entries = await readdir(checkoutsPath, { withFileTypes: true });
1630
+ const entries = await (0, import_promises2.readdir)(checkoutsPath, { withFileTypes: true });
1596
1631
  for (const entry of entries) {
1597
1632
  if (!entry.isDirectory()) {
1598
1633
  continue;
1599
1634
  }
1600
- const dir = join7(checkoutsPath, entry.name);
1601
- const location = relative(checkoutsPath, dir);
1635
+ const dir = (0, import_node_path7.join)(checkoutsPath, entry.name);
1636
+ const location = (0, import_node_path7.relative)(checkoutsPath, dir);
1602
1637
  const known = store.getCheckoutForLocation(location);
1603
1638
  if (known) {
1604
1639
  continue;
@@ -1645,7 +1680,7 @@ async function runSanity(ctx, options) {
1645
1680
  }
1646
1681
 
1647
1682
  // src/private/commands/workspaces/syncWorkspaceCheckout.ts
1648
- import simpleGit17 from "simple-git";
1683
+ var import_simple_git17 = __toESM(require("simple-git"), 1);
1649
1684
  async function syncWorkspaceCheckout(ctx) {
1650
1685
  let workspace = ctx.workspace;
1651
1686
  if (!workspace) {
@@ -1657,7 +1692,7 @@ async function syncWorkspaceCheckout(ctx) {
1657
1692
  ctx.workspace = scanned;
1658
1693
  workspace = scanned;
1659
1694
  }
1660
- const git = simpleGit17(workspace.path);
1695
+ const git = (0, import_simple_git17.default)(workspace.path);
1661
1696
  if (workspace.scan?.can?.("pull")) {
1662
1697
  const pending = createPullOperation(workspace, workspace.record.branch);
1663
1698
  try {
@@ -1741,10 +1776,10 @@ async function runUnlink(ctx, _options) {
1741
1776
  }
1742
1777
 
1743
1778
  // src/config/loadWorkspaceConfig.ts
1744
- import { existsSync as existsSync4, writeFileSync as writeFileSync2 } from "node:fs";
1745
- import { join as join8 } from "node:path";
1746
- import { pathToFileURL } from "node:url";
1747
- import { build } from "esbuild";
1779
+ var import_node_fs4 = require("node:fs");
1780
+ var import_node_path8 = require("node:path");
1781
+ var import_node_url = require("node:url");
1782
+ var import_esbuild = require("esbuild");
1748
1783
 
1749
1784
  // src/config/private/normalizeRecordPaths.ts
1750
1785
  var DEFAULTS = {
@@ -1821,14 +1856,14 @@ function formatError(error) {
1821
1856
  return error instanceof Error ? error.message : String(error);
1822
1857
  }
1823
1858
  async function loadWorkspaceConfig(rootPath) {
1824
- const manifestPath = join8(rootPath, MANIFEST_FILE);
1825
- if (!existsSync4(manifestPath)) {
1859
+ const manifestPath = (0, import_node_path8.join)(rootPath, MANIFEST_FILE);
1860
+ if (!(0, import_node_fs4.existsSync)(manifestPath)) {
1826
1861
  console.warn(`${MANIFEST_FILE} not found at ${rootPath}; Using default config.`);
1827
1862
  return defineConfig({ ...DEFAULT_CONFIG, root: { path: rootPath } });
1828
1863
  }
1829
1864
  let output;
1830
1865
  try {
1831
- output = await build({
1866
+ output = await (0, import_esbuild.build)({
1832
1867
  entryPoints: [manifestPath],
1833
1868
  bundle: true,
1834
1869
  write: false,
@@ -1852,10 +1887,10 @@ async function loadWorkspaceConfig(rootPath) {
1852
1887
  `Failed to bundle workspace manifest at ${manifestPath}: ${formatError(error)}`
1853
1888
  );
1854
1889
  }
1855
- const tempFile = join8(rootPath, TEMP_FILE);
1856
- writeFileSync2(tempFile, output.outputFiles[0].text);
1890
+ const tempFile = (0, import_node_path8.join)(rootPath, TEMP_FILE);
1891
+ (0, import_node_fs4.writeFileSync)(tempFile, output.outputFiles[0].text);
1857
1892
  try {
1858
- const loaded = await import(pathToFileURL(tempFile).href);
1893
+ const loaded = await import((0, import_node_url.pathToFileURL)(tempFile).href);
1859
1894
  const config = loaded.default;
1860
1895
  return defineConfig({ ...config, root: { path: rootPath } });
1861
1896
  } catch (error) {
@@ -1968,7 +2003,7 @@ function createCheckoutStore() {
1968
2003
  }
1969
2004
 
1970
2005
  // src/index.ts
1971
- var program = new Command();
2006
+ var program = new import_commander.Command();
1972
2007
  var logger = (op) => {
1973
2008
  console.info(makeOperationLogLine(op, { standalone: true }).join(" | "));
1974
2009
  };
@@ -2043,7 +2078,7 @@ program.command("sync").description("Pull and push clean checkouts").option(
2043
2078
  const ctx = createWorkspaceContext(config, store, log);
2044
2079
  await runSync(ctx, { checkouts: options.checkouts, all: options.all });
2045
2080
  });
2046
- program.command("checkouts").description("Checkout operations").command("run").description("Run a command in selected checkouts").argument("<command...>", "command to run").option(
2081
+ program.command("checkouts").description("Checkout operations").command("run").description("Run a command in selected checkouts").argument("<command>", "command to run").option(
2047
2082
  "-c, --checkouts <PATTERN...>",
2048
2083
  'One or more. Matches checkout name and location. Wildcard asterisk * supported. Example: -c "* @ refactor" "lib-*"'
2049
2084
  ).option("-A, --all", "Apply to all checkouts").action(async (command, options) => {
@@ -2092,7 +2127,9 @@ program.command("publish").description("Publish packages").option("-a, --auto",
2092
2127
  await runPublish(ctx, { root, auto: options.auto });
2093
2128
  });
2094
2129
  program.parse();
2095
- export {
2130
+ // Annotate the CommonJS export names for ESM import in node:
2131
+ 0 && (module.exports = {
2096
2132
  defineConfig,
2097
2133
  loadWorkspaceConfig
2098
- };
2134
+ });
2135
+ //# sourceMappingURL=index.js.map