@kitelev/exocortex-cli 16.70.3 → 16.70.4

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.70.3
2
+ // @kitelev/exocortex-cli v16.70.4
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -813,7 +813,7 @@ Next steps:
813
813
  `),process.stdout.write(` File: ${e.file}
814
814
  `),process.stdout.write(` Commit: ${e.sha}
815
815
  `),process.stdout.write(` URL: ${e.url}
816
- `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new bu;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ee.handle(t)}})}a(zee,"restPushCommand");function tk(n){let e=new ne;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.70.3"),e.addCommand(vL()),e.addCommand(FL()),e.addCommand(JD()),e.addCommand(tN()),e.addCommand(PN()),e.addCommand(sN()),e.addCommand(oN()),e.addCommand(fN()),e.addCommand(DN()),e.addCommand(UN()),e.addCommand(GN()),e.addCommand(WN()),e.addCommand(zN()),e.addCommand(nL()),e.addCommand(iL()),e.addCommand(fL()),e.addCommand(SL()),e.addCommand(UL()),e.addCommand(zL()),e.addCommand(HL()),e.addCommand(XL()),e.addCommand(ek()),e}a(tk,"createProgram");tk().parse();0&&(module.exports={createProgram});
816
+ `)),process.exit(0)}catch(e){let t=e instanceof Error?e:new Error(String(e)),r=new bu;t.message=r.redact(t.message),t.stack&&(t.stack=r.redact(t.stack)),ee.handle(t)}})}a(zee,"restPushCommand");function tk(n){let e=new ne;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"16.70.4"),e.addCommand(vL()),e.addCommand(FL()),e.addCommand(JD()),e.addCommand(tN()),e.addCommand(PN()),e.addCommand(sN()),e.addCommand(oN()),e.addCommand(fN()),e.addCommand(DN()),e.addCommand(UN()),e.addCommand(GN()),e.addCommand(WN()),e.addCommand(zN()),e.addCommand(nL()),e.addCommand(iL()),e.addCommand(fL()),e.addCommand(SL()),e.addCommand(UL()),e.addCommand(zL()),e.addCommand(HL()),e.addCommand(XL()),e.addCommand(ek()),e}a(tk,"createProgram");tk().parse();0&&(module.exports={createProgram});
817
817
  /*! Bundled license information:
818
818
 
819
819
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "16.70.3",
3
+ "version": "16.70.4",
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": {