@immich/cli 2.6.2 → 2.6.3
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 +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2824,7 +2824,7 @@ var l = class extends Error {
|
|
|
2824
2824
|
//#region ../open-api/typescript-sdk/build/fetch-client.js
|
|
2825
2825
|
/**
|
|
2826
2826
|
* Immich
|
|
2827
|
-
* 2.6.
|
|
2827
|
+
* 2.6.3
|
|
2828
2828
|
* DO NOT MODIFY - This file has been generated using oazapfts.
|
|
2829
2829
|
* See https://www.npmjs.com/package/oazapfts
|
|
2830
2830
|
*/
|
|
@@ -19414,7 +19414,7 @@ var serverInfo = async (options) => {
|
|
|
19414
19414
|
};
|
|
19415
19415
|
//#endregion
|
|
19416
19416
|
//#region package.json
|
|
19417
|
-
var version = "2.6.
|
|
19417
|
+
var version = "2.6.3";
|
|
19418
19418
|
//#endregion
|
|
19419
19419
|
//#region src/index.ts
|
|
19420
19420
|
var defaultConfigDirectory = path.join(os.homedir(), ".config/immich/");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@immich/cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"description": "Command Line Interface (CLI) for Immich",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vitest": "^4.0.0",
|
|
39
39
|
"vitest-fetch-mock": "^0.4.0",
|
|
40
40
|
"yaml": "^2.3.1",
|
|
41
|
-
"@immich/sdk": "2.6.
|
|
41
|
+
"@immich/sdk": "2.6.3"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|