@kitelev/exocortex-cli 16.116.2 → 16.117.0

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 v16.116.2
2
+ // @kitelev/exocortex-cli v16.117.0
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -619,7 +619,7 @@ Next steps:
619
619
  `),process.stdout.write(` File: ${e.file}
620
620
  `),process.stdout.write(` Commit: ${e.sha}
621
621
  `),process.stdout.write(` URL: ${e.url}
622
- `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new wi;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ue.handle(t)}})}a(rse,"restPushCommand");function NM(n){let e=new Te;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.116.2"),e.addCommand(N4()),e.addCommand(W4()),e.addCommand(Pk()),e.addCommand(Dk()),e.addCommand(s4()),e.addCommand(Mk()),e.addCommand(jk()),e.addCommand(c4()),e.addCommand(y4()),e.addCommand(_4()),e.addCommand(T4()),e.addCommand(L4()),e.addCommand(oM()),e.addCommand(vM()),e.addCommand(EM()),e.addCommand(xM()),e.addCommand(AM()),e.addCommand(OM()),e.addCommand(LM()),e.addCommand(hM()),e.addCommand(_M()),e}a(NM,"createProgram");NM().parse();0&&(module.exports={createProgram});
622
+ `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new wi;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ue.handle(t)}})}a(rse,"restPushCommand");function NM(n){let e=new Te;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.117.0"),e.addCommand(N4()),e.addCommand(W4()),e.addCommand(Pk()),e.addCommand(Dk()),e.addCommand(s4()),e.addCommand(Mk()),e.addCommand(jk()),e.addCommand(c4()),e.addCommand(y4()),e.addCommand(_4()),e.addCommand(T4()),e.addCommand(L4()),e.addCommand(oM()),e.addCommand(vM()),e.addCommand(EM()),e.addCommand(xM()),e.addCommand(AM()),e.addCommand(OM()),e.addCommand(LM()),e.addCommand(hM()),e.addCommand(_M()),e}a(NM,"createProgram");NM().parse();0&&(module.exports={createProgram});
623
623
  /*! Bundled license information:
624
624
 
625
625
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "16.116.2",
3
+ "version": "16.117.0",
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": {