Compare commits
1 Commits
master
...
715f992a60
| Author | SHA1 | Date | |
|---|---|---|---|
| 715f992a60 |
Generated
+25
-5
@@ -14,7 +14,7 @@
|
|||||||
"@napi-rs/canvas": "^0.1.95",
|
"@napi-rs/canvas": "^0.1.95",
|
||||||
"axios": "^1.13.6",
|
"axios": "^1.13.6",
|
||||||
"dotenv": "^17.3.1",
|
"dotenv": "^17.3.1",
|
||||||
"drizzle-orm": "^1.0.0-beta.9-e89174b",
|
"drizzle-orm": "^1.0.0-beta.15-9485290",
|
||||||
"emoji-regex": "^10.6.0",
|
"emoji-regex": "^10.6.0",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"ollama": "^0.6.3",
|
"ollama": "^0.6.3",
|
||||||
@@ -3438,9 +3438,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/drizzle-orm": {
|
"node_modules/drizzle-orm": {
|
||||||
"version": "1.0.0-beta.9-e89174b",
|
"version": "1.0.0-beta.15-9485290",
|
||||||
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-1.0.0-beta.9-e89174b.tgz",
|
"resolved": "https://registry.npmjs.org/drizzle-orm/-/drizzle-orm-1.0.0-beta.15-9485290.tgz",
|
||||||
"integrity": "sha512-B5KR/qYMZ0JMOurK+0xi1ObpOQcgrjaC9wHUiU2eTJjLemuh2CoQIw6yur68NxZG6Xcd0b9qghUNC/78/bEfbg==",
|
"integrity": "sha512-umMDEE19q0RZF7b1dL8GqJthA8ueoCZNJGcKFUQGCUWZqE5fVn2fP298o7hxAzUnp+xhiNY2INsuNO9sqKgxMw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@aws-sdk/client-rds-data": ">=3",
|
"@aws-sdk/client-rds-data": ">=3",
|
||||||
@@ -3455,6 +3455,7 @@
|
|||||||
"@opentelemetry/api": "^1.4.1",
|
"@opentelemetry/api": "^1.4.1",
|
||||||
"@planetscale/database": ">=1.13",
|
"@planetscale/database": ">=1.13",
|
||||||
"@prisma/client": "*",
|
"@prisma/client": "*",
|
||||||
|
"@sinclair/typebox": ">=0.34.8",
|
||||||
"@sqlitecloud/drivers": ">=1.0.653",
|
"@sqlitecloud/drivers": ">=1.0.653",
|
||||||
"@tidbcloud/serverless": "*",
|
"@tidbcloud/serverless": "*",
|
||||||
"@tursodatabase/database": ">=0.2.1",
|
"@tursodatabase/database": ">=0.2.1",
|
||||||
@@ -3467,6 +3468,7 @@
|
|||||||
"@upstash/redis": ">=1.34.7",
|
"@upstash/redis": ">=1.34.7",
|
||||||
"@vercel/postgres": ">=0.8.0",
|
"@vercel/postgres": ">=0.8.0",
|
||||||
"@xata.io/client": "*",
|
"@xata.io/client": "*",
|
||||||
|
"arktype": ">=2.0.0",
|
||||||
"better-sqlite3": ">=9.3.0",
|
"better-sqlite3": ">=9.3.0",
|
||||||
"bun-types": "*",
|
"bun-types": "*",
|
||||||
"expo-sqlite": ">=14.0.0",
|
"expo-sqlite": ">=14.0.0",
|
||||||
@@ -3476,7 +3478,10 @@
|
|||||||
"pg": ">=8",
|
"pg": ">=8",
|
||||||
"postgres": ">=3",
|
"postgres": ">=3",
|
||||||
"sql.js": ">=1",
|
"sql.js": ">=1",
|
||||||
"sqlite3": ">=5"
|
"sqlite3": ">=5",
|
||||||
|
"typebox": ">=1.0.0",
|
||||||
|
"valibot": ">=1.0.0-beta.7",
|
||||||
|
"zod": "^3.25.0 || ^4.0.0"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
"@aws-sdk/client-rds-data": {
|
"@aws-sdk/client-rds-data": {
|
||||||
@@ -3515,6 +3520,9 @@
|
|||||||
"@prisma/client": {
|
"@prisma/client": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"@sinclair/typebox": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"@sqlitecloud/drivers": {
|
"@sqlitecloud/drivers": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
@@ -3548,6 +3556,9 @@
|
|||||||
"@xata.io/client": {
|
"@xata.io/client": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
"arktype": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"better-sqlite3": {
|
"better-sqlite3": {
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
@@ -3577,6 +3588,15 @@
|
|||||||
},
|
},
|
||||||
"sqlite3": {
|
"sqlite3": {
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
"typebox": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"valibot": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"zod": {
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
"@napi-rs/canvas": "^0.1.95",
|
"@napi-rs/canvas": "^0.1.95",
|
||||||
"axios": "^1.13.6",
|
"axios": "^1.13.6",
|
||||||
"dotenv": "^17.3.1",
|
"dotenv": "^17.3.1",
|
||||||
"drizzle-orm": "^1.0.0-beta.9-e89174b",
|
"drizzle-orm": "^1.0.0-beta.15-9485290",
|
||||||
"emoji-regex": "^10.6.0",
|
"emoji-regex": "^10.6.0",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"ollama": "^0.6.3",
|
"ollama": "^0.6.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user