1
0
mirror of https://github.com/immich-app/immich.git synced 2025-03-06 16:16:48 +02:00

chore(cli): prepare release (#8296)

chore: prepare release
This commit is contained in:
Jason Rasmussen 2024-03-26 14:56:16 -04:00 committed by GitHub
parent 3a94be0212
commit e30eecba2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

4
cli/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@immich/cli",
"version": "2.1.0",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@immich/cli",
"version": "2.1.0",
"version": "2.2.0",
"license": "GNU Affero General Public License version 3",
"dependencies": {
"lodash-es": "^4.17.21"

View File

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

6
e2e/package-lock.json generated
View File

@ -38,7 +38,7 @@
},
"../cli": {
"name": "@immich/cli",
"version": "2.1.0",
"version": "2.2.0",
"dev": true,
"license": "GNU Affero General Public License version 3",
"dependencies": {
@ -87,8 +87,8 @@
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@types/node": "^20.11.30",
"typescript": "^5.4.3"
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {