1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-17 10:17:41 +02:00

chore(cli): prepare release (#10124)

This commit is contained in:
Jason Rasmussen
2024-06-11 08:16:49 -04:00
committed by GitHub
parent 1767ed2192
commit 8cf8a2cb35
2 changed files with 3 additions and 3 deletions

4
cli/package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@immich/cli", "name": "@immich/cli",
"version": "2.2.0", "version": "2.2.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@immich/cli", "name": "@immich/cli",
"version": "2.2.0", "version": "2.2.1",
"license": "GNU Affero General Public License version 3", "license": "GNU Affero General Public License version 3",
"dependencies": { "dependencies": {
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",

View File

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