@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/bin.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() {
|
|
@@ -14832,5 +14832,5 @@ async function run(argv = process.argv) {
|
|
|
14832
14832
|
// src/bin.ts
|
|
14833
14833
|
run(process.argv);
|
|
14834
14834
|
|
|
14835
|
-
//# debugId=
|
|
14835
|
+
//# debugId=0467402CA1EFF01064756E2164756E21
|
|
14836
14836
|
//# sourceMappingURL=bin.cjs.map
|