Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 3ad2fd2

Browse files
committed
Apply new type structure
1 parent 29f9cb1 commit 3ad2fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function action(args: CliArguments) {
2626
if (args.json) {
2727
const output: JsonOutput = {
2828
type: result === undefined ? 'notfound' : 'outdated',
29-
data: result
29+
data: result?.update
3030
}
3131
print(JSON.stringify(output), false)
3232
}

0 commit comments

Comments
 (0)