chore: version v1.122.0

This commit is contained in:
github-actions
2024-12-05 16:29:46 +00:00
parent 5e662e4a93
commit 37220a342a
19 changed files with 36 additions and 35 deletions

8
cli/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@immich/cli",
"version": "2.2.32",
"version": "2.2.33",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@immich/cli",
"version": "2.2.32",
"version": "2.2.33",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"fast-glob": "^3.3.2",
@@ -31,7 +31,7 @@
"byte-size": "^9.0.0",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
"eslint": "9.14.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^55.0.0",
@@ -52,7 +52,7 @@
},
"../open-api/typescript-sdk": {
"name": "@immich/sdk",
"version": "1.121.0",
"version": "1.122.0",
"dev": true,
"license": "GNU Affero General Public License version 3",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@immich/cli",
"version": "2.2.32",
"version": "2.2.33",
"description": "Command Line Interface (CLI) for Immich",
"type": "module",
"exports": "./dist/index.js",