@immich/cli 2.2.106 → 2.5.2
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20195,7 +20195,7 @@ const serverInfo = async (options2) => {
|
|
|
20195
20195
|
console.log(` Videos: ${stats.videos}`);
|
|
20196
20196
|
console.log(` Total: ${stats.total}`);
|
|
20197
20197
|
};
|
|
20198
|
-
const version = "2.2
|
|
20198
|
+
const version = "2.5.2";
|
|
20199
20199
|
const defaultConfigDirectory = path$1.join(os.homedir(), ".config/immich/");
|
|
20200
20200
|
const defaultConcurrency = Math.max(1, os.cpus().length - 1);
|
|
20201
20201
|
const program = new Command().name("immich").version(version).description("Command line interface for Immich").addOption(
|