server: update types

This commit is contained in:
Koushik Dutta
2026-04-02 12:44:35 -07:00
parent dd59ac40b6
commit 2977d0a90b
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"dependencies": {
"@scrypted/ffmpeg-static": "^6.1.0-build3",
"@scrypted/node-pty": "^1.0.25",
"@scrypted/types": "^0.5.52",
"@scrypted/types": "^0.5.55",
"adm-zip": "^0.5.16",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",
@@ -594,9 +594,9 @@
}
},
"node_modules/@scrypted/types": {
"version": "0.5.52",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.5.52.tgz",
"integrity": "sha512-c1ra1ENnoC8MqVHf7QQcXIU+5BvQnhU4x5oqx4b20LtoB0/TTXthYFFvEDBvLenBivUr8Bb6dWrji7TZXVax1g==",
"version": "0.5.55",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.5.55.tgz",
"integrity": "sha512-99YAdiPRwR3q4ysA1hLZk1ZTdBwUFFUlh+18ESdcPOTRMWo0TI3JxfwniNsVMPmGZHcoM1yipC8xWkf9v+PB0g==",
"license": "ISC",
"dependencies": {
"openai": "^6.1.0"

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@scrypted/ffmpeg-static": "^6.1.0-build3",
"@scrypted/node-pty": "^1.0.25",
"@scrypted/types": "^0.5.52",
"@scrypted/types": "^0.5.55",
"adm-zip": "^0.5.16",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",