@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 +1 -1
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-HG63GLGU.js → chunk-M4XST3OX.js} +2 -2
- package/dist/{chunk-HG63GLGU.js.map → chunk-M4XST3OX.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7275,7 +7275,7 @@ function emit(ctx, value, human) {
|
|
|
7275
7275
|
if (ctx.json) ctx.out.log(JSON.stringify(value, null, 2));
|
|
7276
7276
|
else human();
|
|
7277
7277
|
}
|
|
7278
|
-
var state = (topic) => topic.
|
|
7278
|
+
var state = (topic) => topic.resolved ? "resolved" : "open";
|
|
7279
7279
|
function bodyWithRefs(post) {
|
|
7280
7280
|
if (!post.refs || post.refs.length === 0) return post.body;
|
|
7281
7281
|
let out = "";
|