chore: use mise (#28298)

This commit is contained in:
Jason Rasmussen 2026-05-08 15:21:33 -04:00 committed by GitHub
parent 7c6750941e
commit 25a6a38b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 202 additions and 217 deletions

View file

@ -2,6 +2,11 @@
"name": "@immich/sdk",
"version": "2.7.5",
"description": "Auto-generated TypeScript SDK for the Immich API",
"repository": {
"type": "git",
"url": "git+https://github.com/immich-app/immich.git",
"directory": "open-api/typescript-sdk"
},
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
@ -21,13 +26,5 @@
"devDependencies": {
"@types/node": "^24.12.2",
"typescript": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/immich-app/immich.git",
"directory": "open-api/typescript-sdk"
},
"volta": {
"node": "24.15.0"
}
}