@immich/cli 2.2.98 → 2.2.99

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20063,7 +20063,7 @@ const serverInfo = async (options2) => {
20063
20063
  console.log(` Videos: ${stats.videos}`);
20064
20064
  console.log(` Total: ${stats.total}`);
20065
20065
  };
20066
- const version = "2.2.98";
20066
+ const version = "2.2.99";
20067
20067
  const defaultConfigDirectory = path$1.join(os.homedir(), ".config/immich/");
20068
20068
  const defaultConcurrency = Math.max(1, os.cpus().length - 1);
20069
20069
  const program = new Command().name("immich").version(version).description("Command line interface for Immich").addOption(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immich/cli",
3
- "version": "2.2.98",
3
+ "version": "2.2.99",
4
4
  "description": "Command Line Interface (CLI) for Immich",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",