fix(cli): upload large file with openAPI api (#5246)

* fix(cli): upload large file with openAPI

* function name

* fix: use boolean false

* chore: version bump

* fix: package-lock version

---------

Co-authored-by: Jonathan Jogenfors <jonathan@jogenfors.se>
This commit is contained in:
Alex
2023-11-21 15:09:19 -06:00
committed by GitHub
parent af1113bf9e
commit 8ff4a08a2c
4 changed files with 18 additions and 13 deletions

View File

@@ -1,12 +1,16 @@
{
"name": "@immich/cli",
"version": "2.0.3",
"version": "2.0.4",
"description": "Command Line Interface (CLI) for Immich",
"main": "dist/index.js",
"bin": {
"immich": "./dist/src/index.js"
},
"license": "MIT",
"keywords": [
"immich",
"cli"
],
"dependencies": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",
@@ -77,7 +81,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/immich-app/immich.git",
"url": "github:immich-app/immich",
"directory": "cli"
}
}