@immich/cli 2.6.0 → 2.6.1
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -20280,7 +20280,7 @@ const serverInfo = async (options2) => {
|
|
|
20280
20280
|
console.log(` Videos: ${stats.videos}`);
|
|
20281
20281
|
console.log(` Total: ${stats.total}`);
|
|
20282
20282
|
};
|
|
20283
|
-
const version = "2.6.
|
|
20283
|
+
const version = "2.6.1";
|
|
20284
20284
|
const defaultConfigDirectory = path$1.join(os.homedir(), ".config/immich/");
|
|
20285
20285
|
const defaultConcurrency = Math.max(1, os.cpus().length - 1);
|
|
20286
20286
|
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.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Command Line Interface (CLI) for Immich",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vitest": "^4.0.0",
|
|
40
40
|
"vitest-fetch-mock": "^0.4.0",
|
|
41
41
|
"yaml": "^2.3.1",
|
|
42
|
-
"@immich/sdk": "2.6.
|
|
42
|
+
"@immich/sdk": "2.6.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|