Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"@octokit/graphql": "catalog:",
"@octokit/request-error": "catalog:",
"aggregate-error": "catalog:",
"ansi-regex": "catalog:",
"brace-expansion": "catalog:",
"emoji-regex": "catalog:",
"es-define-property": "catalog:",
Expand Down Expand Up @@ -140,7 +139,6 @@
"shell-quote": "catalog:",
"side-channel": "catalog:",
"string_decoder": "catalog:",
"string-width": "catalog:",
"tiny-colors": "catalog:",
"typedarray": "catalog:",
"undici": "catalog:",
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/src/utils/cli/with-subcommands.mts
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,10 @@ export async function meowWithSubcommands(
// "Bucket" some commands for easier usage.
const commands = new Set([
'analytics',
'ask',
'audit-log',
'ci',
'cdxgen',
'config',
'console',
'dependencies',
'fix',
'install',
Expand Down
118 changes: 0 additions & 118 deletions packages/cli/src/utils/coana/spawn.mts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/src/utils/dlx/resolve-binary.mts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function resolveCoana(): BinaryResolution {
type: 'dlx',
details: {
name: '@coana-tech/cli',
version: `~${ENV.INLINED_SOCKET_CLI_COANA_VERSION}`,
version: `${ENV.INLINED_SOCKET_CLI_COANA_VERSION}`,
binaryName: 'coana',
},
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/utils/error/fail-msg-with-badge.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function failMsgWithBadge(
message: string | undefined,
): string {
const prefix = colors.bgRedBright(
colors.bold(colors.red(` ${badge}${message ? ': ' : ''}`)),
colors.bold(colors.white(` ${badge}${message ? ': ' : ''}`)),
)
const postfix = message ? ` ${colors.bold(message)}` : ''
return `${prefix}${postfix}`
Expand Down
119 changes: 0 additions & 119 deletions packages/cli/src/utils/optional-models.mts

This file was deleted.

Loading
Loading