@yoooclaw/cli 0.1.8 → 0.1.9
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 +2 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
- package/skills/yoooclaw-recording-entity-extraction/SKILL.md +121 -0
- package/skills/yoooclaw-recording-interview/SKILL.md +112 -0
- package/skills/yoooclaw-recording-meeting-minutes/SKILL.md +92 -0
- package/skills/yoooclaw-recording-mindmap/SKILL.md +142 -0
- package/skills/yoooclaw-recording-query/SKILL.md +145 -0
- package/skills/yoooclaw-recording-translation/SKILL.md +130 -0
package/dist/index.cjs
CHANGED
|
@@ -4273,7 +4273,7 @@ function buildContext(flags) {
|
|
|
4273
4273
|
var import_node_fs3 = require("node:fs");
|
|
4274
4274
|
function readBuildInjectedVersion() {
|
|
4275
4275
|
if (false) {}
|
|
4276
|
-
const version = "0.1.
|
|
4276
|
+
const version = "0.1.9".trim();
|
|
4277
4277
|
return version || undefined;
|
|
4278
4278
|
}
|
|
4279
4279
|
function readVersionFromPackageJson() {
|
|
@@ -14829,5 +14829,5 @@ async function run(argv = process.argv) {
|
|
|
14829
14829
|
await program.parseAsync(argv);
|
|
14830
14830
|
}
|
|
14831
14831
|
|
|
14832
|
-
//# debugId=
|
|
14832
|
+
//# debugId=858B24B2FAB339CE64756E2164756E21
|
|
14833
14833
|
//# sourceMappingURL=index.cjs.map
|