|
|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "immich-e2e",
|
|
|
|
|
"version": "1.128.0",
|
|
|
|
|
"version": "1.129.0",
|
|
|
|
|
"lockfileVersion": 3,
|
|
|
|
|
"requires": true,
|
|
|
|
|
"packages": {
|
|
|
|
|
"": {
|
|
|
|
|
"name": "immich-e2e",
|
|
|
|
|
"version": "1.128.0",
|
|
|
|
|
"version": "1.129.0",
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
|
|
|
|
@ -45,13 +45,15 @@
|
|
|
|
|
},
|
|
|
|
|
"../cli": {
|
|
|
|
|
"name": "@immich/cli",
|
|
|
|
|
"version": "2.2.52",
|
|
|
|
|
"version": "2.2.53",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"chokidar": "^4.0.3",
|
|
|
|
|
"fast-glob": "^3.3.2",
|
|
|
|
|
"fastq": "^1.17.1",
|
|
|
|
|
"lodash-es": "^4.17.21"
|
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
"micromatch": "^4.0.8"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"immich": "dist/index.js"
|
|
|
|
|
@ -63,6 +65,7 @@
|
|
|
|
|
"@types/byte-size": "^8.1.0",
|
|
|
|
|
"@types/cli-progress": "^3.11.0",
|
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
|
|
|
|
"@types/micromatch": "^4.0.9",
|
|
|
|
|
"@types/mock-fs": "^4.13.1",
|
|
|
|
|
"@types/node": "^22.13.5",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
|
|
|
@ -92,7 +95,7 @@
|
|
|
|
|
},
|
|
|
|
|
"../open-api/typescript-sdk": {
|
|
|
|
|
"name": "@immich/sdk",
|
|
|
|
|
"version": "1.128.0",
|
|
|
|
|
"version": "1.129.0",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|