@kitelev/exocortex-cli 16.109.0 → 16.111.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.109.0
2
+ // @kitelev/exocortex-cli v16.111.0
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -779,7 +779,7 @@ Next steps:
779
779
  `),process.stdout.write(` File: ${e.file}
780
780
  `),process.stdout.write(` Commit: ${e.sha}
781
781
  `),process.stdout.write(` URL: ${e.url}
782
- `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new Ai;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ae.handle(t)}})}a(Sse,"restPushCommand");function q4(n){let e=new Ee;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.109.0"),e.addCommand(qM()),e.addCommand(e4()),e.addCommand(kk()),e.addCommand($k()),e.addCommand(pM()),e.addCommand(Gk()),e.addCommand(qk()),e.addCommand(Qk()),e.addCommand(yM()),e.addCommand(IM()),e.addCommand(RM()),e.addCommand(DM()),e.addCommand(GM()),e.addCommand(m4()),e.addCommand(O4()),e.addCommand(F4()),e.addCommand(N4()),e.addCommand(k4()),e.addCommand(U4()),e.addCommand(G4()),e.addCommand(v4()),e.addCommand(R4()),e}a(q4,"createProgram");q4().parse();0&&(module.exports={createProgram});
782
+ `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new Ai;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ae.handle(t)}})}a(Sse,"restPushCommand");function q4(n){let e=new Ee;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.111.0"),e.addCommand(qM()),e.addCommand(e4()),e.addCommand(kk()),e.addCommand($k()),e.addCommand(pM()),e.addCommand(Gk()),e.addCommand(qk()),e.addCommand(Qk()),e.addCommand(yM()),e.addCommand(IM()),e.addCommand(RM()),e.addCommand(DM()),e.addCommand(GM()),e.addCommand(m4()),e.addCommand(O4()),e.addCommand(F4()),e.addCommand(N4()),e.addCommand(k4()),e.addCommand(U4()),e.addCommand(G4()),e.addCommand(v4()),e.addCommand(R4()),e}a(q4,"createProgram");q4().parse();0&&(module.exports={createProgram});
783
783
  /*! Bundled license information:
784
784
 
785
785
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "16.109.0",
3
+ "version": "16.111.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": {