@socketsecurity/cli-with-sentry 0.15.64 → 1.0.0

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 (160) hide show
  1. package/dist/cli.js +1855 -2180
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
  6. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
  7. package/dist/types/commands/audit-log/output-audit-log.d.mts +2 -2
  8. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
  9. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -1
  10. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
  11. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
  12. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
  13. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
  14. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
  15. package/dist/types/commands/json/cmd-json.d.mts.map +1 -1
  16. package/dist/types/commands/login/attempt-login.d.mts +5 -1
  17. package/dist/types/commands/login/attempt-login.d.mts.map +1 -1
  18. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -1
  19. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -1
  20. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
  21. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -1
  22. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +10 -0
  23. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
  24. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
  25. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
  26. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +1 -1
  27. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
  28. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
  29. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -1
  30. package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts.map +1 -1
  31. package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts.map +1 -1
  32. package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts.map +1 -1
  33. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
  34. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -1
  35. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -1
  36. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -1
  37. package/dist/types/commands/{diff-scan/cmd-diff-scan-get.d.mts → repository/cmd-repository-create.d.mts} +2 -2
  38. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
  39. package/dist/types/commands/{cdxgen/cmd-cdxgen.d.mts → repository/cmd-repository-del.d.mts} +2 -2
  40. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
  41. package/dist/types/commands/{dependencies/cmd-dependencies.d.mts → repository/cmd-repository-list.d.mts} +2 -2
  42. package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
  43. package/dist/types/commands/repository/cmd-repository-update.d.mts +10 -0
  44. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
  45. package/dist/types/commands/{info/cmd-info.d.mts → repository/cmd-repository-view.d.mts} +2 -2
  46. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
  47. package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
  48. package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
  49. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
  50. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
  51. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
  52. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
  53. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
  54. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
  55. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
  56. package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
  57. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
  58. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
  59. package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
  60. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
  61. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
  62. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
  63. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
  64. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
  65. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -1
  66. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
  67. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
  68. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -1
  69. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -1
  70. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -1
  71. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -1
  72. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -1
  73. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -1
  74. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
  75. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -1
  76. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -1
  77. package/dist/types/utils/config.d.mts +1 -3
  78. package/dist/types/utils/config.d.mts.map +1 -1
  79. package/dist/types/utils/determine-org-slug.d.mts +1 -1
  80. package/dist/types/utils/determine-org-slug.d.mts.map +1 -1
  81. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
  82. package/dist/types/utils/ms-at-home.d.mts +2 -0
  83. package/dist/types/utils/ms-at-home.d.mts.map +1 -0
  84. package/dist/utils.js +204 -307
  85. package/dist/utils.js.map +1 -1
  86. package/dist/vendor.js +11848 -11848
  87. package/package.json +1 -1
  88. package/dist/types/commands/cdxgen/cmd-cdxgen.d.mts.map +0 -1
  89. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts +0 -4
  90. package/dist/types/commands/cdxgen/handle-cdxgen.d.mts.map +0 -1
  91. package/dist/types/commands/dependencies/cmd-dependencies.d.mts.map +0 -1
  92. package/dist/types/commands/diff-scan/cmd-diff-scan-get.d.mts.map +0 -1
  93. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts +0 -3
  94. package/dist/types/commands/diff-scan/cmd-diff-scan.d.mts.map +0 -1
  95. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts +0 -8
  96. package/dist/types/commands/diff-scan/fetch-diff-scan.d.mts.map +0 -1
  97. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts +0 -10
  98. package/dist/types/commands/diff-scan/handle-diff-scan.d.mts.map +0 -1
  99. package/dist/types/commands/diff-scan/output-diff-scan.d.mts +0 -8
  100. package/dist/types/commands/diff-scan/output-diff-scan.d.mts.map +0 -1
  101. package/dist/types/commands/info/cmd-info.d.mts.map +0 -1
  102. package/dist/types/commands/info/fetch-package-info.d.mts +0 -3
  103. package/dist/types/commands/info/fetch-package-info.d.mts.map +0 -1
  104. package/dist/types/commands/info/handle-package-info.d.mts +0 -17
  105. package/dist/types/commands/info/handle-package-info.d.mts.map +0 -1
  106. package/dist/types/commands/info/output-package-info.d.mts +0 -10
  107. package/dist/types/commands/info/output-package-info.d.mts.map +0 -1
  108. package/dist/types/commands/report/cmd-report-create.d.mts +0 -10
  109. package/dist/types/commands/report/cmd-report-create.d.mts.map +0 -1
  110. package/dist/types/commands/report/cmd-report-view.d.mts +0 -10
  111. package/dist/types/commands/report/cmd-report-view.d.mts.map +0 -1
  112. package/dist/types/commands/report/cmd-report.d.mts +0 -3
  113. package/dist/types/commands/report/cmd-report.d.mts.map +0 -1
  114. package/dist/types/commands/repos/cmd-repos-create.d.mts +0 -10
  115. package/dist/types/commands/repos/cmd-repos-create.d.mts.map +0 -1
  116. package/dist/types/commands/repos/cmd-repos-del.d.mts +0 -10
  117. package/dist/types/commands/repos/cmd-repos-del.d.mts.map +0 -1
  118. package/dist/types/commands/repos/cmd-repos-list.d.mts +0 -10
  119. package/dist/types/commands/repos/cmd-repos-list.d.mts.map +0 -1
  120. package/dist/types/commands/repos/cmd-repos-update.d.mts +0 -10
  121. package/dist/types/commands/repos/cmd-repos-update.d.mts.map +0 -1
  122. package/dist/types/commands/repos/cmd-repos-view.d.mts +0 -10
  123. package/dist/types/commands/repos/cmd-repos-view.d.mts.map +0 -1
  124. package/dist/types/commands/repos/cmd-repos.d.mts +0 -3
  125. package/dist/types/commands/repos/cmd-repos.d.mts.map +0 -1
  126. package/dist/types/commands/repos/fetch-create-repo.d.mts.map +0 -1
  127. package/dist/types/commands/repos/fetch-delete-repo.d.mts.map +0 -1
  128. package/dist/types/commands/repos/fetch-list-all-repos.d.mts.map +0 -1
  129. package/dist/types/commands/repos/fetch-list-repos.d.mts.map +0 -1
  130. package/dist/types/commands/repos/fetch-update-repo.d.mts.map +0 -1
  131. package/dist/types/commands/repos/fetch-view-repo.d.mts.map +0 -1
  132. package/dist/types/commands/repos/handle-create-repo.d.mts.map +0 -1
  133. package/dist/types/commands/repos/handle-delete-repo.d.mts.map +0 -1
  134. package/dist/types/commands/repos/handle-list-repos.d.mts.map +0 -1
  135. package/dist/types/commands/repos/handle-update-repo.d.mts.map +0 -1
  136. package/dist/types/commands/repos/handle-view-repo.d.mts.map +0 -1
  137. package/dist/types/commands/repos/output-create-repo.d.mts.map +0 -1
  138. package/dist/types/commands/repos/output-delete-repo.d.mts.map +0 -1
  139. package/dist/types/commands/repos/output-list-repos.d.mts.map +0 -1
  140. package/dist/types/commands/repos/output-update-repo.d.mts.map +0 -1
  141. package/dist/types/commands/repos/output-view-repo.d.mts.map +0 -1
  142. /package/dist/types/commands/{dependencies → organization}/fetch-dependencies.d.mts +0 -0
  143. /package/dist/types/commands/{dependencies → organization}/handle-dependencies.d.mts +0 -0
  144. /package/dist/types/commands/{dependencies → organization}/output-dependencies.d.mts +0 -0
  145. /package/dist/types/commands/{repos → repository}/fetch-create-repo.d.mts +0 -0
  146. /package/dist/types/commands/{repos → repository}/fetch-delete-repo.d.mts +0 -0
  147. /package/dist/types/commands/{repos → repository}/fetch-list-all-repos.d.mts +0 -0
  148. /package/dist/types/commands/{repos → repository}/fetch-list-repos.d.mts +0 -0
  149. /package/dist/types/commands/{repos → repository}/fetch-update-repo.d.mts +0 -0
  150. /package/dist/types/commands/{repos → repository}/fetch-view-repo.d.mts +0 -0
  151. /package/dist/types/commands/{repos → repository}/handle-create-repo.d.mts +0 -0
  152. /package/dist/types/commands/{repos → repository}/handle-delete-repo.d.mts +0 -0
  153. /package/dist/types/commands/{repos → repository}/handle-list-repos.d.mts +0 -0
  154. /package/dist/types/commands/{repos → repository}/handle-update-repo.d.mts +0 -0
  155. /package/dist/types/commands/{repos → repository}/handle-view-repo.d.mts +0 -0
  156. /package/dist/types/commands/{repos → repository}/output-create-repo.d.mts +0 -0
  157. /package/dist/types/commands/{repos → repository}/output-delete-repo.d.mts +0 -0
  158. /package/dist/types/commands/{repos → repository}/output-list-repos.d.mts +0 -0
  159. /package/dist/types/commands/{repos → repository}/output-update-repo.d.mts +0 -0
  160. /package/dist/types/commands/{repos → repository}/output-view-repo.d.mts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.15.64",
3
+ "version": "1.0.0",
4
4
  "description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/cdxgen/cmd-cdxgen.mts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,SAAS;;;;CAIrB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAMf"}
@@ -1,4 +0,0 @@
1
- export declare function handleCdxgen(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
2
- parentName: string;
3
- }): Promise<void>;
4
- //# sourceMappingURL=handle-cdxgen.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-cdxgen.d.mts","sourceRoot":"","sources":["../../../../src/commands/cdxgen/handle-cdxgen.mts"],"names":[],"mappings":"AAEA,wBAAsB,YAAY,CAChC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAEf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-dependencies.d.mts","sourceRoot":"","sources":["../../../../src/commands/dependencies/cmd-dependencies.mts"],"names":[],"mappings":"AAoDA,eAAO,MAAM,aAAa;;;;CAIzB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA8Cf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-diff-scan-get.d.mts","sourceRoot":"","sources":["../../../../src/commands/diff-scan/cmd-diff-scan-get.mts"],"names":[],"mappings":"AAiFA,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA2Ef"}
@@ -1,3 +0,0 @@
1
- import type { CliSubcommand } from '../../utils/meow-with-subcommands.mts';
2
- export declare const cmdDiffScan: CliSubcommand;
3
- //# sourceMappingURL=cmd-diff-scan.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-diff-scan.d.mts","sourceRoot":"","sources":["../../../../src/commands/diff-scan/cmd-diff-scan.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,WAAW,EAAE,aAoBzB,CAAA"}
@@ -1,8 +0,0 @@
1
- import type { CResult } from '../../types.mts';
2
- import type { SocketSdkReturnType } from '@socketsecurity/sdk';
3
- export declare function fetchDiffScan({ after, before, orgSlug }: {
4
- after: string;
5
- before: string;
6
- orgSlug: string;
7
- }): Promise<CResult<SocketSdkReturnType<'GetOrgDiffScan'>['data']>>;
8
- //# sourceMappingURL=fetch-diff-scan.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-diff-scan.d.mts","sourceRoot":"","sources":["../../../../src/commands/diff-scan/fetch-diff-scan.mts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,aAAa,CAAC,EAClC,KAAK,EACL,MAAM,EACN,OAAO,EACR,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;CAChB,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAKlE"}
@@ -1,10 +0,0 @@
1
- import type { OutputKind } from '../../types.mts';
2
- export declare function handleDiffScan({ after, before, depth, file, orgSlug, outputKind }: {
3
- after: string;
4
- before: string;
5
- depth: number;
6
- file: string;
7
- orgSlug: string;
8
- outputKind: OutputKind;
9
- }): Promise<void>;
10
- //# sourceMappingURL=handle-diff-scan.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-diff-scan.d.mts","sourceRoot":"","sources":["../../../../src/commands/diff-scan/handle-diff-scan.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,cAAc,CAAC,EACnC,KAAK,EACL,MAAM,EACN,KAAK,EACL,IAAI,EACJ,OAAO,EACP,UAAU,EACX,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,UAAU,CAAA;CACvB,GAAG,OAAO,CAAC,IAAI,CAAC,CAYhB"}
@@ -1,8 +0,0 @@
1
- import type { CResult, OutputKind } from '../../types.mts';
2
- import type { SocketSdkReturnType } from '@socketsecurity/sdk';
3
- export declare function outputDiffScan(result: CResult<SocketSdkReturnType<'GetOrgDiffScan'>['data']>, { depth, file, outputKind }: {
4
- depth: number;
5
- file: string;
6
- outputKind: OutputKind;
7
- }): Promise<void>;
8
- //# sourceMappingURL=output-diff-scan.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-diff-scan.d.mts","sourceRoot":"","sources":["../../../../src/commands/diff-scan/output-diff-scan.mts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,cAAc,CAClC,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,EAC9D,EACE,KAAK,EACL,IAAI,EACJ,UAAU,EACX,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,UAAU,CAAA;CACvB,GACA,OAAO,CAAC,IAAI,CAAC,CA8Df"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-info.d.mts","sourceRoot":"","sources":["../../../../src/commands/info/cmd-info.mts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA4Df"}
@@ -1,3 +0,0 @@
1
- import type { PackageData } from './handle-package-info.mts';
2
- export declare function fetchPackageInfo(pkgName: string, pkgVersion: string, includeAllIssues: boolean): Promise<void | PackageData>;
3
- //# sourceMappingURL=fetch-package-info.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-package-info.d.mts","sourceRoot":"","sources":["../../../../src/commands/info/fetch-package-info.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAE5D,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,OAAO,GACxB,OAAO,CAAC,IAAI,GAAG,WAAW,CAAC,CA4C7B"}
@@ -1,17 +0,0 @@
1
- import type { OutputKind } from '../../types.mts';
2
- import type { SocketSdkAlert } from '../../utils/alert/severity.mts';
3
- import type { SocketSdkReturnType } from '@socketsecurity/sdk';
4
- export interface PackageData {
5
- data: SocketSdkReturnType<'getIssuesByNPMPackage'>['data'];
6
- severityCount: Record<SocketSdkAlert['severity'], number>;
7
- score: SocketSdkReturnType<'getScoreByNPMPackage'>['data'];
8
- }
9
- export declare function handlePackageInfo({ commandName, includeAllIssues, outputKind, pkgName, pkgVersion, strict }: {
10
- commandName: string;
11
- includeAllIssues: boolean;
12
- outputKind: OutputKind;
13
- pkgName: string;
14
- pkgVersion: string;
15
- strict: boolean;
16
- }): Promise<void>;
17
- //# sourceMappingURL=handle-package-info.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-package-info.d.mts","sourceRoot":"","sources":["../../../../src/commands/info/handle-package-info.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,mBAAmB,CAAC,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAA;IAC1D,aAAa,EAAE,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAA;IACzD,KAAK,EAAE,mBAAmB,CAAC,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAA;CAC3D;AAED,wBAAsB,iBAAiB,CAAC,EACtC,WAAW,EACX,gBAAgB,EAChB,UAAU,EACV,OAAO,EACP,UAAU,EACV,MAAM,EACP,EAAE;IACD,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,OAAO,CAAA;IACzB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,OAAO,CAAA;CAChB,iBAqBA"}
@@ -1,10 +0,0 @@
1
- import type { PackageData } from './handle-package-info.mts';
2
- import type { OutputKind } from '../../types.mts';
3
- export declare function outputPackageInfo({ data, score, severityCount }: PackageData, { commandName, outputKind, pkgName, pkgVersion }: {
4
- commandName: string;
5
- outputKind: OutputKind;
6
- pkgName: string;
7
- pkgVersion: string;
8
- includeAllIssues?: boolean | undefined;
9
- }): void;
10
- //# sourceMappingURL=output-package-info.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-package-info.d.mts","sourceRoot":"","sources":["../../../../src/commands/info/output-package-info.mts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAqDjD,wBAAgB,iBAAiB,CAC/B,EAAE,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE,WAAW,EAC3C,EACE,WAAW,EACX,UAAU,EACV,OAAO,EACP,UAAU,EACX,EAAE;IACD,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,CAAA;IAClB,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACvC,GACA,IAAI,CA8DN"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReportCreate: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-report-create.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-report-create.d.mts","sourceRoot":"","sources":["../../../../src/commands/report/cmd-report-create.mts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe;;;;CAI3B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAaf"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReportView: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-report-view.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-report-view.d.mts","sourceRoot":"","sources":["../../../../src/commands/report/cmd-report-view.mts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,aAAa;;;;CAIzB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAaf"}
@@ -1,3 +0,0 @@
1
- import type { CliSubcommand } from '../../utils/meow-with-subcommands.mts';
2
- export declare const cmdReport: CliSubcommand;
3
- //# sourceMappingURL=cmd-report.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-report.d.mts","sourceRoot":"","sources":["../../../../src/commands/report/cmd-report.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,SAAS,EAAE,aAiBvB,CAAA"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReposCreate: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-repos-create.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos-create.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos-create.mts"],"names":[],"mappings":"AAkFA,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAoFf"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReposDel: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-repos-del.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos-del.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos-del.mts"],"names":[],"mappings":"AAoDA,eAAO,MAAM,WAAW;;;;CAIvB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA6Df"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReposList: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-repos-list.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos-list.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos-list.mts"],"names":[],"mappings":"AAiFA,eAAO,MAAM,YAAY;;;;CAIxB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAiFf"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReposUpdate: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-repos-update.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos-update.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos-update.mts"],"names":[],"mappings":"AAkFA,eAAO,MAAM,cAAc;;;;CAI1B,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CA8Ef"}
@@ -1,10 +0,0 @@
1
- export declare const cmdReposView: {
2
- description: string;
3
- hidden: boolean;
4
- run: typeof run;
5
- };
6
- declare function run(argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: {
7
- parentName: string;
8
- }): Promise<void>;
9
- export {};
10
- //# sourceMappingURL=cmd-repos-view.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos-view.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos-view.mts"],"names":[],"mappings":"AAyDA,eAAO,MAAM,YAAY;;;;CAIxB,CAAA;AAED,iBAAe,GAAG,CAChB,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,UAAU,EAAE,UAAU,EACtB,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,OAAO,CAAC,IAAI,CAAC,CAkFf"}
@@ -1,3 +0,0 @@
1
- import type { CliSubcommand } from '../../utils/meow-with-subcommands.mts';
2
- export declare const cmdRepos: CliSubcommand;
3
- //# sourceMappingURL=cmd-repos.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cmd-repos.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/cmd-repos.mts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAI1E,eAAO,MAAM,QAAQ,EAAE,aAmBtB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-create-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-create-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,eAAe,CAAC,EACpC,cAAc,EACd,WAAW,EACX,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;CACnB,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAiBjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-delete-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-delete-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,eAAe,CACnC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAWhE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-list-all-repos.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-list-all-repos.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,iBAAiB,CAAC,EACtC,SAAS,EACT,OAAO,EACP,IAAI,EACL,EAAE;IACD,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CA4ClE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-list-repos.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-list-repos.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,cAAc,CAAC,EACnC,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,IAAI,EACL,EAAE;IACD,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAgBlE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-update-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-update-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,eAAe,CAAC,EACpC,cAAc,EACd,WAAW,EACX,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;CACnB,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAkBjE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"fetch-view-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/fetch-view-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,aAAa,CACjC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAW7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-create-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/handle-create-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,gBAAgB,CACpC,EACE,cAAc,EACd,WAAW,EACX,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;CACnB,EACD,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAUf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-delete-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/handle-delete-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,gBAAgB,CACpC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,iBAKvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-list-repos.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/handle-list-repos.mts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,eAAe,CAAC,EACpC,GAAG,EACH,SAAS,EACT,OAAO,EACP,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,IAAI,EACL,EAAE;IACD,GAAG,EAAE,OAAO,CAAA;IACZ,SAAS,EAAE,KAAK,GAAG,MAAM,CAAA;IACzB,OAAO,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;CACb,GAAG,OAAO,CAAC,IAAI,CAAC,CA6BhB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-update-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/handle-update-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,gBAAgB,CACpC,EACE,cAAc,EACd,WAAW,EACX,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACX,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,MAAM,CAAA;IACtB,UAAU,EAAE,MAAM,CAAA;CACnB,EACD,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAWf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"handle-view-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/handle-view-repo.mts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,cAAc,CAClC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAIf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-create-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/output-create-repo.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,EAC7D,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,UAAU,GACrB,IAAI,CAgBN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-delete-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/output-delete-repo.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,gBAAgB,CACpC,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,EAC7D,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAef"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-list-repos.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/output-list-repos.mts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,eAAe,CACnC,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC,EAC9D,UAAU,EAAE,UAAU,EACtB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,KAAK,GAAG,MAAM,GACxB,OAAO,CAAC,IAAI,CAAC,CAyDf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-update-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/output-update-repo.mts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,gBAAgB,CACpC,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,EAC7D,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CAef"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"output-view-repo.d.mts","sourceRoot":"","sources":["../../../../src/commands/repos/output-view-repo.mts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAA;AAE9D,wBAAsB,cAAc,CAClC,MAAM,EAAE,OAAO,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,EAC7D,UAAU,EAAE,UAAU,GACrB,OAAO,CAAC,IAAI,CAAC,CA2Bf"}