@kitelev/exocortex-cli 15.32.6 → 15.32.7

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @kitelev/exocortex-cli v15.32.6
2
+ // @kitelev/exocortex-cli v15.32.7
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -603,7 +603,7 @@ Available classes: ${t.join(", ")}`),super(r),this.name="ClassNotFoundError"}},g
603
603
  `));let i=new Mi(e),s=new gp(i),a=new yp(i),l=await new vp(i,s,a).create({classShortName:n.class,label:n.label,aliases:n.aliases,properties:Object.keys(t).length>0?t:void 0,body:r,vault:e,dryRun:n.dryRun,createdBy:n.createdBy,timezone:n.timezone,skipWikilinkValidation:n.skipWikilinkValidation});if(n.dryRun){let f=TU(l.frontmatter,r);process.stderr.write(f+`
604
604
  `)}let u={uuid:l.uuid,path:l.path,label:l.label};process.stdout.write(JSON.stringify(u)+`
605
605
  `),process.exit(0)}catch(e){H.handle(e)}})}o(iI,"createCommand");function EU(n,e){return e.concat([n])}o(EU,"collect");function TU(n,e){let t=["--- DRY RUN PREVIEW ---","---"];for(let[r,i]of Object.entries(n))if(Array.isArray(i)){t.push(`${r}:`);for(let s of i)t.push(` - ${s}`)}else t.push(`${r}: ${i}`);return t.push("---"),e&&(t.push(""),t.push(e)),t.push("--- END PREVIEW ---"),t.join(`
606
- `)}o(TU,"formatFrontmatterPreview");var un=new st;un.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.32.6");var bv=un.command("sparql").description("SPARQL query execution and cache management");bv.addCommand(vA());bv.addCommand(wA());bv.addCommand(EA());un.addCommand(RC());un.addCommand(NC());un.addCommand(LC());un.addCommand(MC());un.addCommand(jC());un.addCommand(qC());un.addCommand(zC());un.addCommand(KC());un.addCommand(ZC());un.addCommand(iI());un.parse();
606
+ `)}o(TU,"formatFrontmatterPreview");var un=new st;un.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.32.7");var bv=un.command("sparql").description("SPARQL query execution and cache management");bv.addCommand(vA());bv.addCommand(wA());bv.addCommand(EA());un.addCommand(RC());un.addCommand(NC());un.addCommand(LC());un.addCommand(MC());un.addCommand(jC());un.addCommand(qC());un.addCommand(zC());un.addCommand(KC());un.addCommand(ZC());un.addCommand(iI());un.parse();
607
607
  /*! Bundled license information:
608
608
 
609
609
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "15.32.6",
3
+ "version": "15.32.7",
4
4
  "description": "CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more",
5
5
  "main": "dist/index.js",
6
6
  "bin": {