@immich/cli 2.7.2 → 2.7.4

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 +2 -2
  2. package/package.json +3 -3
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.2
2825
+ * 2.7.4
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.2";
19627
+ var version = "2.7.4";
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.2",
3
+ "version": "2.7.4",
4
4
  "description": "Command Line Interface (CLI) for Immich",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "eslint": "^10.0.0",
28
28
  "eslint-config-prettier": "^10.1.8",
29
29
  "eslint-plugin-prettier": "^5.1.3",
30
- "eslint-plugin-unicorn": "^63.0.0",
30
+ "eslint-plugin-unicorn": "^64.0.0",
31
31
  "globals": "^17.0.0",
32
32
  "mock-fs": "^5.2.0",
33
33
  "prettier": "^3.7.4",
@@ -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.7.2"
41
+ "@immich/sdk": "2.7.4"
42
42
  },
43
43
  "repository": {
44
44
  "type": "git",