@kitelev/exocortex-cli 15.34.0 → 15.34.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.
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.34.0
2
+ // @kitelev/exocortex-cli v15.34.1
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -612,7 +612,7 @@ ${Fs.dump(i,{lineWidth:-1})}---
612
612
  `),process.stderr.write(`Would create: ${f.ontologies_created} archive ontologies
613
613
  `),process.stderr.write(`--- END PREVIEW ---
614
614
  `)),process.stdout.write(JSON.stringify(h)+`
615
- `),process.exit(0)}catch(e){q.handle(e)}})}o(lI,"archiveCommand");var Jr=new Je;Jr.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.34.0");var Ev=Jr.command("sparql").description("SPARQL query execution and cache management");Ev.addCommand(SA());Ev.addCommand(xA());Ev.addCommand(AA());Jr.addCommand(NC());Jr.addCommand(MC());Jr.addCommand(jC());Jr.addCommand(VC());Jr.addCommand(UC());Jr.addCommand(HC());Jr.addCommand(KC());Jr.addCommand(ZC());Jr.addCommand(rI());Jr.addCommand(oI());Jr.addCommand(lI());Jr.parse();
615
+ `),process.exit(0)}catch(e){q.handle(e)}})}o(lI,"archiveCommand");var Jr=new Je;Jr.name("exocortex").description("CLI tool for Exocortex knowledge management system").version("15.34.1");var Ev=Jr.command("sparql").description("SPARQL query execution and cache management");Ev.addCommand(SA());Ev.addCommand(xA());Ev.addCommand(AA());Jr.addCommand(NC());Jr.addCommand(MC());Jr.addCommand(jC());Jr.addCommand(VC());Jr.addCommand(UC());Jr.addCommand(HC());Jr.addCommand(KC());Jr.addCommand(ZC());Jr.addCommand(rI());Jr.addCommand(oI());Jr.addCommand(lI());Jr.parse();
616
616
  /*! Bundled license information:
617
617
 
618
618
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "15.34.0",
3
+ "version": "15.34.1",
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": {