@immich/cli 3.0.0-rc.0 → 3.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -3141,7 +3141,7 @@ var l = class extends Error {
3141
3141
  //#region ../sdk/build/fetch-client.js
3142
3142
  /**
3143
3143
  * Immich
3144
- * 3.0.0-rc.0
3144
+ * 3.0.0-rc.1
3145
3145
  * DO NOT MODIFY - This file has been generated using oazapfts.
3146
3146
  * See https://www.npmjs.com/package/oazapfts
3147
3147
  */
@@ -20041,7 +20041,7 @@ var serverInfo = async (options) => {
20041
20041
  };
20042
20042
  //#endregion
20043
20043
  //#region package.json
20044
- var version = "3.0.0-rc.0";
20044
+ var version = "3.0.0-rc.1";
20045
20045
  //#endregion
20046
20046
  //#region src/index.ts
20047
20047
  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": "3.0.0-rc.0",
3
+ "version": "3.0.0-rc.1",
4
4
  "description": "Command Line Interface (CLI) for Immich",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "@types/lodash-es": "^4.17.12",
25
25
  "@types/micromatch": "^4.0.9",
26
26
  "@types/mock-fs": "^4.13.1",
27
- "@types/node": "^24.12.4",
27
+ "@types/node": "^24.13.2",
28
28
  "@vitest/coverage-v8": "^4.0.0",
29
29
  "byte-size": "^9.0.0",
30
30
  "cli-progress": "^3.12.0",
@@ -43,7 +43,7 @@
43
43
  "vitest": "^4.0.0",
44
44
  "vitest-fetch-mock": "^0.4.0",
45
45
  "yaml": "^2.3.1",
46
- "@immich/sdk": "3.0.0-rc.0"
46
+ "@immich/sdk": "3.0.0-rc.1"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=20.0.0"