@dzhng/crm.cli 0.3.5 → 0.3.6

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5472,7 +5472,7 @@ if (process.argv[1]?.endsWith("fuse-daemon.ts")) {
5472
5472
 
5473
5473
  // src/cli.ts
5474
5474
  var program = new Command;
5475
- program.name("crm").description("Headless CLI-first CRM").version("0.3.4");
5475
+ program.name("crm").description("Headless CLI-first CRM").version("0.3.6");
5476
5476
  program.exitOverride();
5477
5477
  registerContactCommands(program);
5478
5478
  registerCompanyCommands(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhng/crm.cli",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Headless CLI-first CRM",
5
5
  "author": "David Zhang",
6
6
  "license": "MIT",