This commit is contained in:
Koushik Dutta
2025-06-17 09:15:00 -07:00
parent 1589908698
commit 58387e5046
2 changed files with 8 additions and 8 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "@scrypted/server",
"version": "0.140.2",
"version": "0.140.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.140.2",
"version": "0.140.3",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@scrypted/ffmpeg-static": "^6.1.0-build3",
"@scrypted/node-pty": "^1.0.24",
"@scrypted/types": "^0.5.17",
"@scrypted/types": "^0.5.20",
"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.17",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.5.17.tgz",
"integrity": "sha512-bp4wOOWmMB/X8wDLRcDPfRtBl3MWWJfhuWVDUIpFzyMl30HfdtDzU4osps82oTsn1gUAhAoha8vhHlX7nMCDBQ==",
"version": "0.5.20",
"resolved": "https://registry.npmjs.org/@scrypted/types/-/types-0.5.20.tgz",
"integrity": "sha512-M38E0E4Ri9IZX2KJJ7B2VqM6nGwNstGm9vgmuWmDnk7+F6zUNRaOD4/yGS0CDcyUHnCSkDg+5LixXfqYjZdWpQ==",
"license": "ISC",
"dependencies": {
"openai": "^5.3.0"

View File

@@ -1,11 +1,11 @@
{
"name": "@scrypted/server",
"version": "0.140.3",
"version": "0.140.4",
"description": "",
"dependencies": {
"@scrypted/ffmpeg-static": "^6.1.0-build3",
"@scrypted/node-pty": "^1.0.24",
"@scrypted/types": "^0.5.17",
"@scrypted/types": "^0.5.20",
"adm-zip": "^0.5.16",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",