@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.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  exitCodeFor,
4
4
  runCli
5
- } from "./chunk-HG63GLGU.js";
5
+ } from "./chunk-M4XST3OX.js";
6
6
 
7
7
  // src/bin.ts
8
8
  runCli().catch((err) => {
@@ -8021,7 +8021,7 @@ function emit(ctx, value, human) {
8021
8021
  if (ctx.json) ctx.out.log(JSON.stringify(value, null, 2));
8022
8022
  else human();
8023
8023
  }
8024
- var state = (topic) => topic.resolvedAt ? "resolved" : "open";
8024
+ var state = (topic) => topic.resolved ? "resolved" : "open";
8025
8025
  function bodyWithRefs(post) {
8026
8026
  if (!post.refs || post.refs.length === 0) return post.body;
8027
8027
  let out = "";
@@ -10146,4 +10146,4 @@ export {
10146
10146
  exitCodeFor,
10147
10147
  runCli
10148
10148
  };
10149
- //# sourceMappingURL=chunk-HG63GLGU.js.map
10149
+ //# sourceMappingURL=chunk-M4XST3OX.js.map