@odla-ai/cli 0.25.0 → 0.25.1

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.
package/dist/bin.cjs CHANGED
@@ -7215,7 +7215,7 @@ function emit(ctx, value, human) {
7215
7215
  if (ctx.json) ctx.out.log(JSON.stringify(value, null, 2));
7216
7216
  else human();
7217
7217
  }
7218
- var state = (topic) => topic.resolvedAt ? "resolved" : "open";
7218
+ var state = (topic) => topic.resolved ? "resolved" : "open";
7219
7219
  function bodyWithRefs(post) {
7220
7220
  if (!post.refs || post.refs.length === 0) return post.body;
7221
7221
  let out = "";