@ariestools/toolchain 8.6.11

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 (1693) hide show
  1. package/README.md +65 -0
  2. package/dist/actions/analyze.d.ts +2 -0
  3. package/dist/actions/analyze.d.ts.map +1 -0
  4. package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
  5. package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
  6. package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
  7. package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
  8. package/dist/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
  9. package/dist/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
  10. package/dist/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
  11. package/dist/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
  12. package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
  13. package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
  14. package/dist/actions/api-exposure/analyzer/program.d.ts +21 -0
  15. package/dist/actions/api-exposure/analyzer/program.d.ts.map +1 -0
  16. package/dist/actions/api-exposure/apiExposure.d.ts +17 -0
  17. package/dist/actions/api-exposure/apiExposure.d.ts.map +1 -0
  18. package/dist/actions/api-exposure/config.d.ts +21 -0
  19. package/dist/actions/api-exposure/config.d.ts.map +1 -0
  20. package/dist/actions/api-exposure/index.d.ts +9 -0
  21. package/dist/actions/api-exposure/index.d.ts.map +1 -0
  22. package/dist/actions/api-exposure/reporters.d.ts +16 -0
  23. package/dist/actions/api-exposure/reporters.d.ts.map +1 -0
  24. package/dist/actions/api-exposure/rules.d.ts +10 -0
  25. package/dist/actions/api-exposure/rules.d.ts.map +1 -0
  26. package/dist/actions/api-exposure/scoring.d.ts +28 -0
  27. package/dist/actions/api-exposure/scoring.d.ts.map +1 -0
  28. package/dist/actions/api-exposure/types.d.ts +86 -0
  29. package/dist/actions/api-exposure/types.d.ts.map +1 -0
  30. package/dist/actions/barrel/analyzeBarrel.d.ts +22 -0
  31. package/dist/actions/barrel/analyzeBarrel.d.ts.map +1 -0
  32. package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
  33. package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
  34. package/dist/actions/barrel/getReExportSpecs.d.ts +11 -0
  35. package/dist/actions/barrel/getReExportSpecs.d.ts.map +1 -0
  36. package/dist/actions/barrel/index.d.ts +6 -0
  37. package/dist/actions/barrel/index.d.ts.map +1 -0
  38. package/dist/actions/barrel/resolveBarrel.d.ts +9 -0
  39. package/dist/actions/barrel/resolveBarrel.d.ts.map +1 -0
  40. package/dist/actions/barrel/restrictionHelpers.d.ts +30 -0
  41. package/dist/actions/barrel/restrictionHelpers.d.ts.map +1 -0
  42. package/dist/actions/build.d.ts +9 -0
  43. package/dist/actions/build.d.ts.map +1 -0
  44. package/dist/actions/claude-check.d.ts +2 -0
  45. package/dist/actions/claude-check.d.ts.map +1 -0
  46. package/dist/actions/claude-clean.d.ts +2 -0
  47. package/dist/actions/claude-clean.d.ts.map +1 -0
  48. package/dist/actions/claude-commands.d.ts +2 -0
  49. package/dist/actions/claude-commands.d.ts.map +1 -0
  50. package/dist/actions/claude-rules.d.ts +4 -0
  51. package/dist/actions/claude-rules.d.ts.map +1 -0
  52. package/dist/actions/claude-settings.d.ts +5 -0
  53. package/dist/actions/claude-settings.d.ts.map +1 -0
  54. package/dist/actions/claude-skills.d.ts +2 -0
  55. package/dist/actions/claude-skills.d.ts.map +1 -0
  56. package/dist/actions/clean-eslint.d.ts +3 -0
  57. package/dist/actions/clean-eslint.d.ts.map +1 -0
  58. package/dist/actions/clean.d.ts +14 -0
  59. package/dist/actions/clean.d.ts.map +1 -0
  60. package/dist/actions/compile.d.ts +45 -0
  61. package/dist/actions/compile.d.ts.map +1 -0
  62. package/dist/actions/copy-assets.d.ts +6 -0
  63. package/dist/actions/copy-assets.d.ts.map +1 -0
  64. package/dist/actions/dead/analyzePackage.d.ts +43 -0
  65. package/dist/actions/dead/analyzePackage.d.ts.map +1 -0
  66. package/dist/actions/dead/classifyPackageVisibility.d.ts +4 -0
  67. package/dist/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
  68. package/dist/actions/dead/collectExternalUsage.d.ts +38 -0
  69. package/dist/actions/dead/collectExternalUsage.d.ts.map +1 -0
  70. package/dist/actions/dead/collectSymbols.d.ts +40 -0
  71. package/dist/actions/dead/collectSymbols.d.ts.map +1 -0
  72. package/dist/actions/dead/dead.d.ts +4 -0
  73. package/dist/actions/dead/dead.d.ts.map +1 -0
  74. package/dist/actions/dead/deprecation.d.ts +3 -0
  75. package/dist/actions/dead/deprecation.d.ts.map +1 -0
  76. package/dist/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
  77. package/dist/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
  78. package/dist/actions/dead/evaluateRules.d.ts +8 -0
  79. package/dist/actions/dead/evaluateRules.d.ts.map +1 -0
  80. package/dist/actions/dead/findWorkspaceFile.d.ts +13 -0
  81. package/dist/actions/dead/findWorkspaceFile.d.ts.map +1 -0
  82. package/dist/actions/dead/fixDeadCode.d.ts +12 -0
  83. package/dist/actions/dead/fixDeadCode.d.ts.map +1 -0
  84. package/dist/actions/dead/index.d.ts +10 -0
  85. package/dist/actions/dead/index.d.ts.map +1 -0
  86. package/dist/actions/dead/parseCodeWorkspace.d.ts +7 -0
  87. package/dist/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
  88. package/dist/actions/dead/propagateExternalUsage.d.ts +4 -0
  89. package/dist/actions/dead/propagateExternalUsage.d.ts.map +1 -0
  90. package/dist/actions/dead/pruneDeadFiles.d.ts +7 -0
  91. package/dist/actions/dead/pruneDeadFiles.d.ts.map +1 -0
  92. package/dist/actions/dead/reporters.d.ts +6 -0
  93. package/dist/actions/dead/reporters.d.ts.map +1 -0
  94. package/dist/actions/dead/ruleConfig.d.ts +5 -0
  95. package/dist/actions/dead/ruleConfig.d.ts.map +1 -0
  96. package/dist/actions/dead/ruleNames.d.ts +4 -0
  97. package/dist/actions/dead/ruleNames.d.ts.map +1 -0
  98. package/dist/actions/dead/rules.d.ts +7 -0
  99. package/dist/actions/dead/rules.d.ts.map +1 -0
  100. package/dist/actions/dead/runDeadAnalysis.d.ts +25 -0
  101. package/dist/actions/dead/runDeadAnalysis.d.ts.map +1 -0
  102. package/dist/actions/dead/runtimeEntries.d.ts +23 -0
  103. package/dist/actions/dead/runtimeEntries.d.ts.map +1 -0
  104. package/dist/actions/dead/sourceEdits.d.ts +7 -0
  105. package/dist/actions/dead/sourceEdits.d.ts.map +1 -0
  106. package/dist/actions/dead/storybookConventions.d.ts +6 -0
  107. package/dist/actions/dead/storybookConventions.d.ts.map +1 -0
  108. package/dist/actions/dead/types.d.ts +68 -0
  109. package/dist/actions/dead/types.d.ts.map +1 -0
  110. package/dist/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
  111. package/dist/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
  112. package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
  113. package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
  114. package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
  115. package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
  116. package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
  117. package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
  118. package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
  119. package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
  120. package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
  121. package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
  122. package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
  123. package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
  124. package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
  125. package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
  126. package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
  127. package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
  128. package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
  129. package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
  130. package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
  131. package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
  132. package/dist/actions/deplint/checkPackage/index.d.ts +13 -0
  133. package/dist/actions/deplint/checkPackage/index.d.ts.map +1 -0
  134. package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
  135. package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
  136. package/dist/actions/deplint/deplint.d.ts +20 -0
  137. package/dist/actions/deplint/deplint.d.ts.map +1 -0
  138. package/dist/actions/deplint/engine.d.ts +15 -0
  139. package/dist/actions/deplint/engine.d.ts.map +1 -0
  140. package/dist/actions/deplint/fetchPackageManifest.d.ts +25 -0
  141. package/dist/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
  142. package/dist/actions/deplint/findFiles.d.ts +6 -0
  143. package/dist/actions/deplint/findFiles.d.ts.map +1 -0
  144. package/dist/actions/deplint/findFilesByGlob.d.ts +2 -0
  145. package/dist/actions/deplint/findFilesByGlob.d.ts.map +1 -0
  146. package/dist/actions/deplint/fixer.d.ts +3 -0
  147. package/dist/actions/deplint/fixer.d.ts.map +1 -0
  148. package/dist/actions/deplint/getBasePackageName.d.ts +2 -0
  149. package/dist/actions/deplint/getBasePackageName.d.ts.map +1 -0
  150. package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
  151. package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
  152. package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
  153. package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
  154. package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
  155. package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
  156. package/dist/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
  157. package/dist/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
  158. package/dist/actions/deplint/getImportsFromFile.d.ts +4 -0
  159. package/dist/actions/deplint/getImportsFromFile.d.ts.map +1 -0
  160. package/dist/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
  161. package/dist/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
  162. package/dist/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
  163. package/dist/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
  164. package/dist/actions/deplint/getStorybookConfigImports.d.ts +3 -0
  165. package/dist/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
  166. package/dist/actions/deplint/implicitDevDependencies.d.ts +15 -0
  167. package/dist/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
  168. package/dist/actions/deplint/index.d.ts +11 -0
  169. package/dist/actions/deplint/index.d.ts.map +1 -0
  170. package/dist/actions/deplint/isTerminalPackage.d.ts +25 -0
  171. package/dist/actions/deplint/isTerminalPackage.d.ts.map +1 -0
  172. package/dist/actions/deplint/loader.d.ts +4 -0
  173. package/dist/actions/deplint/loader.d.ts.map +1 -0
  174. package/dist/actions/deplint/packageEditor.d.ts +11 -0
  175. package/dist/actions/deplint/packageEditor.d.ts.map +1 -0
  176. package/dist/actions/deplint/packageJsonEditor.d.ts +97 -0
  177. package/dist/actions/deplint/packageJsonEditor.d.ts.map +1 -0
  178. package/dist/actions/deplint/peerRangeOptions.d.ts +10 -0
  179. package/dist/actions/deplint/peerRangeOptions.d.ts.map +1 -0
  180. package/dist/actions/deplint/reporters.d.ts +8 -0
  181. package/dist/actions/deplint/reporters.d.ts.map +1 -0
  182. package/dist/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
  183. package/dist/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
  184. package/dist/actions/deplint/ruleConfig.d.ts +5 -0
  185. package/dist/actions/deplint/ruleConfig.d.ts.map +1 -0
  186. package/dist/actions/deplint/rules.d.ts +4 -0
  187. package/dist/actions/deplint/rules.d.ts.map +1 -0
  188. package/dist/actions/deplint/rulesDiagnostic.d.ts +4 -0
  189. package/dist/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
  190. package/dist/actions/deplint/rulesMisplaced.d.ts +4 -0
  191. package/dist/actions/deplint/rulesMisplaced.d.ts.map +1 -0
  192. package/dist/actions/deplint/snapshot.d.ts +22 -0
  193. package/dist/actions/deplint/snapshot.d.ts.map +1 -0
  194. package/dist/actions/deplint/tsScriptsAliases.d.ts +11 -0
  195. package/dist/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
  196. package/dist/actions/deplint/types.d.ts +295 -0
  197. package/dist/actions/deplint/types.d.ts.map +1 -0
  198. package/dist/actions/deplint/versionMismatchFixes.d.ts +4 -0
  199. package/dist/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
  200. package/dist/actions/deploy.d.ts +3 -0
  201. package/dist/actions/deploy.d.ts.map +1 -0
  202. package/dist/actions/eject.d.ts +2 -0
  203. package/dist/actions/eject.d.ts.map +1 -0
  204. package/dist/actions/fix.d.ts +7 -0
  205. package/dist/actions/fix.d.ts.map +1 -0
  206. package/dist/actions/gitignore.d.ts +4 -0
  207. package/dist/actions/gitignore.d.ts.map +1 -0
  208. package/dist/actions/gitlint-fix.d.ts +2 -0
  209. package/dist/actions/gitlint-fix.d.ts.map +1 -0
  210. package/dist/actions/gitlint.d.ts +2 -0
  211. package/dist/actions/gitlint.d.ts.map +1 -0
  212. package/dist/actions/incremental.d.ts +46 -0
  213. package/dist/actions/incremental.d.ts.map +1 -0
  214. package/dist/actions/index.d.ts +54 -0
  215. package/dist/actions/index.d.ts.map +1 -0
  216. package/dist/actions/install.d.ts +2 -0
  217. package/dist/actions/install.d.ts.map +1 -0
  218. package/dist/actions/license.d.ts +2 -0
  219. package/dist/actions/license.d.ts.map +1 -0
  220. package/dist/actions/lint-config.d.ts +16 -0
  221. package/dist/actions/lint-config.d.ts.map +1 -0
  222. package/dist/actions/lint-init.d.ts +16 -0
  223. package/dist/actions/lint-init.d.ts.map +1 -0
  224. package/dist/actions/lint.d.ts +36 -0
  225. package/dist/actions/lint.d.ts.map +1 -0
  226. package/dist/actions/lintNext.d.ts +14 -0
  227. package/dist/actions/lintNext.d.ts.map +1 -0
  228. package/dist/actions/lintNextWorker.d.ts +21 -0
  229. package/dist/actions/lintNextWorker.d.ts.map +1 -0
  230. package/dist/actions/lintTierAnalysis.d.ts +61 -0
  231. package/dist/actions/lintTierAnalysis.d.ts.map +1 -0
  232. package/dist/actions/lintlint.d.ts +12 -0
  233. package/dist/actions/lintlint.d.ts.map +1 -0
  234. package/dist/actions/node-lint.d.ts +19 -0
  235. package/dist/actions/node-lint.d.ts.map +1 -0
  236. package/dist/actions/npmignore-gen.d.ts +2 -0
  237. package/dist/actions/npmignore-gen.d.ts.map +1 -0
  238. package/dist/actions/orphan.d.ts +6 -0
  239. package/dist/actions/orphan.d.ts.map +1 -0
  240. package/dist/actions/package/clean-outputs.d.ts +6 -0
  241. package/dist/actions/package/clean-outputs.d.ts.map +1 -0
  242. package/dist/actions/package/clean-typescript.d.ts +3 -0
  243. package/dist/actions/package/clean-typescript.d.ts.map +1 -0
  244. package/dist/actions/package/clean.d.ts +3 -0
  245. package/dist/actions/package/clean.d.ts.map +1 -0
  246. package/dist/actions/package/compile/ApiExposureConfig.d.ts +58 -0
  247. package/dist/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
  248. package/dist/actions/package/compile/MonolithConfig.d.ts +105 -0
  249. package/dist/actions/package/compile/MonolithConfig.d.ts.map +1 -0
  250. package/dist/actions/package/compile/XyConfig.d.ts +462 -0
  251. package/dist/actions/package/compile/XyConfig.d.ts.map +1 -0
  252. package/dist/actions/package/compile/buildEntries.d.ts +3 -0
  253. package/dist/actions/package/compile/buildEntries.d.ts.map +1 -0
  254. package/dist/actions/package/compile/compile.d.ts +7 -0
  255. package/dist/actions/package/compile/compile.d.ts.map +1 -0
  256. package/dist/actions/package/compile/copyTypeFiles.d.ts +2 -0
  257. package/dist/actions/package/compile/copyTypeFiles.d.ts.map +1 -0
  258. package/dist/actions/package/compile/createProgramFromConfig.d.ts +25 -0
  259. package/dist/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
  260. package/dist/actions/package/compile/createTypescriptConfig.d.ts +29 -0
  261. package/dist/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
  262. package/dist/actions/package/compile/deepMerge.d.ts +4 -0
  263. package/dist/actions/package/compile/deepMerge.d.ts.map +1 -0
  264. package/dist/actions/package/compile/entryOutputName.d.ts +5 -0
  265. package/dist/actions/package/compile/entryOutputName.d.ts.map +1 -0
  266. package/dist/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
  267. package/dist/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
  268. package/dist/actions/package/compile/getCompilerOptions.d.ts +3 -0
  269. package/dist/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
  270. package/dist/actions/package/compile/index.d.ts +16 -0
  271. package/dist/actions/package/compile/index.d.ts.map +1 -0
  272. package/dist/actions/package/compile/inputs.d.ts +2 -0
  273. package/dist/actions/package/compile/inputs.d.ts.map +1 -0
  274. package/dist/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
  275. package/dist/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
  276. package/dist/actions/package/compile/monolithCompileEntries.d.ts +20 -0
  277. package/dist/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
  278. package/dist/actions/package/compile/monolithCompileLayout.d.ts +43 -0
  279. package/dist/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
  280. package/dist/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
  281. package/dist/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
  282. package/dist/actions/package/compile/packageCompileMonolith.d.ts +10 -0
  283. package/dist/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
  284. package/dist/actions/package/compile/packageCompileTsc.d.ts +3 -0
  285. package/dist/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
  286. package/dist/actions/package/compile/packageCompileTsup.d.ts +6 -0
  287. package/dist/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
  288. package/dist/actions/package/compile/packageCompileVendor.d.ts +4 -0
  289. package/dist/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
  290. package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
  291. package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
  292. package/dist/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
  293. package/dist/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
  294. package/dist/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
  295. package/dist/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
  296. package/dist/actions/package/compile/runTsc.d.ts +2 -0
  297. package/dist/actions/package/compile/runTsc.d.ts.map +1 -0
  298. package/dist/actions/package/compile/validateFullPackage.d.ts +2 -0
  299. package/dist/actions/package/compile/validateFullPackage.d.ts.map +1 -0
  300. package/dist/actions/package/compile/vendorCompile.d.ts +6 -0
  301. package/dist/actions/package/compile/vendorCompile.d.ts.map +1 -0
  302. package/dist/actions/package/compile/vendorCompileEmit.d.ts +8 -0
  303. package/dist/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
  304. package/dist/actions/package/compile/vendorCompileInternals.d.ts +31 -0
  305. package/dist/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
  306. package/dist/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
  307. package/dist/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
  308. package/dist/actions/package/compile/vendorCompileTypes.d.ts +31 -0
  309. package/dist/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
  310. package/dist/actions/package/compileTargetsPublint.d.ts +13 -0
  311. package/dist/actions/package/compileTargetsPublint.d.ts.map +1 -0
  312. package/dist/actions/package/copy-assets.d.ts +5 -0
  313. package/dist/actions/package/copy-assets.d.ts.map +1 -0
  314. package/dist/actions/package/expectedCompileOutputs.d.ts +11 -0
  315. package/dist/actions/package/expectedCompileOutputs.d.ts.map +1 -0
  316. package/dist/actions/package/exportConditionPublint.d.ts +9 -0
  317. package/dist/actions/package/exportConditionPublint.d.ts.map +1 -0
  318. package/dist/actions/package/exportMapPublint.d.ts +7 -0
  319. package/dist/actions/package/exportMapPublint.d.ts.map +1 -0
  320. package/dist/actions/package/index.d.ts +9 -0
  321. package/dist/actions/package/index.d.ts.map +1 -0
  322. package/dist/actions/package/lint.d.ts +2 -0
  323. package/dist/actions/package/lint.d.ts.map +1 -0
  324. package/dist/actions/package/platformPublint.d.ts +7 -0
  325. package/dist/actions/package/platformPublint.d.ts.map +1 -0
  326. package/dist/actions/package/publint.d.ts +16 -0
  327. package/dist/actions/package/publint.d.ts.map +1 -0
  328. package/dist/actions/package/recompile.d.ts +3 -0
  329. package/dist/actions/package/recompile.d.ts.map +1 -0
  330. package/dist/actions/package-lint-deps.d.ts +47 -0
  331. package/dist/actions/package-lint-deps.d.ts.map +1 -0
  332. package/dist/actions/package-lint-engines.d.ts +22 -0
  333. package/dist/actions/package-lint-engines.d.ts.map +1 -0
  334. package/dist/actions/package-lint-pnpm.d.ts +11 -0
  335. package/dist/actions/package-lint-pnpm.d.ts.map +1 -0
  336. package/dist/actions/package-lint-specs.d.ts +9 -0
  337. package/dist/actions/package-lint-specs.d.ts.map +1 -0
  338. package/dist/actions/package-lint.d.ts +7 -0
  339. package/dist/actions/package-lint.d.ts.map +1 -0
  340. package/dist/actions/packman/clean.d.ts +5 -0
  341. package/dist/actions/packman/clean.d.ts.map +1 -0
  342. package/dist/actions/packman/convert.d.ts +10 -0
  343. package/dist/actions/packman/convert.d.ts.map +1 -0
  344. package/dist/actions/packman/convertToBun.d.ts +2 -0
  345. package/dist/actions/packman/convertToBun.d.ts.map +1 -0
  346. package/dist/actions/packman/convertToNpm.d.ts +2 -0
  347. package/dist/actions/packman/convertToNpm.d.ts.map +1 -0
  348. package/dist/actions/packman/convertToPnpm.d.ts +2 -0
  349. package/dist/actions/packman/convertToPnpm.d.ts.map +1 -0
  350. package/dist/actions/packman/convertToYarn.d.ts +2 -0
  351. package/dist/actions/packman/convertToYarn.d.ts.map +1 -0
  352. package/dist/actions/packman/index.d.ts +5 -0
  353. package/dist/actions/packman/index.d.ts.map +1 -0
  354. package/dist/actions/packman/lint.d.ts +6 -0
  355. package/dist/actions/packman/lint.d.ts.map +1 -0
  356. package/dist/actions/packman/rewriteScripts.d.ts +5 -0
  357. package/dist/actions/packman/rewriteScripts.d.ts.map +1 -0
  358. package/dist/actions/packman/rewriteSourceImports.d.ts +2 -0
  359. package/dist/actions/packman/rewriteSourceImports.d.ts.map +1 -0
  360. package/dist/actions/packman/swapTsScriptsDependency.d.ts +2 -0
  361. package/dist/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
  362. package/dist/actions/publint.d.ts +48 -0
  363. package/dist/actions/publint.d.ts.map +1 -0
  364. package/dist/actions/publish.d.ts +22 -0
  365. package/dist/actions/publish.d.ts.map +1 -0
  366. package/dist/actions/reactTest.d.ts +2 -0
  367. package/dist/actions/reactTest.d.ts.map +1 -0
  368. package/dist/actions/rebuild.d.ts +7 -0
  369. package/dist/actions/rebuild.d.ts.map +1 -0
  370. package/dist/actions/recompile.d.ts +16 -0
  371. package/dist/actions/recompile.d.ts.map +1 -0
  372. package/dist/actions/reinstall.d.ts +2 -0
  373. package/dist/actions/reinstall.d.ts.map +1 -0
  374. package/dist/actions/releaseAgeExcludeScopes.d.ts +13 -0
  375. package/dist/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
  376. package/dist/actions/relint.d.ts +24 -0
  377. package/dist/actions/relint.d.ts.map +1 -0
  378. package/dist/actions/repo-init.d.ts +14 -0
  379. package/dist/actions/repo-init.d.ts.map +1 -0
  380. package/dist/actions/republint.d.ts +13 -0
  381. package/dist/actions/republint.d.ts.map +1 -0
  382. package/dist/actions/result.d.ts +44 -0
  383. package/dist/actions/result.d.ts.map +1 -0
  384. package/dist/actions/retest.d.ts +5 -0
  385. package/dist/actions/retest.d.ts.map +1 -0
  386. package/dist/actions/secure.d.ts +7 -0
  387. package/dist/actions/secure.d.ts.map +1 -0
  388. package/dist/actions/sitemap.d.ts +2 -0
  389. package/dist/actions/sitemap.d.ts.map +1 -0
  390. package/dist/actions/skills/defaults.d.ts +6 -0
  391. package/dist/actions/skills/defaults.d.ts.map +1 -0
  392. package/dist/actions/skills/detectProfile.d.ts +10 -0
  393. package/dist/actions/skills/detectProfile.d.ts.map +1 -0
  394. package/dist/actions/skills/index.d.ts +9 -0
  395. package/dist/actions/skills/index.d.ts.map +1 -0
  396. package/dist/actions/skills/installed.d.ts +10 -0
  397. package/dist/actions/skills/installed.d.ts.map +1 -0
  398. package/dist/actions/skills/lint.d.ts +26 -0
  399. package/dist/actions/skills/lint.d.ts.map +1 -0
  400. package/dist/actions/skills/passthrough.d.ts +26 -0
  401. package/dist/actions/skills/passthrough.d.ts.map +1 -0
  402. package/dist/actions/skills/remove.d.ts +9 -0
  403. package/dist/actions/skills/remove.d.ts.map +1 -0
  404. package/dist/actions/skills/skillRules.d.ts +9 -0
  405. package/dist/actions/skills/skillRules.d.ts.map +1 -0
  406. package/dist/actions/skills/updo.d.ts +4 -0
  407. package/dist/actions/skills/updo.d.ts.map +1 -0
  408. package/dist/actions/skills/versions.d.ts +10 -0
  409. package/dist/actions/skills/versions.d.ts.map +1 -0
  410. package/dist/actions/sonar.d.ts +2 -0
  411. package/dist/actions/sonar.d.ts.map +1 -0
  412. package/dist/actions/start.d.ts +2 -0
  413. package/dist/actions/start.d.ts.map +1 -0
  414. package/dist/actions/statics.d.ts +2 -0
  415. package/dist/actions/statics.d.ts.map +1 -0
  416. package/dist/actions/test.d.ts +5 -0
  417. package/dist/actions/test.d.ts.map +1 -0
  418. package/dist/actions/tsc-validate/index.d.ts +3 -0
  419. package/dist/actions/tsc-validate/index.d.ts.map +1 -0
  420. package/dist/actions/tsc-validate/sharedValidate.d.ts +34 -0
  421. package/dist/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
  422. package/dist/actions/tsc-validate/tscValidate.d.ts +35 -0
  423. package/dist/actions/tsc-validate/tscValidate.d.ts.map +1 -0
  424. package/dist/actions/up.d.ts +2 -0
  425. package/dist/actions/up.d.ts.map +1 -0
  426. package/dist/actions/updo.d.ts +9 -0
  427. package/dist/actions/updo.d.ts.map +1 -0
  428. package/dist/actions/work/id.d.ts +8 -0
  429. package/dist/actions/work/id.d.ts.map +1 -0
  430. package/dist/actions/work/index.d.ts +131 -0
  431. package/dist/actions/work/index.d.ts.map +1 -0
  432. package/dist/actions/work/inline.d.ts +8 -0
  433. package/dist/actions/work/inline.d.ts.map +1 -0
  434. package/dist/actions/work/priority.d.ts +5 -0
  435. package/dist/actions/work/priority.d.ts.map +1 -0
  436. package/dist/actions/work/schema.d.ts +81 -0
  437. package/dist/actions/work/schema.d.ts.map +1 -0
  438. package/dist/actions/work/store.d.ts +23 -0
  439. package/dist/actions/work/store.d.ts.map +1 -0
  440. package/dist/bin/cli.mjs +2 -0
  441. package/dist/bin/package/build.d.ts +3 -0
  442. package/dist/bin/package/build.d.ts.map +1 -0
  443. package/dist/bin/package/build.mjs +18220 -0
  444. package/dist/bin/package/build.mjs.map +1 -0
  445. package/dist/bin/package/clean-outputs.d.ts +3 -0
  446. package/dist/bin/package/clean-outputs.d.ts.map +1 -0
  447. package/dist/bin/package/clean-typescript.d.ts +3 -0
  448. package/dist/bin/package/clean-typescript.d.ts.map +1 -0
  449. package/dist/bin/package/clean.d.ts +3 -0
  450. package/dist/bin/package/clean.d.ts.map +1 -0
  451. package/dist/bin/package/clean.mjs +3632 -0
  452. package/dist/bin/package/clean.mjs.map +1 -0
  453. package/dist/bin/package/compile-tsup.d.ts +3 -0
  454. package/dist/bin/package/compile-tsup.d.ts.map +1 -0
  455. package/dist/bin/package/compile.d.ts +3 -0
  456. package/dist/bin/package/compile.d.ts.map +1 -0
  457. package/dist/bin/package/compile.mjs +13159 -0
  458. package/dist/bin/package/compile.mjs.map +1 -0
  459. package/dist/bin/package/copy-assets-cjs.d.ts +3 -0
  460. package/dist/bin/package/copy-assets-cjs.d.ts.map +1 -0
  461. package/dist/bin/package/copy-assets-cjs.mjs +3634 -0
  462. package/dist/bin/package/copy-assets-cjs.mjs.map +1 -0
  463. package/dist/bin/package/copy-assets-esm.d.ts +3 -0
  464. package/dist/bin/package/copy-assets-esm.d.ts.map +1 -0
  465. package/dist/bin/package/copy-assets-esm.mjs +3634 -0
  466. package/dist/bin/package/copy-assets-esm.mjs.map +1 -0
  467. package/dist/bin/package/fix.d.ts +3 -0
  468. package/dist/bin/package/fix.d.ts.map +1 -0
  469. package/dist/bin/package/fix.mjs +2184 -0
  470. package/dist/bin/package/fix.mjs.map +1 -0
  471. package/dist/bin/package/lint-verbose.d.ts +3 -0
  472. package/dist/bin/package/lint-verbose.d.ts.map +1 -0
  473. package/dist/bin/package/lint-verbose.mjs +2184 -0
  474. package/dist/bin/package/lint-verbose.mjs.map +1 -0
  475. package/dist/bin/package/lint.d.ts +3 -0
  476. package/dist/bin/package/lint.d.ts.map +1 -0
  477. package/dist/bin/package/lint.mjs +2184 -0
  478. package/dist/bin/package/lint.mjs.map +1 -0
  479. package/dist/bin/package/publint.d.ts +3 -0
  480. package/dist/bin/package/publint.d.ts.map +1 -0
  481. package/dist/bin/package/publint.mjs +13676 -0
  482. package/dist/bin/package/publint.mjs.map +1 -0
  483. package/dist/bin/package/recompile.d.ts +3 -0
  484. package/dist/bin/package/recompile.d.ts.map +1 -0
  485. package/dist/bin/package/recompile.mjs +13230 -0
  486. package/dist/bin/package/recompile.mjs.map +1 -0
  487. package/dist/bin/package/relint.d.ts +3 -0
  488. package/dist/bin/package/relint.d.ts.map +1 -0
  489. package/dist/bin/package/relint.mjs +2184 -0
  490. package/dist/bin/package/relint.mjs.map +1 -0
  491. package/dist/bin/package/sync-layout.d.ts +3 -0
  492. package/dist/bin/package/sync-layout.d.ts.map +1 -0
  493. package/dist/bin/package/sync-layout.mjs +5504 -0
  494. package/dist/bin/package/sync-layout.mjs.map +1 -0
  495. package/dist/bin/run-or-exec.d.ts +3 -0
  496. package/dist/bin/run-or-exec.d.ts.map +1 -0
  497. package/dist/bin/run-or-exec.mjs +975 -0
  498. package/dist/bin/run-or-exec.mjs.map +1 -0
  499. package/dist/bin/skills.mjs +18533 -0
  500. package/dist/bin/skills.mjs.map +1 -0
  501. package/dist/bin/source-map-explorer.mjs +27263 -0
  502. package/dist/bin/source-map-explorer.mjs.map +1 -0
  503. package/dist/bin/xy.d.ts +3 -0
  504. package/dist/bin/xy.d.ts.map +1 -0
  505. package/dist/bin/xy.mjs +47963 -0
  506. package/dist/bin/xy.mjs.map +1 -0
  507. package/dist/index.d.ts +6 -0
  508. package/dist/index.d.ts.map +1 -0
  509. package/dist/lib/bundledCliPath.d.ts +4 -0
  510. package/dist/lib/bundledCliPath.d.ts.map +1 -0
  511. package/dist/lib/checkResult.d.ts +2 -0
  512. package/dist/lib/checkResult.d.ts.map +1 -0
  513. package/dist/lib/claudeMdTemplate.d.ts +12 -0
  514. package/dist/lib/claudeMdTemplate.d.ts.map +1 -0
  515. package/dist/lib/concurrency.d.ts +5 -0
  516. package/dist/lib/concurrency.d.ts.map +1 -0
  517. package/dist/lib/copyAssetFiles.d.ts +10 -0
  518. package/dist/lib/copyAssetFiles.d.ts.map +1 -0
  519. package/dist/lib/createBuildConfig.d.ts +2 -0
  520. package/dist/lib/createBuildConfig.d.ts.map +1 -0
  521. package/dist/lib/crossSpawn.d.ts +6 -0
  522. package/dist/lib/crossSpawn.d.ts.map +1 -0
  523. package/dist/lib/deepMerge.d.ts +24 -0
  524. package/dist/lib/deepMerge.d.ts.map +1 -0
  525. package/dist/lib/defaultBuildConfig.d.ts +9 -0
  526. package/dist/lib/defaultBuildConfig.d.ts.map +1 -0
  527. package/dist/lib/deleteGlob.d.ts +2 -0
  528. package/dist/lib/deleteGlob.d.ts.map +1 -0
  529. package/dist/lib/dependencies/DuplicateDetector.d.ts +7 -0
  530. package/dist/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
  531. package/dist/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
  532. package/dist/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
  533. package/dist/lib/dependencies/index.d.ts +4 -0
  534. package/dist/lib/dependencies/index.d.ts.map +1 -0
  535. package/dist/lib/dependencies/workspaceCycles.d.ts +15 -0
  536. package/dist/lib/dependencies/workspaceCycles.d.ts.map +1 -0
  537. package/dist/lib/deprecationMigrate.d.ts +2 -0
  538. package/dist/lib/deprecationMigrate.d.ts.map +1 -0
  539. package/dist/lib/eslintCache.d.ts +4 -0
  540. package/dist/lib/eslintCache.d.ts.map +1 -0
  541. package/dist/lib/file/ReadFileSyncOptions.d.ts +6 -0
  542. package/dist/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
  543. package/dist/lib/file/constants.d.ts +3 -0
  544. package/dist/lib/file/constants.d.ts.map +1 -0
  545. package/dist/lib/file/fileLines.d.ts +6 -0
  546. package/dist/lib/file/fileLines.d.ts.map +1 -0
  547. package/dist/lib/file/index.d.ts +5 -0
  548. package/dist/lib/file/index.d.ts.map +1 -0
  549. package/dist/lib/file/tryReadFileSync.d.ts +4 -0
  550. package/dist/lib/file/tryReadFileSync.d.ts.map +1 -0
  551. package/dist/lib/fillTemplate.d.ts +2 -0
  552. package/dist/lib/fillTemplate.d.ts.map +1 -0
  553. package/dist/lib/generateIgnoreFiles.d.ts +2 -0
  554. package/dist/lib/generateIgnoreFiles.d.ts.map +1 -0
  555. package/dist/lib/gitConfig.d.ts +25 -0
  556. package/dist/lib/gitConfig.d.ts.map +1 -0
  557. package/dist/lib/gitignoreTemplate.d.ts +2 -0
  558. package/dist/lib/gitignoreTemplate.d.ts.map +1 -0
  559. package/dist/lib/index.d.ts +45 -0
  560. package/dist/lib/index.d.ts.map +1 -0
  561. package/dist/lib/initCwd.d.ts +2 -0
  562. package/dist/lib/initCwd.d.ts.map +1 -0
  563. package/dist/lib/jsonFormatters.d.ts +2 -0
  564. package/dist/lib/jsonFormatters.d.ts.map +1 -0
  565. package/dist/lib/latestVersions.d.ts +8 -0
  566. package/dist/lib/latestVersions.d.ts.map +1 -0
  567. package/dist/lib/loadConfig.d.ts +10 -0
  568. package/dist/lib/loadConfig.d.ts.map +1 -0
  569. package/dist/lib/match.d.ts +21 -0
  570. package/dist/lib/match.d.ts.map +1 -0
  571. package/dist/lib/npmLatestVersion.d.ts +3 -0
  572. package/dist/lib/npmLatestVersion.d.ts.map +1 -0
  573. package/dist/lib/packageManagerRuntime.d.ts +25 -0
  574. package/dist/lib/packageManagerRuntime.d.ts.map +1 -0
  575. package/dist/lib/packageName.d.ts +2 -0
  576. package/dist/lib/packageName.d.ts.map +1 -0
  577. package/dist/lib/parsedPackageJSON.d.ts +2 -0
  578. package/dist/lib/parsedPackageJSON.d.ts.map +1 -0
  579. package/dist/lib/parsedPackageJson.d.ts +2 -0
  580. package/dist/lib/parsedPackageJson.d.ts.map +1 -0
  581. package/dist/lib/pnpmConfig/index.d.ts +2 -0
  582. package/dist/lib/pnpmConfig/index.d.ts.map +1 -0
  583. package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
  584. package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
  585. package/dist/lib/processEx.d.ts +2 -0
  586. package/dist/lib/processEx.d.ts.map +1 -0
  587. package/dist/lib/repoTemplates.d.ts +7 -0
  588. package/dist/lib/repoTemplates.d.ts.map +1 -0
  589. package/dist/lib/reporting/index.d.ts +3 -0
  590. package/dist/lib/reporting/index.d.ts.map +1 -0
  591. package/dist/lib/reporting/runWithEnvelope.d.ts +15 -0
  592. package/dist/lib/reporting/runWithEnvelope.d.ts.map +1 -0
  593. package/dist/lib/reporting/xyReporter.d.ts +27 -0
  594. package/dist/lib/reporting/xyReporter.d.ts.map +1 -0
  595. package/dist/lib/runInstall.d.ts +2 -0
  596. package/dist/lib/runInstall.d.ts.map +1 -0
  597. package/dist/lib/runSteps.d.ts +3 -0
  598. package/dist/lib/runSteps.d.ts.map +1 -0
  599. package/dist/lib/runStepsAsync.d.ts +4 -0
  600. package/dist/lib/runStepsAsync.d.ts.map +1 -0
  601. package/dist/lib/runXy.d.ts +2 -0
  602. package/dist/lib/runXy.d.ts.map +1 -0
  603. package/dist/lib/runXyWithWarning.d.ts +2 -0
  604. package/dist/lib/runXyWithWarning.d.ts.map +1 -0
  605. package/dist/lib/safeExit.d.ts +8 -0
  606. package/dist/lib/safeExit.d.ts.map +1 -0
  607. package/dist/lib/secure/classify.d.ts +8 -0
  608. package/dist/lib/secure/classify.d.ts.map +1 -0
  609. package/dist/lib/secure/collectDeclaredDependencies.d.ts +6 -0
  610. package/dist/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
  611. package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
  612. package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
  613. package/dist/lib/secure/index.d.ts +7 -0
  614. package/dist/lib/secure/index.d.ts.map +1 -0
  615. package/dist/lib/secure/interfaces.d.ts +35 -0
  616. package/dist/lib/secure/interfaces.d.ts.map +1 -0
  617. package/dist/lib/secure/renderSecurityAudit.d.ts +4 -0
  618. package/dist/lib/secure/renderSecurityAudit.d.ts.map +1 -0
  619. package/dist/lib/secure/runSecurityAudit.d.ts +15 -0
  620. package/dist/lib/secure/runSecurityAudit.d.ts.map +1 -0
  621. package/dist/lib/shouldRunInstall.d.ts +2 -0
  622. package/dist/lib/shouldRunInstall.d.ts.map +1 -0
  623. package/dist/lib/string/empty.d.ts +3 -0
  624. package/dist/lib/string/empty.d.ts.map +1 -0
  625. package/dist/lib/string/index.d.ts +4 -0
  626. package/dist/lib/string/index.d.ts.map +1 -0
  627. package/dist/lib/string/localeCompare.d.ts +2 -0
  628. package/dist/lib/string/localeCompare.d.ts.map +1 -0
  629. package/dist/lib/string/union.d.ts +2 -0
  630. package/dist/lib/string/union.d.ts.map +1 -0
  631. package/dist/lib/toolchainVersion.d.ts +3 -0
  632. package/dist/lib/toolchainVersion.d.ts.map +1 -0
  633. package/dist/lib/tryRunLocalScript.d.ts +10 -0
  634. package/dist/lib/tryRunLocalScript.d.ts.map +1 -0
  635. package/dist/lib/updo/applyUpdates.d.ts +4 -0
  636. package/dist/lib/updo/applyUpdates.d.ts.map +1 -0
  637. package/dist/lib/updo/collectWorkspaceDeps.d.ts +4 -0
  638. package/dist/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
  639. package/dist/lib/updo/fetchRegistryInfo.d.ts +37 -0
  640. package/dist/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
  641. package/dist/lib/updo/index.d.ts +9 -0
  642. package/dist/lib/updo/index.d.ts.map +1 -0
  643. package/dist/lib/updo/interactiveSelect.d.ts +31 -0
  644. package/dist/lib/updo/interactiveSelect.d.ts.map +1 -0
  645. package/dist/lib/updo/interfaces.d.ts +50 -0
  646. package/dist/lib/updo/interfaces.d.ts.map +1 -0
  647. package/dist/lib/updo/renderTable.d.ts +3 -0
  648. package/dist/lib/updo/renderTable.d.ts.map +1 -0
  649. package/dist/lib/updo/resolveVersions.d.ts +19 -0
  650. package/dist/lib/updo/resolveVersions.d.ts.map +1 -0
  651. package/dist/lib/updo/runUpdo.d.ts +27 -0
  652. package/dist/lib/updo/runUpdo.d.ts.map +1 -0
  653. package/dist/lib/withErrnoException.d.ts +2 -0
  654. package/dist/lib/withErrnoException.d.ts.map +1 -0
  655. package/dist/lib/withError.d.ts +2 -0
  656. package/dist/lib/withError.d.ts.map +1 -0
  657. package/dist/lib/yarn/index.d.ts +3 -0
  658. package/dist/lib/yarn/index.d.ts.map +1 -0
  659. package/dist/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
  660. package/dist/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
  661. package/dist/lib/yarn/workspace/Workspace.d.ts +2 -0
  662. package/dist/lib/yarn/workspace/Workspace.d.ts.map +1 -0
  663. package/dist/lib/yarn/workspace/index.d.ts +3 -0
  664. package/dist/lib/yarn/workspace/index.d.ts.map +1 -0
  665. package/dist/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
  666. package/dist/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
  667. package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
  668. package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
  669. package/dist/lib/yarn/yarnInitCwd.d.ts +2 -0
  670. package/dist/lib/yarn/yarnInitCwd.d.ts.map +1 -0
  671. package/dist/loadPackageConfig.d.ts +40 -0
  672. package/dist/loadPackageConfig.d.ts.map +1 -0
  673. package/dist/node/actions/analyze.d.ts +2 -0
  674. package/dist/node/actions/analyze.d.ts.map +1 -0
  675. package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
  676. package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
  677. package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
  678. package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
  679. package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
  680. package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
  681. package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
  682. package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
  683. package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
  684. package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
  685. package/dist/node/actions/api-exposure/analyzer/program.d.ts +21 -0
  686. package/dist/node/actions/api-exposure/analyzer/program.d.ts.map +1 -0
  687. package/dist/node/actions/api-exposure/apiExposure.d.ts +17 -0
  688. package/dist/node/actions/api-exposure/apiExposure.d.ts.map +1 -0
  689. package/dist/node/actions/api-exposure/config.d.ts +21 -0
  690. package/dist/node/actions/api-exposure/config.d.ts.map +1 -0
  691. package/dist/node/actions/api-exposure/index.d.ts +9 -0
  692. package/dist/node/actions/api-exposure/index.d.ts.map +1 -0
  693. package/dist/node/actions/api-exposure/reporters.d.ts +16 -0
  694. package/dist/node/actions/api-exposure/reporters.d.ts.map +1 -0
  695. package/dist/node/actions/api-exposure/rules.d.ts +10 -0
  696. package/dist/node/actions/api-exposure/rules.d.ts.map +1 -0
  697. package/dist/node/actions/api-exposure/scoring.d.ts +28 -0
  698. package/dist/node/actions/api-exposure/scoring.d.ts.map +1 -0
  699. package/dist/node/actions/api-exposure/types.d.ts +86 -0
  700. package/dist/node/actions/api-exposure/types.d.ts.map +1 -0
  701. package/dist/node/actions/barrel/analyzeBarrel.d.ts +22 -0
  702. package/dist/node/actions/barrel/analyzeBarrel.d.ts.map +1 -0
  703. package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
  704. package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
  705. package/dist/node/actions/barrel/getReExportSpecs.d.ts +11 -0
  706. package/dist/node/actions/barrel/getReExportSpecs.d.ts.map +1 -0
  707. package/dist/node/actions/barrel/index.d.ts +6 -0
  708. package/dist/node/actions/barrel/index.d.ts.map +1 -0
  709. package/dist/node/actions/barrel/resolveBarrel.d.ts +9 -0
  710. package/dist/node/actions/barrel/resolveBarrel.d.ts.map +1 -0
  711. package/dist/node/actions/barrel/restrictionHelpers.d.ts +30 -0
  712. package/dist/node/actions/barrel/restrictionHelpers.d.ts.map +1 -0
  713. package/dist/node/actions/build.d.ts +9 -0
  714. package/dist/node/actions/build.d.ts.map +1 -0
  715. package/dist/node/actions/clean-eslint.d.ts +3 -0
  716. package/dist/node/actions/clean-eslint.d.ts.map +1 -0
  717. package/dist/node/actions/clean.d.ts +14 -0
  718. package/dist/node/actions/clean.d.ts.map +1 -0
  719. package/dist/node/actions/compile.d.ts +45 -0
  720. package/dist/node/actions/compile.d.ts.map +1 -0
  721. package/dist/node/actions/copy-assets.d.ts +6 -0
  722. package/dist/node/actions/copy-assets.d.ts.map +1 -0
  723. package/dist/node/actions/dead/analyzePackage.d.ts +43 -0
  724. package/dist/node/actions/dead/analyzePackage.d.ts.map +1 -0
  725. package/dist/node/actions/dead/classifyPackageVisibility.d.ts +4 -0
  726. package/dist/node/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
  727. package/dist/node/actions/dead/collectExternalUsage.d.ts +38 -0
  728. package/dist/node/actions/dead/collectExternalUsage.d.ts.map +1 -0
  729. package/dist/node/actions/dead/collectSymbols.d.ts +40 -0
  730. package/dist/node/actions/dead/collectSymbols.d.ts.map +1 -0
  731. package/dist/node/actions/dead/dead.d.ts +4 -0
  732. package/dist/node/actions/dead/dead.d.ts.map +1 -0
  733. package/dist/node/actions/dead/deprecation.d.ts +3 -0
  734. package/dist/node/actions/dead/deprecation.d.ts.map +1 -0
  735. package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
  736. package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
  737. package/dist/node/actions/dead/evaluateRules.d.ts +8 -0
  738. package/dist/node/actions/dead/evaluateRules.d.ts.map +1 -0
  739. package/dist/node/actions/dead/findWorkspaceFile.d.ts +13 -0
  740. package/dist/node/actions/dead/findWorkspaceFile.d.ts.map +1 -0
  741. package/dist/node/actions/dead/fixDeadCode.d.ts +12 -0
  742. package/dist/node/actions/dead/fixDeadCode.d.ts.map +1 -0
  743. package/dist/node/actions/dead/index.d.ts +10 -0
  744. package/dist/node/actions/dead/index.d.ts.map +1 -0
  745. package/dist/node/actions/dead/parseCodeWorkspace.d.ts +7 -0
  746. package/dist/node/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
  747. package/dist/node/actions/dead/propagateExternalUsage.d.ts +4 -0
  748. package/dist/node/actions/dead/propagateExternalUsage.d.ts.map +1 -0
  749. package/dist/node/actions/dead/pruneDeadFiles.d.ts +7 -0
  750. package/dist/node/actions/dead/pruneDeadFiles.d.ts.map +1 -0
  751. package/dist/node/actions/dead/reporters.d.ts +6 -0
  752. package/dist/node/actions/dead/reporters.d.ts.map +1 -0
  753. package/dist/node/actions/dead/ruleConfig.d.ts +5 -0
  754. package/dist/node/actions/dead/ruleConfig.d.ts.map +1 -0
  755. package/dist/node/actions/dead/ruleNames.d.ts +4 -0
  756. package/dist/node/actions/dead/ruleNames.d.ts.map +1 -0
  757. package/dist/node/actions/dead/rules.d.ts +7 -0
  758. package/dist/node/actions/dead/rules.d.ts.map +1 -0
  759. package/dist/node/actions/dead/runDeadAnalysis.d.ts +25 -0
  760. package/dist/node/actions/dead/runDeadAnalysis.d.ts.map +1 -0
  761. package/dist/node/actions/dead/runtimeEntries.d.ts +23 -0
  762. package/dist/node/actions/dead/runtimeEntries.d.ts.map +1 -0
  763. package/dist/node/actions/dead/sourceEdits.d.ts +7 -0
  764. package/dist/node/actions/dead/sourceEdits.d.ts.map +1 -0
  765. package/dist/node/actions/dead/storybookConventions.d.ts +6 -0
  766. package/dist/node/actions/dead/storybookConventions.d.ts.map +1 -0
  767. package/dist/node/actions/dead/types.d.ts +68 -0
  768. package/dist/node/actions/dead/types.d.ts.map +1 -0
  769. package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
  770. package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
  771. package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
  772. package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
  773. package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
  774. package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
  775. package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
  776. package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
  777. package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
  778. package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
  779. package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
  780. package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
  781. package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
  782. package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
  783. package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
  784. package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
  785. package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
  786. package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
  787. package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
  788. package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
  789. package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
  790. package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
  791. package/dist/node/actions/deplint/checkPackage/index.d.ts +13 -0
  792. package/dist/node/actions/deplint/checkPackage/index.d.ts.map +1 -0
  793. package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
  794. package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
  795. package/dist/node/actions/deplint/deplint.d.ts +20 -0
  796. package/dist/node/actions/deplint/deplint.d.ts.map +1 -0
  797. package/dist/node/actions/deplint/engine.d.ts +15 -0
  798. package/dist/node/actions/deplint/engine.d.ts.map +1 -0
  799. package/dist/node/actions/deplint/fetchPackageManifest.d.ts +25 -0
  800. package/dist/node/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
  801. package/dist/node/actions/deplint/findFiles.d.ts +6 -0
  802. package/dist/node/actions/deplint/findFiles.d.ts.map +1 -0
  803. package/dist/node/actions/deplint/findFilesByGlob.d.ts +2 -0
  804. package/dist/node/actions/deplint/findFilesByGlob.d.ts.map +1 -0
  805. package/dist/node/actions/deplint/fixer.d.ts +3 -0
  806. package/dist/node/actions/deplint/fixer.d.ts.map +1 -0
  807. package/dist/node/actions/deplint/getBasePackageName.d.ts +2 -0
  808. package/dist/node/actions/deplint/getBasePackageName.d.ts.map +1 -0
  809. package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
  810. package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
  811. package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
  812. package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
  813. package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
  814. package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
  815. package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
  816. package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
  817. package/dist/node/actions/deplint/getImportsFromFile.d.ts +4 -0
  818. package/dist/node/actions/deplint/getImportsFromFile.d.ts.map +1 -0
  819. package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
  820. package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
  821. package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
  822. package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
  823. package/dist/node/actions/deplint/getStorybookConfigImports.d.ts +3 -0
  824. package/dist/node/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
  825. package/dist/node/actions/deplint/implicitDevDependencies.d.ts +15 -0
  826. package/dist/node/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
  827. package/dist/node/actions/deplint/index.d.ts +11 -0
  828. package/dist/node/actions/deplint/index.d.ts.map +1 -0
  829. package/dist/node/actions/deplint/isTerminalPackage.d.ts +25 -0
  830. package/dist/node/actions/deplint/isTerminalPackage.d.ts.map +1 -0
  831. package/dist/node/actions/deplint/loader.d.ts +4 -0
  832. package/dist/node/actions/deplint/loader.d.ts.map +1 -0
  833. package/dist/node/actions/deplint/packageEditor.d.ts +11 -0
  834. package/dist/node/actions/deplint/packageEditor.d.ts.map +1 -0
  835. package/dist/node/actions/deplint/packageJsonEditor.d.ts +97 -0
  836. package/dist/node/actions/deplint/packageJsonEditor.d.ts.map +1 -0
  837. package/dist/node/actions/deplint/peerRangeOptions.d.ts +10 -0
  838. package/dist/node/actions/deplint/peerRangeOptions.d.ts.map +1 -0
  839. package/dist/node/actions/deplint/reporters.d.ts +8 -0
  840. package/dist/node/actions/deplint/reporters.d.ts.map +1 -0
  841. package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
  842. package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
  843. package/dist/node/actions/deplint/ruleConfig.d.ts +5 -0
  844. package/dist/node/actions/deplint/ruleConfig.d.ts.map +1 -0
  845. package/dist/node/actions/deplint/rules.d.ts +4 -0
  846. package/dist/node/actions/deplint/rules.d.ts.map +1 -0
  847. package/dist/node/actions/deplint/rulesDiagnostic.d.ts +4 -0
  848. package/dist/node/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
  849. package/dist/node/actions/deplint/rulesMisplaced.d.ts +4 -0
  850. package/dist/node/actions/deplint/rulesMisplaced.d.ts.map +1 -0
  851. package/dist/node/actions/deplint/snapshot.d.ts +22 -0
  852. package/dist/node/actions/deplint/snapshot.d.ts.map +1 -0
  853. package/dist/node/actions/deplint/tsScriptsAliases.d.ts +11 -0
  854. package/dist/node/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
  855. package/dist/node/actions/deplint/types.d.ts +295 -0
  856. package/dist/node/actions/deplint/types.d.ts.map +1 -0
  857. package/dist/node/actions/deplint/versionMismatchFixes.d.ts +4 -0
  858. package/dist/node/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
  859. package/dist/node/actions/deploy.d.ts +3 -0
  860. package/dist/node/actions/deploy.d.ts.map +1 -0
  861. package/dist/node/actions/eject.d.ts +2 -0
  862. package/dist/node/actions/eject.d.ts.map +1 -0
  863. package/dist/node/actions/fix.d.ts +7 -0
  864. package/dist/node/actions/fix.d.ts.map +1 -0
  865. package/dist/node/actions/gitignore.d.ts +4 -0
  866. package/dist/node/actions/gitignore.d.ts.map +1 -0
  867. package/dist/node/actions/gitlint-fix.d.ts +2 -0
  868. package/dist/node/actions/gitlint-fix.d.ts.map +1 -0
  869. package/dist/node/actions/gitlint.d.ts +2 -0
  870. package/dist/node/actions/gitlint.d.ts.map +1 -0
  871. package/dist/node/actions/incremental.d.ts +46 -0
  872. package/dist/node/actions/incremental.d.ts.map +1 -0
  873. package/dist/node/actions/index.d.ts +54 -0
  874. package/dist/node/actions/index.d.ts.map +1 -0
  875. package/dist/node/actions/install.d.ts +2 -0
  876. package/dist/node/actions/install.d.ts.map +1 -0
  877. package/dist/node/actions/license.d.ts +2 -0
  878. package/dist/node/actions/license.d.ts.map +1 -0
  879. package/dist/node/actions/lint-config.d.ts +16 -0
  880. package/dist/node/actions/lint-config.d.ts.map +1 -0
  881. package/dist/node/actions/lint-init.d.ts +16 -0
  882. package/dist/node/actions/lint-init.d.ts.map +1 -0
  883. package/dist/node/actions/lint.d.ts +36 -0
  884. package/dist/node/actions/lint.d.ts.map +1 -0
  885. package/dist/node/actions/lintNext.d.ts +14 -0
  886. package/dist/node/actions/lintNext.d.ts.map +1 -0
  887. package/dist/node/actions/lintNextWorker.d.ts +21 -0
  888. package/dist/node/actions/lintNextWorker.d.ts.map +1 -0
  889. package/dist/node/actions/lintTierAnalysis.d.ts +59 -0
  890. package/dist/node/actions/lintTierAnalysis.d.ts.map +1 -0
  891. package/dist/node/actions/lintlint.d.ts +13 -0
  892. package/dist/node/actions/lintlint.d.ts.map +1 -0
  893. package/dist/node/actions/node-lint.d.ts +19 -0
  894. package/dist/node/actions/node-lint.d.ts.map +1 -0
  895. package/dist/node/actions/npmignore-gen.d.ts +2 -0
  896. package/dist/node/actions/npmignore-gen.d.ts.map +1 -0
  897. package/dist/node/actions/orphan.d.ts +6 -0
  898. package/dist/node/actions/orphan.d.ts.map +1 -0
  899. package/dist/node/actions/package/clean-outputs.d.ts +6 -0
  900. package/dist/node/actions/package/clean-outputs.d.ts.map +1 -0
  901. package/dist/node/actions/package/clean-typescript.d.ts +3 -0
  902. package/dist/node/actions/package/clean-typescript.d.ts.map +1 -0
  903. package/dist/node/actions/package/clean.d.ts +3 -0
  904. package/dist/node/actions/package/clean.d.ts.map +1 -0
  905. package/dist/node/actions/package/compile/ApiExposureConfig.d.ts +58 -0
  906. package/dist/node/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
  907. package/dist/node/actions/package/compile/MonolithConfig.d.ts +85 -0
  908. package/dist/node/actions/package/compile/MonolithConfig.d.ts.map +1 -0
  909. package/dist/node/actions/package/compile/XyConfig.d.ts +462 -0
  910. package/dist/node/actions/package/compile/XyConfig.d.ts.map +1 -0
  911. package/dist/node/actions/package/compile/buildEntries.d.ts +3 -0
  912. package/dist/node/actions/package/compile/buildEntries.d.ts.map +1 -0
  913. package/dist/node/actions/package/compile/compile.d.ts +7 -0
  914. package/dist/node/actions/package/compile/compile.d.ts.map +1 -0
  915. package/dist/node/actions/package/compile/createProgramFromConfig.d.ts +25 -0
  916. package/dist/node/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
  917. package/dist/node/actions/package/compile/createTypescriptConfig.d.ts +29 -0
  918. package/dist/node/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
  919. package/dist/node/actions/package/compile/deepMerge.d.ts +4 -0
  920. package/dist/node/actions/package/compile/deepMerge.d.ts.map +1 -0
  921. package/dist/node/actions/package/compile/entryOutputName.d.ts +5 -0
  922. package/dist/node/actions/package/compile/entryOutputName.d.ts.map +1 -0
  923. package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
  924. package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
  925. package/dist/node/actions/package/compile/getCompilerOptions.d.ts +3 -0
  926. package/dist/node/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
  927. package/dist/node/actions/package/compile/index.d.ts +16 -0
  928. package/dist/node/actions/package/compile/index.d.ts.map +1 -0
  929. package/dist/node/actions/package/compile/inputs.d.ts +2 -0
  930. package/dist/node/actions/package/compile/inputs.d.ts.map +1 -0
  931. package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
  932. package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
  933. package/dist/node/actions/package/compile/monolithCompileEntries.d.ts +20 -0
  934. package/dist/node/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
  935. package/dist/node/actions/package/compile/monolithCompileLayout.d.ts +42 -0
  936. package/dist/node/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
  937. package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
  938. package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
  939. package/dist/node/actions/package/compile/packageCompileMonolith.d.ts +10 -0
  940. package/dist/node/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
  941. package/dist/node/actions/package/compile/packageCompileTsc.d.ts +3 -0
  942. package/dist/node/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
  943. package/dist/node/actions/package/compile/packageCompileTsup.d.ts +6 -0
  944. package/dist/node/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
  945. package/dist/node/actions/package/compile/packageCompileVendor.d.ts +4 -0
  946. package/dist/node/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
  947. package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
  948. package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
  949. package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
  950. package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
  951. package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
  952. package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
  953. package/dist/node/actions/package/compile/runTsc.d.ts +2 -0
  954. package/dist/node/actions/package/compile/runTsc.d.ts.map +1 -0
  955. package/dist/node/actions/package/compile/validateFullPackage.d.ts +2 -0
  956. package/dist/node/actions/package/compile/validateFullPackage.d.ts.map +1 -0
  957. package/dist/node/actions/package/compile/vendorCompile.d.ts +6 -0
  958. package/dist/node/actions/package/compile/vendorCompile.d.ts.map +1 -0
  959. package/dist/node/actions/package/compile/vendorCompileEmit.d.ts +8 -0
  960. package/dist/node/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
  961. package/dist/node/actions/package/compile/vendorCompileInternals.d.ts +31 -0
  962. package/dist/node/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
  963. package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
  964. package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
  965. package/dist/node/actions/package/compile/vendorCompileTypes.d.ts +31 -0
  966. package/dist/node/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
  967. package/dist/node/actions/package/compileTargetsPublint.d.ts +13 -0
  968. package/dist/node/actions/package/compileTargetsPublint.d.ts.map +1 -0
  969. package/dist/node/actions/package/copy-assets.d.ts +5 -0
  970. package/dist/node/actions/package/copy-assets.d.ts.map +1 -0
  971. package/dist/node/actions/package/expectedCompileOutputs.d.ts +11 -0
  972. package/dist/node/actions/package/expectedCompileOutputs.d.ts.map +1 -0
  973. package/dist/node/actions/package/exportConditionPublint.d.ts +9 -0
  974. package/dist/node/actions/package/exportConditionPublint.d.ts.map +1 -0
  975. package/dist/node/actions/package/exportMapPublint.d.ts +7 -0
  976. package/dist/node/actions/package/exportMapPublint.d.ts.map +1 -0
  977. package/dist/node/actions/package/index.d.ts +9 -0
  978. package/dist/node/actions/package/index.d.ts.map +1 -0
  979. package/dist/node/actions/package/lint.d.ts +2 -0
  980. package/dist/node/actions/package/lint.d.ts.map +1 -0
  981. package/dist/node/actions/package/platformPublint.d.ts +7 -0
  982. package/dist/node/actions/package/platformPublint.d.ts.map +1 -0
  983. package/dist/node/actions/package/publint.d.ts +16 -0
  984. package/dist/node/actions/package/publint.d.ts.map +1 -0
  985. package/dist/node/actions/package/recompile.d.ts +3 -0
  986. package/dist/node/actions/package/recompile.d.ts.map +1 -0
  987. package/dist/node/actions/package-lint-deps.d.ts +47 -0
  988. package/dist/node/actions/package-lint-deps.d.ts.map +1 -0
  989. package/dist/node/actions/package-lint-engines.d.ts +22 -0
  990. package/dist/node/actions/package-lint-engines.d.ts.map +1 -0
  991. package/dist/node/actions/package-lint-pnpm.d.ts +11 -0
  992. package/dist/node/actions/package-lint-pnpm.d.ts.map +1 -0
  993. package/dist/node/actions/package-lint-specs.d.ts +9 -0
  994. package/dist/node/actions/package-lint-specs.d.ts.map +1 -0
  995. package/dist/node/actions/package-lint.d.ts +7 -0
  996. package/dist/node/actions/package-lint.d.ts.map +1 -0
  997. package/dist/node/actions/packman/clean.d.ts +5 -0
  998. package/dist/node/actions/packman/clean.d.ts.map +1 -0
  999. package/dist/node/actions/packman/convert.d.ts +10 -0
  1000. package/dist/node/actions/packman/convert.d.ts.map +1 -0
  1001. package/dist/node/actions/packman/convertToBun.d.ts +2 -0
  1002. package/dist/node/actions/packman/convertToBun.d.ts.map +1 -0
  1003. package/dist/node/actions/packman/convertToNpm.d.ts +2 -0
  1004. package/dist/node/actions/packman/convertToNpm.d.ts.map +1 -0
  1005. package/dist/node/actions/packman/convertToPnpm.d.ts +2 -0
  1006. package/dist/node/actions/packman/convertToPnpm.d.ts.map +1 -0
  1007. package/dist/node/actions/packman/convertToYarn.d.ts +2 -0
  1008. package/dist/node/actions/packman/convertToYarn.d.ts.map +1 -0
  1009. package/dist/node/actions/packman/index.d.ts +5 -0
  1010. package/dist/node/actions/packman/index.d.ts.map +1 -0
  1011. package/dist/node/actions/packman/lint.d.ts +6 -0
  1012. package/dist/node/actions/packman/lint.d.ts.map +1 -0
  1013. package/dist/node/actions/packman/rewriteScripts.d.ts +5 -0
  1014. package/dist/node/actions/packman/rewriteScripts.d.ts.map +1 -0
  1015. package/dist/node/actions/packman/rewriteSourceImports.d.ts +2 -0
  1016. package/dist/node/actions/packman/rewriteSourceImports.d.ts.map +1 -0
  1017. package/dist/node/actions/packman/swapTsScriptsDependency.d.ts +2 -0
  1018. package/dist/node/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
  1019. package/dist/node/actions/publint.d.ts +48 -0
  1020. package/dist/node/actions/publint.d.ts.map +1 -0
  1021. package/dist/node/actions/publish.d.ts +22 -0
  1022. package/dist/node/actions/publish.d.ts.map +1 -0
  1023. package/dist/node/actions/reactTest.d.ts +2 -0
  1024. package/dist/node/actions/reactTest.d.ts.map +1 -0
  1025. package/dist/node/actions/rebuild.d.ts +7 -0
  1026. package/dist/node/actions/rebuild.d.ts.map +1 -0
  1027. package/dist/node/actions/recompile.d.ts +16 -0
  1028. package/dist/node/actions/recompile.d.ts.map +1 -0
  1029. package/dist/node/actions/reinstall.d.ts +2 -0
  1030. package/dist/node/actions/reinstall.d.ts.map +1 -0
  1031. package/dist/node/actions/releaseAgeExcludeScopes.d.ts +13 -0
  1032. package/dist/node/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
  1033. package/dist/node/actions/relint.d.ts +24 -0
  1034. package/dist/node/actions/relint.d.ts.map +1 -0
  1035. package/dist/node/actions/repo-init.d.ts +14 -0
  1036. package/dist/node/actions/repo-init.d.ts.map +1 -0
  1037. package/dist/node/actions/republint.d.ts +13 -0
  1038. package/dist/node/actions/republint.d.ts.map +1 -0
  1039. package/dist/node/actions/result.d.ts +44 -0
  1040. package/dist/node/actions/result.d.ts.map +1 -0
  1041. package/dist/node/actions/retest.d.ts +5 -0
  1042. package/dist/node/actions/retest.d.ts.map +1 -0
  1043. package/dist/node/actions/secure.d.ts +7 -0
  1044. package/dist/node/actions/secure.d.ts.map +1 -0
  1045. package/dist/node/actions/sitemap.d.ts +2 -0
  1046. package/dist/node/actions/sitemap.d.ts.map +1 -0
  1047. package/dist/node/actions/skills/defaults.d.ts +6 -0
  1048. package/dist/node/actions/skills/defaults.d.ts.map +1 -0
  1049. package/dist/node/actions/skills/detectProfile.d.ts +10 -0
  1050. package/dist/node/actions/skills/detectProfile.d.ts.map +1 -0
  1051. package/dist/node/actions/skills/index.d.ts +9 -0
  1052. package/dist/node/actions/skills/index.d.ts.map +1 -0
  1053. package/dist/node/actions/skills/installed.d.ts +10 -0
  1054. package/dist/node/actions/skills/installed.d.ts.map +1 -0
  1055. package/dist/node/actions/skills/lint.d.ts +26 -0
  1056. package/dist/node/actions/skills/lint.d.ts.map +1 -0
  1057. package/dist/node/actions/skills/passthrough.d.ts +25 -0
  1058. package/dist/node/actions/skills/passthrough.d.ts.map +1 -0
  1059. package/dist/node/actions/skills/skillRules.d.ts +9 -0
  1060. package/dist/node/actions/skills/skillRules.d.ts.map +1 -0
  1061. package/dist/node/actions/skills/updo.d.ts +4 -0
  1062. package/dist/node/actions/skills/updo.d.ts.map +1 -0
  1063. package/dist/node/actions/skills/versions.d.ts +10 -0
  1064. package/dist/node/actions/skills/versions.d.ts.map +1 -0
  1065. package/dist/node/actions/sonar.d.ts +2 -0
  1066. package/dist/node/actions/sonar.d.ts.map +1 -0
  1067. package/dist/node/actions/start.d.ts +2 -0
  1068. package/dist/node/actions/start.d.ts.map +1 -0
  1069. package/dist/node/actions/statics.d.ts +2 -0
  1070. package/dist/node/actions/statics.d.ts.map +1 -0
  1071. package/dist/node/actions/test.d.ts +5 -0
  1072. package/dist/node/actions/test.d.ts.map +1 -0
  1073. package/dist/node/actions/tsc-validate/index.d.ts +3 -0
  1074. package/dist/node/actions/tsc-validate/index.d.ts.map +1 -0
  1075. package/dist/node/actions/tsc-validate/sharedValidate.d.ts +34 -0
  1076. package/dist/node/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
  1077. package/dist/node/actions/tsc-validate/tscValidate.d.ts +35 -0
  1078. package/dist/node/actions/tsc-validate/tscValidate.d.ts.map +1 -0
  1079. package/dist/node/actions/up.d.ts +2 -0
  1080. package/dist/node/actions/up.d.ts.map +1 -0
  1081. package/dist/node/actions/updo.d.ts +9 -0
  1082. package/dist/node/actions/updo.d.ts.map +1 -0
  1083. package/dist/node/actions/work/id.d.ts +8 -0
  1084. package/dist/node/actions/work/id.d.ts.map +1 -0
  1085. package/dist/node/actions/work/index.d.ts +131 -0
  1086. package/dist/node/actions/work/index.d.ts.map +1 -0
  1087. package/dist/node/actions/work/inline.d.ts +8 -0
  1088. package/dist/node/actions/work/inline.d.ts.map +1 -0
  1089. package/dist/node/actions/work/priority.d.ts +5 -0
  1090. package/dist/node/actions/work/priority.d.ts.map +1 -0
  1091. package/dist/node/actions/work/schema.d.ts +81 -0
  1092. package/dist/node/actions/work/schema.d.ts.map +1 -0
  1093. package/dist/node/actions/work/store.d.ts +23 -0
  1094. package/dist/node/actions/work/store.d.ts.map +1 -0
  1095. package/dist/node/bin/package/build.d.ts +3 -0
  1096. package/dist/node/bin/package/build.d.ts.map +1 -0
  1097. package/dist/node/bin/package/clean-outputs.d.ts +3 -0
  1098. package/dist/node/bin/package/clean-outputs.d.ts.map +1 -0
  1099. package/dist/node/bin/package/clean-typescript.d.ts +3 -0
  1100. package/dist/node/bin/package/clean-typescript.d.ts.map +1 -0
  1101. package/dist/node/bin/package/clean.d.ts +3 -0
  1102. package/dist/node/bin/package/clean.d.ts.map +1 -0
  1103. package/dist/node/bin/package/compile-tsup.d.ts +3 -0
  1104. package/dist/node/bin/package/compile-tsup.d.ts.map +1 -0
  1105. package/dist/node/bin/package/compile.d.ts +3 -0
  1106. package/dist/node/bin/package/compile.d.ts.map +1 -0
  1107. package/dist/node/bin/package/copy-assets-cjs.d.ts +3 -0
  1108. package/dist/node/bin/package/copy-assets-cjs.d.ts.map +1 -0
  1109. package/dist/node/bin/package/copy-assets-esm.d.ts +3 -0
  1110. package/dist/node/bin/package/copy-assets-esm.d.ts.map +1 -0
  1111. package/dist/node/bin/package/fix.d.ts +3 -0
  1112. package/dist/node/bin/package/fix.d.ts.map +1 -0
  1113. package/dist/node/bin/package/lint-verbose.d.ts +3 -0
  1114. package/dist/node/bin/package/lint-verbose.d.ts.map +1 -0
  1115. package/dist/node/bin/package/lint.d.ts +3 -0
  1116. package/dist/node/bin/package/lint.d.ts.map +1 -0
  1117. package/dist/node/bin/package/publint.d.ts +3 -0
  1118. package/dist/node/bin/package/publint.d.ts.map +1 -0
  1119. package/dist/node/bin/package/recompile.d.ts +3 -0
  1120. package/dist/node/bin/package/recompile.d.ts.map +1 -0
  1121. package/dist/node/bin/package/relint.d.ts +3 -0
  1122. package/dist/node/bin/package/relint.d.ts.map +1 -0
  1123. package/dist/node/bin/package/sync-layout.d.ts +3 -0
  1124. package/dist/node/bin/package/sync-layout.d.ts.map +1 -0
  1125. package/dist/node/bin/run-or-exec.d.ts +3 -0
  1126. package/dist/node/bin/run-or-exec.d.ts.map +1 -0
  1127. package/dist/node/bin/xy.d.ts +3 -0
  1128. package/dist/node/bin/xy.d.ts.map +1 -0
  1129. package/dist/node/index.d.ts +6 -0
  1130. package/dist/node/index.d.ts.map +1 -0
  1131. package/dist/node/lib/bundledCliPath.d.ts +4 -0
  1132. package/dist/node/lib/bundledCliPath.d.ts.map +1 -0
  1133. package/dist/node/lib/checkResult.d.ts +2 -0
  1134. package/dist/node/lib/checkResult.d.ts.map +1 -0
  1135. package/dist/node/lib/concurrency.d.ts +5 -0
  1136. package/dist/node/lib/concurrency.d.ts.map +1 -0
  1137. package/dist/node/lib/copyAssetFiles.d.ts +10 -0
  1138. package/dist/node/lib/copyAssetFiles.d.ts.map +1 -0
  1139. package/dist/node/lib/createBuildConfig.d.ts +2 -0
  1140. package/dist/node/lib/createBuildConfig.d.ts.map +1 -0
  1141. package/dist/node/lib/crossSpawn.d.ts +6 -0
  1142. package/dist/node/lib/crossSpawn.d.ts.map +1 -0
  1143. package/dist/node/lib/deepMerge.d.ts +24 -0
  1144. package/dist/node/lib/deepMerge.d.ts.map +1 -0
  1145. package/dist/node/lib/defaultBuildConfig.d.ts +9 -0
  1146. package/dist/node/lib/defaultBuildConfig.d.ts.map +1 -0
  1147. package/dist/node/lib/deleteGlob.d.ts +2 -0
  1148. package/dist/node/lib/deleteGlob.d.ts.map +1 -0
  1149. package/dist/node/lib/dependencies/DuplicateDetector.d.ts +7 -0
  1150. package/dist/node/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
  1151. package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
  1152. package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
  1153. package/dist/node/lib/dependencies/index.d.ts +4 -0
  1154. package/dist/node/lib/dependencies/index.d.ts.map +1 -0
  1155. package/dist/node/lib/dependencies/workspaceCycles.d.ts +15 -0
  1156. package/dist/node/lib/dependencies/workspaceCycles.d.ts.map +1 -0
  1157. package/dist/node/lib/deprecationMigrate.d.ts +2 -0
  1158. package/dist/node/lib/deprecationMigrate.d.ts.map +1 -0
  1159. package/dist/node/lib/eslintCache.d.ts +4 -0
  1160. package/dist/node/lib/eslintCache.d.ts.map +1 -0
  1161. package/dist/node/lib/file/ReadFileSyncOptions.d.ts +6 -0
  1162. package/dist/node/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
  1163. package/dist/node/lib/file/constants.d.ts +3 -0
  1164. package/dist/node/lib/file/constants.d.ts.map +1 -0
  1165. package/dist/node/lib/file/fileLines.d.ts +6 -0
  1166. package/dist/node/lib/file/fileLines.d.ts.map +1 -0
  1167. package/dist/node/lib/file/index.d.ts +5 -0
  1168. package/dist/node/lib/file/index.d.ts.map +1 -0
  1169. package/dist/node/lib/file/tryReadFileSync.d.ts +4 -0
  1170. package/dist/node/lib/file/tryReadFileSync.d.ts.map +1 -0
  1171. package/dist/node/lib/fillTemplate.d.ts +2 -0
  1172. package/dist/node/lib/fillTemplate.d.ts.map +1 -0
  1173. package/dist/node/lib/generateIgnoreFiles.d.ts +2 -0
  1174. package/dist/node/lib/generateIgnoreFiles.d.ts.map +1 -0
  1175. package/dist/node/lib/gitConfig.d.ts +25 -0
  1176. package/dist/node/lib/gitConfig.d.ts.map +1 -0
  1177. package/dist/node/lib/gitignoreTemplate.d.ts +2 -0
  1178. package/dist/node/lib/gitignoreTemplate.d.ts.map +1 -0
  1179. package/dist/node/lib/index.d.ts +45 -0
  1180. package/dist/node/lib/index.d.ts.map +1 -0
  1181. package/dist/node/lib/initCwd.d.ts +2 -0
  1182. package/dist/node/lib/initCwd.d.ts.map +1 -0
  1183. package/dist/node/lib/jsonFormatters.d.ts +2 -0
  1184. package/dist/node/lib/jsonFormatters.d.ts.map +1 -0
  1185. package/dist/node/lib/latestVersions.d.ts +8 -0
  1186. package/dist/node/lib/latestVersions.d.ts.map +1 -0
  1187. package/dist/node/lib/loadConfig.d.ts +10 -0
  1188. package/dist/node/lib/loadConfig.d.ts.map +1 -0
  1189. package/dist/node/lib/match.d.ts +21 -0
  1190. package/dist/node/lib/match.d.ts.map +1 -0
  1191. package/dist/node/lib/npmLatestVersion.d.ts +3 -0
  1192. package/dist/node/lib/npmLatestVersion.d.ts.map +1 -0
  1193. package/dist/node/lib/packageManagerRuntime.d.ts +25 -0
  1194. package/dist/node/lib/packageManagerRuntime.d.ts.map +1 -0
  1195. package/dist/node/lib/packageName.d.ts +2 -0
  1196. package/dist/node/lib/packageName.d.ts.map +1 -0
  1197. package/dist/node/lib/parsedPackageJson.d.ts +2 -0
  1198. package/dist/node/lib/parsedPackageJson.d.ts.map +1 -0
  1199. package/dist/node/lib/pnpmConfig/index.d.ts +2 -0
  1200. package/dist/node/lib/pnpmConfig/index.d.ts.map +1 -0
  1201. package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
  1202. package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
  1203. package/dist/node/lib/processEx.d.ts +2 -0
  1204. package/dist/node/lib/processEx.d.ts.map +1 -0
  1205. package/dist/node/lib/repoTemplates.d.ts +7 -0
  1206. package/dist/node/lib/repoTemplates.d.ts.map +1 -0
  1207. package/dist/node/lib/reporting/index.d.ts +3 -0
  1208. package/dist/node/lib/reporting/index.d.ts.map +1 -0
  1209. package/dist/node/lib/reporting/runWithEnvelope.d.ts +15 -0
  1210. package/dist/node/lib/reporting/runWithEnvelope.d.ts.map +1 -0
  1211. package/dist/node/lib/reporting/xyReporter.d.ts +27 -0
  1212. package/dist/node/lib/reporting/xyReporter.d.ts.map +1 -0
  1213. package/dist/node/lib/runSteps.d.ts +3 -0
  1214. package/dist/node/lib/runSteps.d.ts.map +1 -0
  1215. package/dist/node/lib/runStepsAsync.d.ts +4 -0
  1216. package/dist/node/lib/runStepsAsync.d.ts.map +1 -0
  1217. package/dist/node/lib/runXy.d.ts +2 -0
  1218. package/dist/node/lib/runXy.d.ts.map +1 -0
  1219. package/dist/node/lib/runXyWithWarning.d.ts +2 -0
  1220. package/dist/node/lib/runXyWithWarning.d.ts.map +1 -0
  1221. package/dist/node/lib/safeExit.d.ts +8 -0
  1222. package/dist/node/lib/safeExit.d.ts.map +1 -0
  1223. package/dist/node/lib/secure/classify.d.ts +8 -0
  1224. package/dist/node/lib/secure/classify.d.ts.map +1 -0
  1225. package/dist/node/lib/secure/collectDeclaredDependencies.d.ts +6 -0
  1226. package/dist/node/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
  1227. package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
  1228. package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
  1229. package/dist/node/lib/secure/index.d.ts +7 -0
  1230. package/dist/node/lib/secure/index.d.ts.map +1 -0
  1231. package/dist/node/lib/secure/interfaces.d.ts +35 -0
  1232. package/dist/node/lib/secure/interfaces.d.ts.map +1 -0
  1233. package/dist/node/lib/secure/renderSecurityAudit.d.ts +4 -0
  1234. package/dist/node/lib/secure/renderSecurityAudit.d.ts.map +1 -0
  1235. package/dist/node/lib/secure/runSecurityAudit.d.ts +15 -0
  1236. package/dist/node/lib/secure/runSecurityAudit.d.ts.map +1 -0
  1237. package/dist/node/lib/shouldRunInstall.d.ts +2 -0
  1238. package/dist/node/lib/shouldRunInstall.d.ts.map +1 -0
  1239. package/dist/node/lib/string/empty.d.ts +3 -0
  1240. package/dist/node/lib/string/empty.d.ts.map +1 -0
  1241. package/dist/node/lib/string/index.d.ts +4 -0
  1242. package/dist/node/lib/string/index.d.ts.map +1 -0
  1243. package/dist/node/lib/string/localeCompare.d.ts +2 -0
  1244. package/dist/node/lib/string/localeCompare.d.ts.map +1 -0
  1245. package/dist/node/lib/string/union.d.ts +2 -0
  1246. package/dist/node/lib/string/union.d.ts.map +1 -0
  1247. package/dist/node/lib/toolchainVersion.d.ts +3 -0
  1248. package/dist/node/lib/toolchainVersion.d.ts.map +1 -0
  1249. package/dist/node/lib/tryRunLocalScript.d.ts +10 -0
  1250. package/dist/node/lib/tryRunLocalScript.d.ts.map +1 -0
  1251. package/dist/node/lib/updo/applyUpdates.d.ts +4 -0
  1252. package/dist/node/lib/updo/applyUpdates.d.ts.map +1 -0
  1253. package/dist/node/lib/updo/collectWorkspaceDeps.d.ts +4 -0
  1254. package/dist/node/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
  1255. package/dist/node/lib/updo/fetchRegistryInfo.d.ts +37 -0
  1256. package/dist/node/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
  1257. package/dist/node/lib/updo/index.d.ts +9 -0
  1258. package/dist/node/lib/updo/index.d.ts.map +1 -0
  1259. package/dist/node/lib/updo/interactiveSelect.d.ts +31 -0
  1260. package/dist/node/lib/updo/interactiveSelect.d.ts.map +1 -0
  1261. package/dist/node/lib/updo/interfaces.d.ts +50 -0
  1262. package/dist/node/lib/updo/interfaces.d.ts.map +1 -0
  1263. package/dist/node/lib/updo/renderTable.d.ts +3 -0
  1264. package/dist/node/lib/updo/renderTable.d.ts.map +1 -0
  1265. package/dist/node/lib/updo/resolveVersions.d.ts +19 -0
  1266. package/dist/node/lib/updo/resolveVersions.d.ts.map +1 -0
  1267. package/dist/node/lib/updo/runUpdo.d.ts +27 -0
  1268. package/dist/node/lib/updo/runUpdo.d.ts.map +1 -0
  1269. package/dist/node/lib/withErrnoException.d.ts +2 -0
  1270. package/dist/node/lib/withErrnoException.d.ts.map +1 -0
  1271. package/dist/node/lib/withError.d.ts +2 -0
  1272. package/dist/node/lib/withError.d.ts.map +1 -0
  1273. package/dist/node/lib/yarn/index.d.ts +3 -0
  1274. package/dist/node/lib/yarn/index.d.ts.map +1 -0
  1275. package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
  1276. package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
  1277. package/dist/node/lib/yarn/workspace/Workspace.d.ts +2 -0
  1278. package/dist/node/lib/yarn/workspace/Workspace.d.ts.map +1 -0
  1279. package/dist/node/lib/yarn/workspace/index.d.ts +3 -0
  1280. package/dist/node/lib/yarn/workspace/index.d.ts.map +1 -0
  1281. package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
  1282. package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
  1283. package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
  1284. package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
  1285. package/dist/node/loadPackageConfig.d.ts +40 -0
  1286. package/dist/node/loadPackageConfig.d.ts.map +1 -0
  1287. package/dist/node/pm/PackageManager.d.ts +85 -0
  1288. package/dist/node/pm/PackageManager.d.ts.map +1 -0
  1289. package/dist/node/pm/bunPackageManager.d.ts +20 -0
  1290. package/dist/node/pm/bunPackageManager.d.ts.map +1 -0
  1291. package/dist/node/pm/detectPackageManager.d.ts +3 -0
  1292. package/dist/node/pm/detectPackageManager.d.ts.map +1 -0
  1293. package/dist/node/pm/index.d.ts +11 -0
  1294. package/dist/node/pm/index.d.ts.map +1 -0
  1295. package/dist/node/pm/isReactProject.d.ts +3 -0
  1296. package/dist/node/pm/isReactProject.d.ts.map +1 -0
  1297. package/dist/node/pm/npmPackageManager.d.ts +20 -0
  1298. package/dist/node/pm/npmPackageManager.d.ts.map +1 -0
  1299. package/dist/node/pm/pnpmPackageManager.d.ts +20 -0
  1300. package/dist/node/pm/pnpmPackageManager.d.ts.map +1 -0
  1301. package/dist/node/pm/registry.d.ts +5 -0
  1302. package/dist/node/pm/registry.d.ts.map +1 -0
  1303. package/dist/node/pm/resolveWorkspace.d.ts +3 -0
  1304. package/dist/node/pm/resolveWorkspace.d.ts.map +1 -0
  1305. package/dist/node/pm/runtime.d.ts +2 -0
  1306. package/dist/node/pm/runtime.d.ts.map +1 -0
  1307. package/dist/node/pm/workspaces.d.ts +15 -0
  1308. package/dist/node/pm/workspaces.d.ts.map +1 -0
  1309. package/dist/node/pm/yarnPackageManager.d.ts +20 -0
  1310. package/dist/node/pm/yarnPackageManager.d.ts.map +1 -0
  1311. package/dist/node/xy/build/buildCommand.d.ts +3 -0
  1312. package/dist/node/xy/build/buildCommand.d.ts.map +1 -0
  1313. package/dist/node/xy/build/compileCommand.d.ts +3 -0
  1314. package/dist/node/xy/build/compileCommand.d.ts.map +1 -0
  1315. package/dist/node/xy/build/copyAssetsCommand.d.ts +3 -0
  1316. package/dist/node/xy/build/copyAssetsCommand.d.ts.map +1 -0
  1317. package/dist/node/xy/build/index.d.ts +3 -0
  1318. package/dist/node/xy/build/index.d.ts.map +1 -0
  1319. package/dist/node/xy/build/rebuildCommand.d.ts +3 -0
  1320. package/dist/node/xy/build/rebuildCommand.d.ts.map +1 -0
  1321. package/dist/node/xy/build/recompileCommand.d.ts +3 -0
  1322. package/dist/node/xy/build/recompileCommand.d.ts.map +1 -0
  1323. package/dist/node/xy/build/tscValidateCommand.d.ts +3 -0
  1324. package/dist/node/xy/build/tscValidateCommand.d.ts.map +1 -0
  1325. package/dist/node/xy/common/checkCommand.d.ts +3 -0
  1326. package/dist/node/xy/common/checkCommand.d.ts.map +1 -0
  1327. package/dist/node/xy/common/deadCommand.d.ts +3 -0
  1328. package/dist/node/xy/common/deadCommand.d.ts.map +1 -0
  1329. package/dist/node/xy/common/gitignoreCommand.d.ts +3 -0
  1330. package/dist/node/xy/common/gitignoreCommand.d.ts.map +1 -0
  1331. package/dist/node/xy/common/gitlintCommand.d.ts +3 -0
  1332. package/dist/node/xy/common/gitlintCommand.d.ts.map +1 -0
  1333. package/dist/node/xy/common/index.d.ts +3 -0
  1334. package/dist/node/xy/common/index.d.ts.map +1 -0
  1335. package/dist/node/xy/common/licenseCommand.d.ts +3 -0
  1336. package/dist/node/xy/common/licenseCommand.d.ts.map +1 -0
  1337. package/dist/node/xy/common/npmignoreGenCommand.d.ts +3 -0
  1338. package/dist/node/xy/common/npmignoreGenCommand.d.ts.map +1 -0
  1339. package/dist/node/xy/common/orphan/cleanCommand.d.ts +3 -0
  1340. package/dist/node/xy/common/orphan/cleanCommand.d.ts.map +1 -0
  1341. package/dist/node/xy/common/orphan/index.d.ts +3 -0
  1342. package/dist/node/xy/common/orphan/index.d.ts.map +1 -0
  1343. package/dist/node/xy/common/orphan/listCommand.d.ts +3 -0
  1344. package/dist/node/xy/common/orphan/listCommand.d.ts.map +1 -0
  1345. package/dist/node/xy/common/packmanCommand.d.ts +3 -0
  1346. package/dist/node/xy/common/packmanCommand.d.ts.map +1 -0
  1347. package/dist/node/xy/common/repo/index.d.ts +3 -0
  1348. package/dist/node/xy/common/repo/index.d.ts.map +1 -0
  1349. package/dist/node/xy/common/repo/initCommand.d.ts +3 -0
  1350. package/dist/node/xy/common/repo/initCommand.d.ts.map +1 -0
  1351. package/dist/node/xy/common/repo/lintCommand.d.ts +3 -0
  1352. package/dist/node/xy/common/repo/lintCommand.d.ts.map +1 -0
  1353. package/dist/node/xy/common/retestCommand.d.ts +3 -0
  1354. package/dist/node/xy/common/retestCommand.d.ts.map +1 -0
  1355. package/dist/node/xy/common/secureCommand.d.ts +3 -0
  1356. package/dist/node/xy/common/secureCommand.d.ts.map +1 -0
  1357. package/dist/node/xy/common/skills/index.d.ts +3 -0
  1358. package/dist/node/xy/common/skills/index.d.ts.map +1 -0
  1359. package/dist/node/xy/common/testCommand.d.ts +3 -0
  1360. package/dist/node/xy/common/testCommand.d.ts.map +1 -0
  1361. package/dist/node/xy/common/work/addCommand.d.ts +3 -0
  1362. package/dist/node/xy/common/work/addCommand.d.ts.map +1 -0
  1363. package/dist/node/xy/common/work/claimCommand.d.ts +3 -0
  1364. package/dist/node/xy/common/work/claimCommand.d.ts.map +1 -0
  1365. package/dist/node/xy/common/work/doneCommand.d.ts +3 -0
  1366. package/dist/node/xy/common/work/doneCommand.d.ts.map +1 -0
  1367. package/dist/node/xy/common/work/index.d.ts +3 -0
  1368. package/dist/node/xy/common/work/index.d.ts.map +1 -0
  1369. package/dist/node/xy/common/work/initCommand.d.ts +3 -0
  1370. package/dist/node/xy/common/work/initCommand.d.ts.map +1 -0
  1371. package/dist/node/xy/common/work/listCommand.d.ts +3 -0
  1372. package/dist/node/xy/common/work/listCommand.d.ts.map +1 -0
  1373. package/dist/node/xy/common/work/nextCommand.d.ts +3 -0
  1374. package/dist/node/xy/common/work/nextCommand.d.ts.map +1 -0
  1375. package/dist/node/xy/common/work/options.d.ts +5 -0
  1376. package/dist/node/xy/common/work/options.d.ts.map +1 -0
  1377. package/dist/node/xy/common/work/queueCommand.d.ts +3 -0
  1378. package/dist/node/xy/common/work/queueCommand.d.ts.map +1 -0
  1379. package/dist/node/xy/common/work/showCommand.d.ts +3 -0
  1380. package/dist/node/xy/common/work/showCommand.d.ts.map +1 -0
  1381. package/dist/node/xy/common/work/triageCommand.d.ts +3 -0
  1382. package/dist/node/xy/common/work/triageCommand.d.ts.map +1 -0
  1383. package/dist/node/xy/common/work/updateCommand.d.ts +3 -0
  1384. package/dist/node/xy/common/work/updateCommand.d.ts.map +1 -0
  1385. package/dist/node/xy/deploy/deployCommand.d.ts +3 -0
  1386. package/dist/node/xy/deploy/deployCommand.d.ts.map +1 -0
  1387. package/dist/node/xy/deploy/index.d.ts +3 -0
  1388. package/dist/node/xy/deploy/index.d.ts.map +1 -0
  1389. package/dist/node/xy/deploy/publishCommand.d.ts +3 -0
  1390. package/dist/node/xy/deploy/publishCommand.d.ts.map +1 -0
  1391. package/dist/node/xy/index.d.ts +9 -0
  1392. package/dist/node/xy/index.d.ts.map +1 -0
  1393. package/dist/node/xy/install/cleanCommand.d.ts +3 -0
  1394. package/dist/node/xy/install/cleanCommand.d.ts.map +1 -0
  1395. package/dist/node/xy/install/index.d.ts +3 -0
  1396. package/dist/node/xy/install/index.d.ts.map +1 -0
  1397. package/dist/node/xy/install/installCommand.d.ts +3 -0
  1398. package/dist/node/xy/install/installCommand.d.ts.map +1 -0
  1399. package/dist/node/xy/install/reinstallCommand.d.ts +3 -0
  1400. package/dist/node/xy/install/reinstallCommand.d.ts.map +1 -0
  1401. package/dist/node/xy/install/staticsCommand.d.ts +3 -0
  1402. package/dist/node/xy/install/staticsCommand.d.ts.map +1 -0
  1403. package/dist/node/xy/install/upCommand.d.ts +3 -0
  1404. package/dist/node/xy/install/upCommand.d.ts.map +1 -0
  1405. package/dist/node/xy/install/updoCommand.d.ts +3 -0
  1406. package/dist/node/xy/install/updoCommand.d.ts.map +1 -0
  1407. package/dist/node/xy/lint/apiExposureCommand.d.ts +3 -0
  1408. package/dist/node/xy/lint/apiExposureCommand.d.ts.map +1 -0
  1409. package/dist/node/xy/lint/cycleCommand.d.ts +3 -0
  1410. package/dist/node/xy/lint/cycleCommand.d.ts.map +1 -0
  1411. package/dist/node/xy/lint/deplintCommand.d.ts +3 -0
  1412. package/dist/node/xy/lint/deplintCommand.d.ts.map +1 -0
  1413. package/dist/node/xy/lint/fixCommand.d.ts +3 -0
  1414. package/dist/node/xy/lint/fixCommand.d.ts.map +1 -0
  1415. package/dist/node/xy/lint/index.d.ts +3 -0
  1416. package/dist/node/xy/lint/index.d.ts.map +1 -0
  1417. package/dist/node/xy/lint/lint/configCommand.d.ts +5 -0
  1418. package/dist/node/xy/lint/lint/configCommand.d.ts.map +1 -0
  1419. package/dist/node/xy/lint/lint/index.d.ts +3 -0
  1420. package/dist/node/xy/lint/lint/index.d.ts.map +1 -0
  1421. package/dist/node/xy/lint/lint/initCommand.d.ts +3 -0
  1422. package/dist/node/xy/lint/lint/initCommand.d.ts.map +1 -0
  1423. package/dist/node/xy/lint/lint/runCommand.d.ts +3 -0
  1424. package/dist/node/xy/lint/lint/runCommand.d.ts.map +1 -0
  1425. package/dist/node/xy/lint/lintCommand.d.ts +2 -0
  1426. package/dist/node/xy/lint/lintCommand.d.ts.map +1 -0
  1427. package/dist/node/xy/lint/lintlintCommand.d.ts +3 -0
  1428. package/dist/node/xy/lint/lintlintCommand.d.ts.map +1 -0
  1429. package/dist/node/xy/lint/nodeLintCommand.d.ts +3 -0
  1430. package/dist/node/xy/lint/nodeLintCommand.d.ts.map +1 -0
  1431. package/dist/node/xy/lint/publintCommand.d.ts +3 -0
  1432. package/dist/node/xy/lint/publintCommand.d.ts.map +1 -0
  1433. package/dist/node/xy/lint/relintCommand.d.ts +3 -0
  1434. package/dist/node/xy/lint/relintCommand.d.ts.map +1 -0
  1435. package/dist/node/xy/lint/republintCommand.d.ts +3 -0
  1436. package/dist/node/xy/lint/republintCommand.d.ts.map +1 -0
  1437. package/dist/node/xy/lint/sonarCommand.d.ts +3 -0
  1438. package/dist/node/xy/lint/sonarCommand.d.ts.map +1 -0
  1439. package/dist/node/xy/packageManagerWarning.d.ts +4 -0
  1440. package/dist/node/xy/packageManagerWarning.d.ts.map +1 -0
  1441. package/dist/node/xy/param.d.ts +5 -0
  1442. package/dist/node/xy/param.d.ts.map +1 -0
  1443. package/dist/node/xy/react/analyzeCommand.d.ts +3 -0
  1444. package/dist/node/xy/react/analyzeCommand.d.ts.map +1 -0
  1445. package/dist/node/xy/react/ejectCommand.d.ts +3 -0
  1446. package/dist/node/xy/react/ejectCommand.d.ts.map +1 -0
  1447. package/dist/node/xy/react/index.d.ts +3 -0
  1448. package/dist/node/xy/react/index.d.ts.map +1 -0
  1449. package/dist/node/xy/react/sitemapCommand.d.ts +3 -0
  1450. package/dist/node/xy/react/sitemapCommand.d.ts.map +1 -0
  1451. package/dist/node/xy/react/startCommand.d.ts +3 -0
  1452. package/dist/node/xy/react/startCommand.d.ts.map +1 -0
  1453. package/dist/node/xy/xy.d.ts +20 -0
  1454. package/dist/node/xy/xy.d.ts.map +1 -0
  1455. package/dist/node/xy/xyParseOptions.d.ts +3 -0
  1456. package/dist/node/xy/xyParseOptions.d.ts.map +1 -0
  1457. package/dist/pm/PackageManager.d.ts +85 -0
  1458. package/dist/pm/PackageManager.d.ts.map +1 -0
  1459. package/dist/pm/bunPackageManager.d.ts +20 -0
  1460. package/dist/pm/bunPackageManager.d.ts.map +1 -0
  1461. package/dist/pm/detectPackageManager.d.ts +3 -0
  1462. package/dist/pm/detectPackageManager.d.ts.map +1 -0
  1463. package/dist/pm/detectReact.d.ts +3 -0
  1464. package/dist/pm/detectReact.d.ts.map +1 -0
  1465. package/dist/pm/index.d.ts +11 -0
  1466. package/dist/pm/index.d.ts.map +1 -0
  1467. package/dist/pm/isReactProject.d.ts +3 -0
  1468. package/dist/pm/isReactProject.d.ts.map +1 -0
  1469. package/dist/pm/npmPackageManager.d.ts +20 -0
  1470. package/dist/pm/npmPackageManager.d.ts.map +1 -0
  1471. package/dist/pm/pnpmPackageManager.d.ts +20 -0
  1472. package/dist/pm/pnpmPackageManager.d.ts.map +1 -0
  1473. package/dist/pm/registry.d.ts +5 -0
  1474. package/dist/pm/registry.d.ts.map +1 -0
  1475. package/dist/pm/resolveWorkspace.d.ts +3 -0
  1476. package/dist/pm/resolveWorkspace.d.ts.map +1 -0
  1477. package/dist/pm/runtime.d.ts +2 -0
  1478. package/dist/pm/runtime.d.ts.map +1 -0
  1479. package/dist/pm/workspaces.d.ts +15 -0
  1480. package/dist/pm/workspaces.d.ts.map +1 -0
  1481. package/dist/pm/yarnPackageManager.d.ts +20 -0
  1482. package/dist/pm/yarnPackageManager.d.ts.map +1 -0
  1483. package/dist/xy/build/buildCommand.d.ts +3 -0
  1484. package/dist/xy/build/buildCommand.d.ts.map +1 -0
  1485. package/dist/xy/build/compileCommand.d.ts +3 -0
  1486. package/dist/xy/build/compileCommand.d.ts.map +1 -0
  1487. package/dist/xy/build/copyAssetsCommand.d.ts +3 -0
  1488. package/dist/xy/build/copyAssetsCommand.d.ts.map +1 -0
  1489. package/dist/xy/build/index.d.ts +3 -0
  1490. package/dist/xy/build/index.d.ts.map +1 -0
  1491. package/dist/xy/build/rebuildCommand.d.ts +3 -0
  1492. package/dist/xy/build/rebuildCommand.d.ts.map +1 -0
  1493. package/dist/xy/build/recompileCommand.d.ts +3 -0
  1494. package/dist/xy/build/recompileCommand.d.ts.map +1 -0
  1495. package/dist/xy/build/tscValidateCommand.d.ts +3 -0
  1496. package/dist/xy/build/tscValidateCommand.d.ts.map +1 -0
  1497. package/dist/xy/common/checkCommand.d.ts +3 -0
  1498. package/dist/xy/common/checkCommand.d.ts.map +1 -0
  1499. package/dist/xy/common/claude/checkCommand.d.ts +3 -0
  1500. package/dist/xy/common/claude/checkCommand.d.ts.map +1 -0
  1501. package/dist/xy/common/claude/cleanCommand.d.ts +3 -0
  1502. package/dist/xy/common/claude/cleanCommand.d.ts.map +1 -0
  1503. package/dist/xy/common/claude/commandsCommand.d.ts +3 -0
  1504. package/dist/xy/common/claude/commandsCommand.d.ts.map +1 -0
  1505. package/dist/xy/common/claude/index.d.ts +3 -0
  1506. package/dist/xy/common/claude/index.d.ts.map +1 -0
  1507. package/dist/xy/common/claude/initCommand.d.ts +3 -0
  1508. package/dist/xy/common/claude/initCommand.d.ts.map +1 -0
  1509. package/dist/xy/common/claude/rulesCommand.d.ts +3 -0
  1510. package/dist/xy/common/claude/rulesCommand.d.ts.map +1 -0
  1511. package/dist/xy/common/claude/settingsCommand.d.ts +3 -0
  1512. package/dist/xy/common/claude/settingsCommand.d.ts.map +1 -0
  1513. package/dist/xy/common/claude/skillsCommand.d.ts +3 -0
  1514. package/dist/xy/common/claude/skillsCommand.d.ts.map +1 -0
  1515. package/dist/xy/common/deadCommand.d.ts +3 -0
  1516. package/dist/xy/common/deadCommand.d.ts.map +1 -0
  1517. package/dist/xy/common/gitignoreCommand.d.ts +3 -0
  1518. package/dist/xy/common/gitignoreCommand.d.ts.map +1 -0
  1519. package/dist/xy/common/gitlintCommand.d.ts +3 -0
  1520. package/dist/xy/common/gitlintCommand.d.ts.map +1 -0
  1521. package/dist/xy/common/index.d.ts +3 -0
  1522. package/dist/xy/common/index.d.ts.map +1 -0
  1523. package/dist/xy/common/licenseCommand.d.ts +3 -0
  1524. package/dist/xy/common/licenseCommand.d.ts.map +1 -0
  1525. package/dist/xy/common/npmignoreGenCommand.d.ts +3 -0
  1526. package/dist/xy/common/npmignoreGenCommand.d.ts.map +1 -0
  1527. package/dist/xy/common/orphan/cleanCommand.d.ts +3 -0
  1528. package/dist/xy/common/orphan/cleanCommand.d.ts.map +1 -0
  1529. package/dist/xy/common/orphan/index.d.ts +3 -0
  1530. package/dist/xy/common/orphan/index.d.ts.map +1 -0
  1531. package/dist/xy/common/orphan/listCommand.d.ts +3 -0
  1532. package/dist/xy/common/orphan/listCommand.d.ts.map +1 -0
  1533. package/dist/xy/common/packmanCommand.d.ts +3 -0
  1534. package/dist/xy/common/packmanCommand.d.ts.map +1 -0
  1535. package/dist/xy/common/repo/index.d.ts +3 -0
  1536. package/dist/xy/common/repo/index.d.ts.map +1 -0
  1537. package/dist/xy/common/repo/initCommand.d.ts +3 -0
  1538. package/dist/xy/common/repo/initCommand.d.ts.map +1 -0
  1539. package/dist/xy/common/repo/lintCommand.d.ts +3 -0
  1540. package/dist/xy/common/repo/lintCommand.d.ts.map +1 -0
  1541. package/dist/xy/common/retestCommand.d.ts +3 -0
  1542. package/dist/xy/common/retestCommand.d.ts.map +1 -0
  1543. package/dist/xy/common/secureCommand.d.ts +3 -0
  1544. package/dist/xy/common/secureCommand.d.ts.map +1 -0
  1545. package/dist/xy/common/skills/addCommand.d.ts +3 -0
  1546. package/dist/xy/common/skills/addCommand.d.ts.map +1 -0
  1547. package/dist/xy/common/skills/experimentalInstallCommand.d.ts +3 -0
  1548. package/dist/xy/common/skills/experimentalInstallCommand.d.ts.map +1 -0
  1549. package/dist/xy/common/skills/experimentalSyncCommand.d.ts +3 -0
  1550. package/dist/xy/common/skills/experimentalSyncCommand.d.ts.map +1 -0
  1551. package/dist/xy/common/skills/findCommand.d.ts +3 -0
  1552. package/dist/xy/common/skills/findCommand.d.ts.map +1 -0
  1553. package/dist/xy/common/skills/index.d.ts +3 -0
  1554. package/dist/xy/common/skills/index.d.ts.map +1 -0
  1555. package/dist/xy/common/skills/initCommand.d.ts +3 -0
  1556. package/dist/xy/common/skills/initCommand.d.ts.map +1 -0
  1557. package/dist/xy/common/skills/lintCommand.d.ts +3 -0
  1558. package/dist/xy/common/skills/lintCommand.d.ts.map +1 -0
  1559. package/dist/xy/common/skills/listCommand.d.ts +3 -0
  1560. package/dist/xy/common/skills/listCommand.d.ts.map +1 -0
  1561. package/dist/xy/common/skills/removeCommand.d.ts +3 -0
  1562. package/dist/xy/common/skills/removeCommand.d.ts.map +1 -0
  1563. package/dist/xy/common/skills/updateCommand.d.ts +3 -0
  1564. package/dist/xy/common/skills/updateCommand.d.ts.map +1 -0
  1565. package/dist/xy/common/skills/updoCommand.d.ts +3 -0
  1566. package/dist/xy/common/skills/updoCommand.d.ts.map +1 -0
  1567. package/dist/xy/common/testCommand.d.ts +3 -0
  1568. package/dist/xy/common/testCommand.d.ts.map +1 -0
  1569. package/dist/xy/common/work/addCommand.d.ts +3 -0
  1570. package/dist/xy/common/work/addCommand.d.ts.map +1 -0
  1571. package/dist/xy/common/work/claimCommand.d.ts +3 -0
  1572. package/dist/xy/common/work/claimCommand.d.ts.map +1 -0
  1573. package/dist/xy/common/work/doneCommand.d.ts +3 -0
  1574. package/dist/xy/common/work/doneCommand.d.ts.map +1 -0
  1575. package/dist/xy/common/work/index.d.ts +3 -0
  1576. package/dist/xy/common/work/index.d.ts.map +1 -0
  1577. package/dist/xy/common/work/initCommand.d.ts +3 -0
  1578. package/dist/xy/common/work/initCommand.d.ts.map +1 -0
  1579. package/dist/xy/common/work/listCommand.d.ts +3 -0
  1580. package/dist/xy/common/work/listCommand.d.ts.map +1 -0
  1581. package/dist/xy/common/work/nextCommand.d.ts +3 -0
  1582. package/dist/xy/common/work/nextCommand.d.ts.map +1 -0
  1583. package/dist/xy/common/work/options.d.ts +5 -0
  1584. package/dist/xy/common/work/options.d.ts.map +1 -0
  1585. package/dist/xy/common/work/queueCommand.d.ts +3 -0
  1586. package/dist/xy/common/work/queueCommand.d.ts.map +1 -0
  1587. package/dist/xy/common/work/showCommand.d.ts +3 -0
  1588. package/dist/xy/common/work/showCommand.d.ts.map +1 -0
  1589. package/dist/xy/common/work/triageCommand.d.ts +3 -0
  1590. package/dist/xy/common/work/triageCommand.d.ts.map +1 -0
  1591. package/dist/xy/common/work/updateCommand.d.ts +3 -0
  1592. package/dist/xy/common/work/updateCommand.d.ts.map +1 -0
  1593. package/dist/xy/deploy/deployCommand.d.ts +3 -0
  1594. package/dist/xy/deploy/deployCommand.d.ts.map +1 -0
  1595. package/dist/xy/deploy/index.d.ts +3 -0
  1596. package/dist/xy/deploy/index.d.ts.map +1 -0
  1597. package/dist/xy/deploy/publishCommand.d.ts +3 -0
  1598. package/dist/xy/deploy/publishCommand.d.ts.map +1 -0
  1599. package/dist/xy/index.d.ts +9 -0
  1600. package/dist/xy/index.d.ts.map +1 -0
  1601. package/dist/xy/install/cleanCommand.d.ts +3 -0
  1602. package/dist/xy/install/cleanCommand.d.ts.map +1 -0
  1603. package/dist/xy/install/index.d.ts +3 -0
  1604. package/dist/xy/install/index.d.ts.map +1 -0
  1605. package/dist/xy/install/installCommand.d.ts +3 -0
  1606. package/dist/xy/install/installCommand.d.ts.map +1 -0
  1607. package/dist/xy/install/reinstallCommand.d.ts +3 -0
  1608. package/dist/xy/install/reinstallCommand.d.ts.map +1 -0
  1609. package/dist/xy/install/staticsCommand.d.ts +3 -0
  1610. package/dist/xy/install/staticsCommand.d.ts.map +1 -0
  1611. package/dist/xy/install/upCommand.d.ts +3 -0
  1612. package/dist/xy/install/upCommand.d.ts.map +1 -0
  1613. package/dist/xy/install/updoCommand.d.ts +3 -0
  1614. package/dist/xy/install/updoCommand.d.ts.map +1 -0
  1615. package/dist/xy/install/upskillsCommand.d.ts +3 -0
  1616. package/dist/xy/install/upskillsCommand.d.ts.map +1 -0
  1617. package/dist/xy/lint/apiExposureCommand.d.ts +3 -0
  1618. package/dist/xy/lint/apiExposureCommand.d.ts.map +1 -0
  1619. package/dist/xy/lint/cycleCommand.d.ts +3 -0
  1620. package/dist/xy/lint/cycleCommand.d.ts.map +1 -0
  1621. package/dist/xy/lint/deplintCommand.d.ts +3 -0
  1622. package/dist/xy/lint/deplintCommand.d.ts.map +1 -0
  1623. package/dist/xy/lint/fixCommand.d.ts +3 -0
  1624. package/dist/xy/lint/fixCommand.d.ts.map +1 -0
  1625. package/dist/xy/lint/index.d.ts +3 -0
  1626. package/dist/xy/lint/index.d.ts.map +1 -0
  1627. package/dist/xy/lint/lint/configCommand.d.ts +5 -0
  1628. package/dist/xy/lint/lint/configCommand.d.ts.map +1 -0
  1629. package/dist/xy/lint/lint/index.d.ts +3 -0
  1630. package/dist/xy/lint/lint/index.d.ts.map +1 -0
  1631. package/dist/xy/lint/lint/initCommand.d.ts +3 -0
  1632. package/dist/xy/lint/lint/initCommand.d.ts.map +1 -0
  1633. package/dist/xy/lint/lint/runCommand.d.ts +3 -0
  1634. package/dist/xy/lint/lint/runCommand.d.ts.map +1 -0
  1635. package/dist/xy/lint/lintCommand.d.ts +2 -0
  1636. package/dist/xy/lint/lintCommand.d.ts.map +1 -0
  1637. package/dist/xy/lint/lintlintCommand.d.ts +3 -0
  1638. package/dist/xy/lint/lintlintCommand.d.ts.map +1 -0
  1639. package/dist/xy/lint/nodeLintCommand.d.ts +3 -0
  1640. package/dist/xy/lint/nodeLintCommand.d.ts.map +1 -0
  1641. package/dist/xy/lint/publintCommand.d.ts +3 -0
  1642. package/dist/xy/lint/publintCommand.d.ts.map +1 -0
  1643. package/dist/xy/lint/relintCommand.d.ts +3 -0
  1644. package/dist/xy/lint/relintCommand.d.ts.map +1 -0
  1645. package/dist/xy/lint/republintCommand.d.ts +3 -0
  1646. package/dist/xy/lint/republintCommand.d.ts.map +1 -0
  1647. package/dist/xy/lint/sonarCommand.d.ts +3 -0
  1648. package/dist/xy/lint/sonarCommand.d.ts.map +1 -0
  1649. package/dist/xy/packageManagerWarning.d.ts +4 -0
  1650. package/dist/xy/packageManagerWarning.d.ts.map +1 -0
  1651. package/dist/xy/param.d.ts +5 -0
  1652. package/dist/xy/param.d.ts.map +1 -0
  1653. package/dist/xy/react/analyzeCommand.d.ts +3 -0
  1654. package/dist/xy/react/analyzeCommand.d.ts.map +1 -0
  1655. package/dist/xy/react/ejectCommand.d.ts +3 -0
  1656. package/dist/xy/react/ejectCommand.d.ts.map +1 -0
  1657. package/dist/xy/react/index.d.ts +3 -0
  1658. package/dist/xy/react/index.d.ts.map +1 -0
  1659. package/dist/xy/react/sitemapCommand.d.ts +3 -0
  1660. package/dist/xy/react/sitemapCommand.d.ts.map +1 -0
  1661. package/dist/xy/react/startCommand.d.ts +3 -0
  1662. package/dist/xy/react/startCommand.d.ts.map +1 -0
  1663. package/dist/xy/xy.d.ts +20 -0
  1664. package/dist/xy/xy.d.ts.map +1 -0
  1665. package/dist/xy/xyParseOptions.d.ts +3 -0
  1666. package/dist/xy/xyParseOptions.d.ts.map +1 -0
  1667. package/package.json +108 -0
  1668. package/templates/gitignore/gitignore/template.gitignore +51 -0
  1669. package/templates/gitignore/template.gitignore +51 -0
  1670. package/templates/repo/cli/package/package.json.tmpl +62 -0
  1671. package/templates/repo/cli/package/src/__packageName__.ts.tmpl +21 -0
  1672. package/templates/repo/cli/package/src/actions/index.ts +1 -0
  1673. package/templates/repo/cli/package/src/actions/printVersion.ts.tmpl +8 -0
  1674. package/templates/repo/cli/package/src/bin/__packageName__.ts.tmpl +12 -0
  1675. package/templates/repo/cli/package/src/commands/index.ts +1 -0
  1676. package/templates/repo/cli/package/src/commands/versionCommand.ts.tmpl +11 -0
  1677. package/templates/repo/cli/package/src/index.ts.tmpl +1 -0
  1678. package/templates/repo/cli/package/tsconfig.build.json +25 -0
  1679. package/templates/repo/cli/package/tsconfig.json +4 -0
  1680. package/templates/repo/cli/package/xy.config.ts +3 -0
  1681. package/templates/repo/cli/root/CLAUDE.md.tmpl +36 -0
  1682. package/templates/repo/cli/root/cspell.json.tmpl +13 -0
  1683. package/templates/repo/cli/root/eslint.config.ts +20 -0
  1684. package/templates/repo/cli/root/github/workflows/build-bun.yml.tmpl +30 -0
  1685. package/templates/repo/cli/root/github/workflows/build-npm.yml.tmpl +32 -0
  1686. package/templates/repo/cli/root/github/workflows/build-pnpm.yml.tmpl +34 -0
  1687. package/templates/repo/cli/root/github/workflows/build-yarn.yml.tmpl +32 -0
  1688. package/templates/repo/cli/root/gitignore.tmpl +47 -0
  1689. package/templates/repo/cli/root/package.json.tmpl +54 -0
  1690. package/templates/repo/cli/root/pnpm-workspace.yaml +2 -0
  1691. package/templates/repo/cli/root/tsconfig.json +4 -0
  1692. package/templates/repo/cli/root/vitest.config.ts +31 -0
  1693. package/templates/repo/cli/root/xy.config.ts.tmpl +5 -0
@@ -0,0 +1,462 @@
1
+ import type { BuildOptions } from 'esbuild';
2
+ import type { ApiExposureConfig } from './ApiExposureConfig.ts';
3
+ import type { MonolithConfig } from './MonolithConfig.ts';
4
+ export type EntryMode = 'all' | 'single' | 'auto' | 'platform' | 'custom';
5
+ /**
6
+ * Configuration for specifying which paths are targeted.
7
+ */
8
+ export interface PathConfig {
9
+ /**
10
+ * Glob patterns to exclude (takes precedence over include).
11
+ */
12
+ exclude?: string[];
13
+ /**
14
+ * Glob patterns to include.
15
+ */
16
+ include?: string[];
17
+ }
18
+ /**
19
+ * Configuration for Dynamic Share.
20
+ */
21
+ export interface DynamicShareConfig extends PathConfig {
22
+ }
23
+ /**
24
+ * Configuration for Live Share.
25
+ */
26
+ export interface LiveShareConfig extends PathConfig {
27
+ }
28
+ /**
29
+ * How `xy compile` produces JavaScript output.
30
+ * - `library` (default): bundle each entry's local source graph; keep npm deps external
31
+ * - `bundle`: bundle entries and selected npm/workspace packages into outputs
32
+ * - `monolith`: one package hosting many modules under `src/modules/` with
33
+ * `#module` imports — layout sync, library compile with computed entries,
34
+ * and declaration import rewriting (see MonolithConfig)
35
+ * - `transpile`: emit one output file per source file without rolling up imports
36
+ * - `tsc`: reserved for pure TypeScript emit (not wired into `packageCompile` yet)
37
+ * - `vendor`: copy pre-compiled workspace package dist into a shared vendor tree,
38
+ * rewrite scoped imports to relative paths, and emit umbrella subpath shims
39
+ */
40
+ export type CompileMode = 'bundle' | 'library' | 'monolith' | 'transpile' | 'tsc' | 'vendor';
41
+ /**
42
+ * Select which npm packages esbuild inlines when `compile.mode` is `bundle`, or
43
+ * when `compile.mode` is `library` with selective workspace/org bundling enabled.
44
+ */
45
+ export interface BundlePackagesConfig {
46
+ /** Bundle all npm packages not matched by other rules or `external`. */
47
+ all?: boolean;
48
+ /** Package names or glob patterns that always stay external (e.g. `typescript`). */
49
+ external?: string[];
50
+ /** Scope prefixes or patterns to bundle (e.g. `@xylabs` or `@xylabs/*`). */
51
+ scopes?: string[];
52
+ /** Bundle packages declared in this monorepo's workspace. */
53
+ workspace?: boolean;
54
+ }
55
+ /**
56
+ * Select which workspace packages are vendored when `compile.mode` is `vendor`.
57
+ */
58
+ export interface VendorPackagesConfig {
59
+ /**
60
+ * Runtime subpath names that emit node/browser/neutral export conditions.
61
+ * When omitted, inferred from packages with multi-platform exports.
62
+ */
63
+ conditionalSubpaths?: string[];
64
+ /** Short package names to skip when vendoring (e.g. `sdk`). */
65
+ exclude?: string[];
66
+ /** Scope prefixes to vendor (e.g. `@internal` or `@internal/*`). */
67
+ scopes: string[];
68
+ /** Umbrella self-scope whose subpath imports are rewritten (e.g. `@ariestools/sdk`). */
69
+ selfScope?: string;
70
+ }
71
+ /** Barrel source files used to discover the vendored package set. */
72
+ export interface VendorBarrelConfig {
73
+ /** Model barrel relative to the package root. Default: `src/model.ts`. */
74
+ model?: string;
75
+ /** Runtime barrel relative to the package root. Default: `src/index.ts`. */
76
+ runtime?: string;
77
+ }
78
+ export interface CompileConfig {
79
+ /**
80
+ * Which npm packages to inline when bundling. Only applies to `library` (selective)
81
+ * and `bundle` modes. In `bundle` mode, defaults to `{ all: true }` when unset.
82
+ */
83
+ bundlePackages?: BundlePackagesConfig;
84
+ bundleTypes?: boolean;
85
+ /** @param entryMode all, single, custom, platform, or auto */
86
+ entryMode?: EntryMode;
87
+ /**
88
+ * Output strategy for esbuild. Defaults to `library`.
89
+ * `transpile` defaults `entryMode` to `all` when not set explicitly.
90
+ */
91
+ mode?: CompileMode;
92
+ /** Module layout for `mode: 'monolith'`. See {@link MonolithConfig}. */
93
+ monolith?: MonolithConfig;
94
+ /** @param when building types with tsc, should it use the outDir to write to? */
95
+ outDirAsBuildDir?: boolean;
96
+ /**
97
+ * When true (default), `xy compile` runs `tsc -p tsconfig.json` as a
98
+ * no-emit pre-pass to validate every TypeScript file in the package,
99
+ * including specs, stories, configs, and .storybook/. Set to false to
100
+ * skip — useful as a temporary escape hatch while migrating a package.
101
+ */
102
+ validate?: boolean;
103
+ /**
104
+ * How root-level `xy compile` (and build/rebuild/recompile) runs the
105
+ * type-validation pass.
106
+ * - `per-package` (default): spawn `tsc -p` in every workspace
107
+ * (`package-compile --validate-only`).
108
+ * - `shared`: validate all packages in one process with a shared
109
+ * source-file cache (the `xy tsc-validate` engine). Each package is
110
+ * still checked under its own tsconfig options; total work drops
111
+ * because shared dependency declarations are parsed once.
112
+ * Single-package compiles (`xy compile <pkg>`) always validate in-package.
113
+ */
114
+ validator?: 'per-package' | 'shared';
115
+ /** Barrel paths for `vendor` mode. */
116
+ vendorBarrel?: VendorBarrelConfig;
117
+ /** Directory under `dist/` for vendored workspace packages. Default: `_pkg`. */
118
+ vendorDir?: string;
119
+ /** Workspace packages to vendor when `mode` is `vendor`. */
120
+ vendorPackages?: VendorPackagesConfig;
121
+ /** Rewrite `package.json` `exports` to match the generated vendor layout. Default: true. */
122
+ vendorSyncExports?: boolean;
123
+ }
124
+ /**
125
+ * Custom entry with an explicit output name, esbuild `{in, out}` style.
126
+ * `in` is relative to the platform source directory; `out` is the dist
127
+ * basename (no extension). Only valid with `entryMode: 'custom'`.
128
+ */
129
+ export interface CustomCompileEntry {
130
+ in: string;
131
+ out: string;
132
+ }
133
+ export type PackageCompileEntryOptions = BuildOptions & Record<string, unknown> & {
134
+ /**
135
+ * Extra entries relative to the platform source directory. This preserves the
136
+ * old tsup-style `entry` field used by existing xy.config.ts files.
137
+ */
138
+ entry?: (string | CustomCompileEntry)[];
139
+ /** @deprecated Use esbuild's `outdir` or the default platform output layout. */
140
+ outDir?: string;
141
+ };
142
+ export type LegacyPackageCompileOptions = PackageCompileEntryOptions & Record<string, unknown>;
143
+ /**
144
+ * Per-platform compile targets follow opt-in semantics:
145
+ * - `true` or a non-empty object (e.g. `{ src: {} }`) → build this target.
146
+ * - `false`, `{}`, or absent → do not build this target. (`{}` is deprecated;
147
+ * prefer `false` or omitting the field.)
148
+ *
149
+ * When no target is enabled, `neutral` builds by default. Enabling any target
150
+ * turns every unlisted target off — e.g. `{ node: true }` builds node only,
151
+ * while `{ node: true, neutral: true }` builds both.
152
+ */
153
+ export type PackageCompileEsbuildConfig = CompileConfig & {
154
+ /** Browser target. See {@link PackageCompileEsbuildConfig} for target semantics. */
155
+ browser?: Record<string, LegacyPackageCompileOptions> | boolean;
156
+ esbuild?: {
157
+ options?: PackageCompileEntryOptions;
158
+ };
159
+ /** Neutral target — built by default when no target is enabled. See {@link PackageCompileEsbuildConfig}. */
160
+ neutral?: Record<string, LegacyPackageCompileOptions> | boolean;
161
+ /** Node target. See {@link PackageCompileEsbuildConfig} for target semantics. */
162
+ node?: Record<string, LegacyPackageCompileOptions> | boolean;
163
+ /** @deprecated Use `esbuild.options` instead. Shared fields are still honored. */
164
+ tsup?: {
165
+ options?: LegacyPackageCompileOptions;
166
+ };
167
+ verbose?: boolean;
168
+ };
169
+ /** @deprecated Use PackageCompileEsbuildConfig. */
170
+ export type PackageCompileTsupConfig = PackageCompileEsbuildConfig;
171
+ export type PackageCompileTscConfig = CompileConfig & {
172
+ mode: 'tsc';
173
+ };
174
+ /** Vendor mode uses the same per-platform target fields as esbuild compile. */
175
+ export type PackageCompileVendorConfig = PackageCompileEsbuildConfig & {
176
+ mode: 'vendor';
177
+ };
178
+ /** Monolith mode compiles via the esbuild library pipeline with computed entries. */
179
+ export type PackageCompileMonolithConfig = PackageCompileEsbuildConfig & {
180
+ mode: 'monolith';
181
+ monolith: MonolithConfig;
182
+ };
183
+ /**
184
+ * How deplint should classify a dependency.
185
+ * - `dep`: must stay in `dependencies` (never promoted to peerDependencies)
186
+ * - `peer`: should be treated as a peerDependency (overrides a parent `dep` setting)
187
+ * - `dev`: must only appear in `devDependencies`; flagged as misplaced if found in `dependencies` or `peerDependencies`
188
+ */
189
+ export type DeplintRefType = 'dep' | 'dev' | 'peer';
190
+ /**
191
+ * Per-package configuration within deplint.
192
+ */
193
+ export interface DeplintPackageConfig {
194
+ /**
195
+ * Force `peerDependenciesMeta[<name>].optional` when this package is added
196
+ * to `peerDependencies`. Omit (default) to auto-derive from the requiring
197
+ * dependencies' own `peerDependenciesMeta` — optional only when every
198
+ * requiring source marks it optional.
199
+ */
200
+ peerOptional?: boolean;
201
+ /** How this dependency should be classified. */
202
+ refType?: DeplintRefType;
203
+ }
204
+ export type DeplintRuleLevel = 'error' | 'off' | 'warn';
205
+ export interface DeplintRuleCommonOptions {
206
+ /**
207
+ * Package names or glob patterns to suppress for this rule.
208
+ * Examples: `react`, `@scope/*`.
209
+ */
210
+ ignore?: string[];
211
+ }
212
+ export interface DeplintPeerRangeStyleRuleOptions extends DeplintRuleCommonOptions {
213
+ /**
214
+ * Broad peer range upper-bound style. Setting this implies
215
+ * `form: "broad"` for backward compatibility.
216
+ * - `infer` keeps the current behavior: `~` devDeps use a minor bound,
217
+ * everything else uses a major bound.
218
+ * - `major` always uses `<next-major>`.
219
+ * - `minor` always uses `<next-minor>`.
220
+ */
221
+ bound?: 'infer' | 'major' | 'minor';
222
+ /**
223
+ * Peer range style to enforce.
224
+ * - `shorthand` rejects non-canonical ranges and fixes them to full-patch
225
+ * caret ranges like `^1.2.3`.
226
+ * - `broad` enforces the legacy comparator form.
227
+ * @default "shorthand"
228
+ */
229
+ form?: 'broad' | 'shorthand';
230
+ }
231
+ export interface DeplintWorkspaceProtocolRuleOptions extends DeplintRuleCommonOptions {
232
+ /**
233
+ * Workspace protocol value to write with `xy deplint --fix`.
234
+ * When set explicitly, the rule also enforces this exact value.
235
+ * @default "workspace:~"
236
+ */
237
+ protocol?: 'workspace:*' | 'workspace:^' | 'workspace:~';
238
+ }
239
+ export type DeplintRuleConfig<TOptions extends object = DeplintRuleCommonOptions> = DeplintRuleLevel | [DeplintRuleLevel, TOptions];
240
+ export interface DeplintRulesConfig {
241
+ [ruleId: string]: DeplintRuleConfig | undefined;
242
+ 'deplint.dependencies.range-style'?: DeplintRuleConfig;
243
+ 'deplint.devDependencies.range-style'?: DeplintRuleConfig;
244
+ 'deplint.peerDependencies.range-style'?: DeplintRuleConfig<DeplintPeerRangeStyleRuleOptions>;
245
+ 'deplint.workspace.protocol'?: DeplintRuleConfig<DeplintWorkspaceProtocolRuleOptions>;
246
+ }
247
+ /**
248
+ * Configuration for deplint (dependency linting).
249
+ */
250
+ export interface DeplintConfig {
251
+ /**
252
+ * How deplint decides whether an external runtime dependency of a library
253
+ * belongs in `dependencies` or `peerDependencies`.
254
+ * - `legacy` (default): every external runtime dep of a library defaults
255
+ * to `peerDependencies`.
256
+ * - `aei`: score each dependency with the API Exposure Index analyzer
257
+ * (`xy api-exposure`); only deps whose public-API coupling recommends a
258
+ * peer are promoted, borderline scores produce a non-fixable
259
+ * `deplint.dependencies.aei-review` warning instead of a fix.
260
+ * `refType` overrides, terminal packages, workspace-internal deps, and
261
+ * `@types/*` handling always take precedence over either classifier.
262
+ */
263
+ classifier?: 'aei' | 'legacy';
264
+ /**
265
+ * Workspace-relative file or directory globs to exclude from source scanning.
266
+ * Use this for generated build output such as Electron release folders.
267
+ */
268
+ exclude?: string[];
269
+ /**
270
+ * Per-dependency configuration keyed by package name.
271
+ * Cascades from root to package configs (maps are merged, with
272
+ * package-level entries overriding root-level entries for the same key).
273
+ */
274
+ packages?: Record<string, DeplintPackageConfig>;
275
+ /**
276
+ * Additional deplint rule plugins to load.
277
+ * Entries may be package names, absolute paths, or paths relative to the
278
+ * current working directory.
279
+ */
280
+ plugins?: string[];
281
+ /**
282
+ * ESLint-style rule configuration keyed by rule id.
283
+ *
284
+ * Examples:
285
+ * ```ts
286
+ * rules: {
287
+ * 'deplint.dependencies.unused': 'off',
288
+ * 'deplint.peerDependencies.range-style': ['warn', { ignore: ['typescript'], form: 'broad', bound: 'major' }],
289
+ * 'deplint.workspace.protocol': ['error', { protocol: 'workspace:^' }],
290
+ * }
291
+ * ```
292
+ *
293
+ * Root and package-level configs are merged by rule id; when the same rule
294
+ * is configured in a package, its entry replaces the root entry.
295
+ * Unconfigured rules default to warning severity and do not fail `xy deplint`.
296
+ */
297
+ rules?: DeplintRulesConfig;
298
+ /**
299
+ * Treat this package as terminal (an app or CLI, not a library).
300
+ * Terminal packages send unsatisfied runtime peers to `dependencies`
301
+ * instead of `peerDependencies`, and are exempt from the library
302
+ * peer-promotion rule.
303
+ *
304
+ * Auto-detected when `private: true`, or when the package looks like a
305
+ * bundled CLI (has `bin`, no `main`/`module`, and `exports` either
306
+ * missing or limited to `.`/`./package.json`/`./README.md`). Set this
307
+ * explicitly when neither auto-detection fires — e.g. a published CLI
308
+ * with library-shaped exports.
309
+ */
310
+ terminal?: boolean;
311
+ }
312
+ /**
313
+ * Canonical names for individually toggleable publint checks.
314
+ */
315
+ export type PublintCheckName = 'compileTargets' | 'defaultExportOrder' | 'files' | 'importToDefault' | 'main' | 'module' | 'neutralToDefault' | 'peerDeps' | 'platform' | 'publint' | 'resolutions' | 'rootSource' | 'rootTypes' | 'sideEffects' | 'source' | 'types';
316
+ export declare const ALL_PUBLINT_CHECKS: PublintCheckName[];
317
+ /** Checks that are resolved by the workspace-level publint runner, not by packagePublintDetailed. */
318
+ export declare const WORKSPACE_PUBLINT_CHECKS: PublintCheckName[];
319
+ /** Checks that only apply to published (non-private) packages */
320
+ export declare const PUBLISH_ONLY_CHECKS: PublintCheckName[];
321
+ /**
322
+ * Configuration for publint (package publishing linting).
323
+ */
324
+ export interface PublintConfig {
325
+ /**
326
+ * Check names to exclude from publint runs.
327
+ * All checks run by default; listed names are skipped.
328
+ * Cannot be used together with `include`.
329
+ */
330
+ exclude?: PublintCheckName[];
331
+ /**
332
+ * Check names to include (whitelist) in publint runs.
333
+ * Only listed checks will run; all others are skipped.
334
+ * Cannot be used together with `exclude`.
335
+ */
336
+ include?: PublintCheckName[];
337
+ /**
338
+ * Whether to run `pack` when invoking the publint library.
339
+ * When true (default), the package manager is used to determine which
340
+ * files would be published. Set to false to skip packing for faster runs.
341
+ */
342
+ pack?: boolean;
343
+ }
344
+ export type DeadRuleLevel = 'error' | 'off' | 'warn';
345
+ export interface DeadRuleCommonOptions {
346
+ /**
347
+ * Package names or glob patterns to suppress for this rule.
348
+ * Examples: `react`, `@scope/*`.
349
+ */
350
+ ignore?: string[];
351
+ }
352
+ export type DeadRuleConfig<TOptions extends object = DeadRuleCommonOptions> = DeadRuleLevel | [DeadRuleLevel, TOptions] | TOptions;
353
+ export interface DeadRulesConfig {
354
+ [ruleId: string]: DeadRuleConfig | undefined;
355
+ 'dead.package.internal'?: DeadRuleConfig;
356
+ 'dead.repo.deprecated-export'?: DeadRuleConfig;
357
+ 'dead.repo.export'?: DeadRuleConfig;
358
+ 'dead.repo.internal'?: DeadRuleConfig;
359
+ 'dead.workspace.deprecated-export'?: DeadRuleConfig;
360
+ 'dead.workspace.deprecated-unused-export'?: DeadRuleConfig;
361
+ 'dead.workspace.export'?: DeadRuleConfig;
362
+ 'dead.workspace.export-published'?: DeadRuleConfig;
363
+ }
364
+ /**
365
+ * Configuration for dead-code analysis (`xy dead`).
366
+ *
367
+ * Workspace-scoped export rules split by package visibility:
368
+ * - `dead.workspace.export` (on by default) — restricted/scoped packages whose exports
369
+ * are not imported by any other folder in the active `*.code-workspace`.
370
+ * - `dead.workspace.export-published` (off by default) — explicitly public packages;
371
+ * enable with `'warn'` or `'error'` when you want the same check for public packages.
372
+ */
373
+ export interface DeadConfig {
374
+ /**
375
+ * ESLint-style rule configuration keyed by rule id.
376
+ *
377
+ * Examples:
378
+ * ```ts
379
+ * rules: {
380
+ * 'dead.package.internal': { ignore: ['@scope/pkg'] },
381
+ * 'dead.workspace.export-published': 'warn',
382
+ * 'dead.repo.export': ['error', { ignore: ['@scope/*'] }],
383
+ * }
384
+ * ```
385
+ */
386
+ rules?: DeadRulesConfig;
387
+ }
388
+ /**
389
+ * Configuration for packman lint (package manager config linting).
390
+ */
391
+ export interface PackmanConfig {
392
+ /**
393
+ * Minimum age in minutes that a package must be published before pnpm will install it.
394
+ * Only applies when pnpm is the detected package manager.
395
+ * @default 1440 (1 day)
396
+ */
397
+ minimumReleaseAge?: number;
398
+ /**
399
+ * Package patterns to exclude from the minimumReleaseAge requirement.
400
+ * These packages can be installed immediately upon release.
401
+ * Supports exact names and scoped wildcards (e.g. '@myorg/*').
402
+ * @default ["'@xylabs/*'", "'@xyo-network/*'"]
403
+ */
404
+ minimumReleaseAgeExclude?: string[];
405
+ }
406
+ /**
407
+ * Command-specific configuration that cascades from root to package.
408
+ * Settings here override the legacy top-level equivalents.
409
+ */
410
+ export interface CommandsConfig {
411
+ apiExposure?: ApiExposureConfig;
412
+ dead?: DeadConfig;
413
+ deplint?: DeplintConfig;
414
+ packman?: PackmanConfig;
415
+ publint?: boolean | PublintConfig;
416
+ }
417
+ export interface XyConfigBase {
418
+ /**
419
+ * Command-specific settings grouped under `commands`.
420
+ * These cascade from root xy.config down to per-package xy.config files.
421
+ * Takes precedence over the legacy top-level `deplint`/`publint` fields.
422
+ */
423
+ commands?: CommandsConfig;
424
+ compile?: CompileConfig;
425
+ /** @deprecated Use `commands.deplint` instead. */
426
+ deplint?: DeplintConfig;
427
+ dynamicShare?: DynamicShareConfig;
428
+ liveShare?: LiveShareConfig;
429
+ /** @deprecated Use `commands.publint` instead. */
430
+ publint?: boolean | PublintConfig;
431
+ verbose?: boolean;
432
+ }
433
+ export interface XyEsbuildConfig extends XyConfigBase {
434
+ compile?: PackageCompileEsbuildConfig;
435
+ }
436
+ /** @deprecated Use XyEsbuildConfig. */
437
+ export interface XyTsupConfig extends XyConfigBase {
438
+ compile?: PackageCompileEsbuildConfig;
439
+ }
440
+ export interface XyTscConfig extends XyConfigBase {
441
+ compile?: PackageCompileTscConfig;
442
+ }
443
+ export type XyConfigLegacy = XyEsbuildConfig | XyTscConfig;
444
+ export type XyConfig = XyConfigLegacy & {
445
+ dev?: {
446
+ build?: {
447
+ clean?: boolean;
448
+ compile?: boolean;
449
+ deplint?: boolean;
450
+ gitlint?: boolean;
451
+ license?: boolean;
452
+ lint?: boolean;
453
+ publint?: boolean;
454
+ statics?: boolean;
455
+ verbose?: boolean;
456
+ };
457
+ compile?: PackageCompileEsbuildConfig;
458
+ verbose?: boolean;
459
+ };
460
+ verbose?: boolean;
461
+ };
462
+ //# sourceMappingURL=XyConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XyConfig.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/XyConfig.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import type { CustomCompileEntry, EntryMode, LegacyPackageCompileOptions } from './XyConfig.ts';
2
+ export declare const buildEntries: (srcDir: string, entryMode?: EntryMode, options?: LegacyPackageCompileOptions | boolean, shouldExcludeSpecAndStories?: boolean, isVerbose?: boolean) => (string | CustomCompileEntry)[];
3
+ //# sourceMappingURL=buildEntries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buildEntries.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/buildEntries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAAE,SAAS,EAAE,2BAA2B,EAC3D,MAAM,eAAe,CAAA;AAatB,eAAO,MAAM,YAAY,GACvB,QAAQ,MAAM,EACd,YAAW,SAAoB,EAC/B,UAAU,2BAA2B,GAAG,OAAO,EAC/C,qCAAkC,EAClC,mBAAiB,KAChB,CAAC,MAAM,GAAG,kBAAkB,CAAC,EA6B/B,CAAA"}
@@ -0,0 +1,7 @@
1
+ import type { XyConfig } from './XyConfig.ts';
2
+ export interface PackageCompileMode {
3
+ emitOnly?: boolean;
4
+ validateOnly?: boolean;
5
+ }
6
+ export declare const packageCompile: (inConfig?: XyConfig, mode?: PackageCompileMode) => Promise<number>;
7
+ //# sourceMappingURL=compile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compile.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/compile.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAE7C,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,cAAc,GAAU,WAAU,QAAa,EAAE,OAAM,kBAAuB,KAAG,OAAO,CAAC,MAAM,CAc3G,CAAA"}
@@ -0,0 +1,25 @@
1
+ import type { CompilerOptions, Program } from 'typescript';
2
+ export interface CreateProgramFromConfigOptions {
3
+ /** Directory used to resolve relative paths in the tsconfig. */
4
+ basePath: string;
5
+ /** JSON-form compiler options shallow-merged over the tsconfig's own. */
6
+ compilerOptions?: CompilerOptions;
7
+ /** Path to the tsconfig.json to read (with `extends` resolution). */
8
+ configFilePath: string;
9
+ /** Glob patterns of files to exclude. */
10
+ exclude?: string[];
11
+ /** Explicit files to include (always compiled). */
12
+ files?: string[];
13
+ /** Glob patterns of files to include. */
14
+ include?: string[];
15
+ }
16
+ /**
17
+ * Local replacement for `tsc-prog`'s `createProgramFromConfig`, written against
18
+ * the TypeScript compiler API directly. Reads the tsconfig at `configFilePath`,
19
+ * shallow-merges the provided (JSON-form) compiler options over it, applies
20
+ * include/files/exclude, then builds a `ts.Program` from the fully resolved
21
+ * file list. Removing `tsc-prog` drops an unmaintained dependency and keeps the
22
+ * compile path tracking the TypeScript version the repo actually uses.
23
+ */
24
+ export declare function createProgramFromConfig(options: CreateProgramFromConfigOptions): Program;
25
+ //# sourceMappingURL=createProgramFromConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createProgramFromConfig.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/createProgramFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAG1D,MAAM,WAAW,8BAA8B;IAC7C,gEAAgE;IAChE,QAAQ,EAAE,MAAM,CAAA;IAChB,yEAAyE;IACzE,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,qEAAqE;IACrE,cAAc,EAAE,MAAM,CAAA;IACtB,yCAAyC;IACzC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,yCAAyC;IACzC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,8BAA8B,GAAG,OAAO,CA6BxF"}
@@ -0,0 +1,29 @@
1
+ import type { CompilePlatform } from './resolveCompilePlatforms.ts';
2
+ export declare const relativePath: (from: string, to: string) => string;
3
+ export interface TypescriptConfigParams {
4
+ hasDeclaration?: boolean;
5
+ outDir?: string;
6
+ pkg: string;
7
+ platform: CompilePlatform;
8
+ srcDir: string;
9
+ }
10
+ export interface PackageTypescriptConfig {
11
+ compilerOptions: {
12
+ customConditions?: readonly string[];
13
+ declaration?: boolean;
14
+ declarationMap?: boolean;
15
+ emitDeclarationOnly?: boolean;
16
+ module?: 'ESNext' | 'NodeNext';
17
+ moduleResolution?: 'Bundler';
18
+ noEmit: boolean;
19
+ outDir?: string;
20
+ rootDir: string;
21
+ types?: string[];
22
+ };
23
+ exclude: string[];
24
+ extends: string;
25
+ include: string[];
26
+ }
27
+ export declare const createTypescriptConfig: ({ hasDeclaration, outDir, pkg, platform, srcDir, }: TypescriptConfigParams) => PackageTypescriptConfig;
28
+ export declare const writeTypescriptConfig: (pkg: string, platform: CompilePlatform, srcDir: string, hasDeclaration: boolean, outDir?: string) => string;
29
+ //# sourceMappingURL=createTypescriptConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createTypescriptConfig.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/createTypescriptConfig.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAOnE,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,EAAE,IAAI,MAAM,WAGpD,CAAA;AAID,MAAM,WAAW,sBAAsB;IACrC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,EAAE,MAAM,CAAA;IACX,QAAQ,EAAE,eAAe,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,eAAe,EAAE;QACf,gBAAgB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;QACpC,WAAW,CAAC,EAAE,OAAO,CAAA;QACrB,cAAc,CAAC,EAAE,OAAO,CAAA;QACxB,mBAAmB,CAAC,EAAE,OAAO,CAAA;QAC7B,MAAM,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAA;QAC9B,gBAAgB,CAAC,EAAE,SAAS,CAAA;QAC5B,MAAM,EAAE,OAAO,CAAA;QACf,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;QACf,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;KACjB,CAAA;IACD,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB;AAwDD,eAAO,MAAM,sBAAsB,GAAI,oDAMpC,sBAAsB,KAAG,uBA4B3B,CAAA;AAED,eAAO,MAAM,qBAAqB,GAChC,KAAK,MAAM,EACX,UAAU,eAAe,EACzB,QAAQ,MAAM,EACd,gBAAgB,OAAO,EACvB,SAAS,MAAM,WAYhB,CAAA"}
@@ -0,0 +1,4 @@
1
+ type AnyObject = Record<string, unknown>;
2
+ export declare function deepMergeObjects<T extends AnyObject>(objects: T[]): T;
3
+ export {};
4
+ //# sourceMappingURL=deepMerge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deepMerge.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/deepMerge.ts"],"names":[],"mappings":"AAAA,KAAK,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAuBxC,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,GAAG,CAAC,CAMrE"}
@@ -0,0 +1,5 @@
1
+ export declare const toPosixPath: (value: string) => string;
2
+ export declare const normalizeEntryPath: (entry: string) => string;
3
+ export declare const customEntryOutputName: (entry: string) => string;
4
+ export declare const entryOutputBasename: (entry: string, entryMode: "all" | "auto" | "custom" | "platform" | "single") => string;
5
+ //# sourceMappingURL=entryOutputName.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entryOutputName.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/entryOutputName.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG,MAAyC,CAAA;AAErF,eAAO,MAAM,kBAAkB,GAAI,OAAO,MAAM,KAAG,MAAmD,CAAA;AAEtG,eAAO,MAAM,qBAAqB,GAAI,OAAO,MAAM,KAAG,MAOrD,CAAA;AAED,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,EAAE,WAAW,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,KAAG,MAGjH,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare function readPackageJson(dir: string): {
2
+ exports?: unknown;
3
+ name?: string;
4
+ };
5
+ //# sourceMappingURL=findWorkspaceRoot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"findWorkspaceRoot.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/findWorkspaceRoot.ts"],"names":[],"mappings":"AAGA,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAGjF"}
@@ -0,0 +1,3 @@
1
+ import type { CompilerOptions } from 'typescript';
2
+ export declare const getCompilerOptions: (options?: CompilerOptions, fileName?: string) => CompilerOptions;
3
+ //# sourceMappingURL=getCompilerOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCompilerOptions.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/getCompilerOptions.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAIjD,eAAO,MAAM,kBAAkB,GAAI,UAAS,eAAoB,EAAE,iBAA0B,KAAG,eAI9F,CAAA"}
@@ -0,0 +1,16 @@
1
+ export * from './ApiExposureConfig.ts';
2
+ export * from './compile.ts';
3
+ export * from './monolithCompileDeclarations.ts';
4
+ export * from './monolithCompileEntries.ts';
5
+ export * from './monolithCompileLayout.ts';
6
+ export * from './MonolithConfig.ts';
7
+ export * from './packageCompileEsbuild.ts';
8
+ export * from './packageCompileMonolith.ts';
9
+ export * from './packageCompileTsc.ts';
10
+ export * from './packageCompileTsup.ts';
11
+ export * from './packageCompileVendor.ts';
12
+ export * from './resolveCompileBundleOptions.ts';
13
+ export * from './resolveCompilePlatforms.ts';
14
+ export * from './vendorCompile.ts';
15
+ export * from './XyConfig.ts';
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,cAAc,CAAA;AAC5B,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,2BAA2B,CAAA;AACzC,cAAc,kCAAkC,CAAA;AAChD,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const getAllInputs: (srcDir: string, isVerbose?: boolean) => string[];
2
+ //# sourceMappingURL=inputs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/inputs.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,EAAE,mBAAiB,aAS7D,CAAA"}
@@ -0,0 +1,14 @@
1
+ import type { MonolithConfig } from './MonolithConfig.ts';
2
+ export declare function addJsExtension(spec: string): string;
3
+ /** Returns the number of declaration files rewritten. */
4
+ export declare function fixMonolithDeclarations(distDir: string, config: MonolithConfig): number;
5
+ /**
6
+ * Validates `#module` specifiers retained in compiled `.mjs` output. With
7
+ * `moduleLinkage: 'bundle'` no `#` specifier may survive (everything is
8
+ * inlined). With `'external'` every retained specifier must have a
9
+ * dist-resolvable package.json `imports` mapping: an exported module, an
10
+ * exported module's model barrel, or a conditional import with `distImports`.
11
+ * Returns human problem lines (empty = ok).
12
+ */
13
+ export declare function verifyMonolithRuntimeSpecifiers(distDir: string, config: MonolithConfig): string[];
14
+ //# sourceMappingURL=monolithCompileDeclarations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"monolithCompileDeclarations.d.ts","sourceRoot":"","sources":["../../../../../src/actions/package/compile/monolithCompileDeclarations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAoBzD,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAInD;AAoDD,yDAAyD;AACzD,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,cAAc,GAAG,MAAM,CAiCvF;AAeD;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,cAAc,GAAG,MAAM,EAAE,CA2BjG"}