We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134803 commit db1917eCopy full SHA for db1917e
1 file changed
lib/commands/workspace/update-metadata.js
@@ -88,6 +88,7 @@ export default class extends Command {
88
89
res.data = {
90
pkg,
91
+ "updated": res.data?.updated,
92
"log": logger.flush(),
93
};
94
0 commit comments