@immich/cli 2.7.0 → 2.7.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 +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2822,7 +2822,7 @@ var l = class extends Error {
|
|
|
2822
2822
|
//#region ../open-api/typescript-sdk/build/fetch-client.js
|
|
2823
2823
|
/**
|
|
2824
2824
|
* Immich
|
|
2825
|
-
* 2.7.
|
|
2825
|
+
* 2.7.2
|
|
2826
2826
|
* DO NOT MODIFY - This file has been generated using oazapfts.
|
|
2827
2827
|
* See https://www.npmjs.com/package/oazapfts
|
|
2828
2828
|
*/
|
|
@@ -19624,7 +19624,7 @@ var serverInfo = async (options) => {
|
|
|
19624
19624
|
};
|
|
19625
19625
|
//#endregion
|
|
19626
19626
|
//#region package.json
|
|
19627
|
-
var version = "2.7.
|
|
19627
|
+
var version = "2.7.2";
|
|
19628
19628
|
//#endregion
|
|
19629
19629
|
//#region src/index.ts
|
|
19630
19630
|
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.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "Command Line Interface (CLI) for Immich",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"mock-fs": "^5.2.0",
|
|
33
33
|
"prettier": "^3.7.4",
|
|
34
34
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
35
|
-
"typescript": "^
|
|
36
|
-
"typescript-eslint": "^8.
|
|
35
|
+
"typescript": "^6.0.0",
|
|
36
|
+
"typescript-eslint": "^8.58.0",
|
|
37
37
|
"vite": "^8.0.0",
|
|
38
38
|
"vitest": "^4.0.0",
|
|
39
39
|
"vitest-fetch-mock": "^0.4.0",
|
|
40
40
|
"yaml": "^2.3.1",
|
|
41
|
-
"@immich/sdk": "2.7.
|
|
41
|
+
"@immich/sdk": "2.7.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|