This commit is contained in:
2025-06-21 16:31:00 +08:00
parent a150cbc533
commit ce7cd03cb3
18 changed files with 387 additions and 29 deletions

43
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@kevisual/ai':
specifier: ^0.0.6
version: 0.0.6
specifier: ^0.0.8
version: 0.0.8
'@kevisual/code-center-module':
specifier: 0.0.23
version: 0.0.23(dotenv@16.5.0)
@@ -42,6 +42,9 @@ importers:
'@kevisual/app-assistant':
specifier: workspace:*
version: link:packages/app-assistant
'@kevisual/logger':
specifier: ^0.0.4
version: 0.0.4
'@kevisual/social-prompts':
specifier: workspace:*
version: link:packages/social-prompts
@@ -67,8 +70,8 @@ importers:
specifier: ^24.0.3
version: 24.0.3
bullmq:
specifier: ^5.54.3
version: 5.54.3
specifier: ^5.55.0
version: 5.55.0
commander:
specifier: ^14.0.0
version: 14.0.0
@@ -90,6 +93,9 @@ importers:
nodemon:
specifier: ^3.1.10
version: 3.1.10
openai:
specifier: ^5.6.0
version: 5.6.0(ws@8.18.1)(zod@3.25.67)
pg:
specifier: ^8.16.2
version: 8.16.2
@@ -215,8 +221,8 @@ packages:
'@jridgewell/sourcemap-codec@1.5.0':
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@kevisual/ai@0.0.6':
resolution: {integrity: sha512-khTCGsDMjGL9VN8ZB2HzEPUXcSTHu1fHXKBRmyojxy9gt+lMCx7JFgqLKiENkekOUwS2Xg6Fe5jwQDNJRwGwDA==}
'@kevisual/ai@0.0.8':
resolution: {integrity: sha512-MvK4U1iWf8hz7lj/+YBQV3qWRRDy42VH8fInKFVxjpEGPGaxfXOMP73C85T4Cf82OGU/fxOayiR0xLi2SyBTLw==}
'@kevisual/auth@1.0.5':
resolution: {integrity: sha512-GwsLj7unKXi7lmMiIIgdig4LwwLiDJnOy15HHZR5gMbyK6s5/uJiMY5RXPB2+onGzTNDqFo/hXjsD2wkerHPVg==}
@@ -574,8 +580,8 @@ packages:
bullmq@5.51.1:
resolution: {integrity: sha512-JEZokH5Sb6p66HRjbfQjPNYuSilDRcB8UREmJzOBqTTaJFza8I92vsBF3J/zmtzd7KVv3dxhZyH9CYSLOJALRA==}
bullmq@5.54.3:
resolution: {integrity: sha512-MVK2pOkB3hvrIcubwI8dS4qWHJLNKakKPpgRBTw91sIpPZArmvZ4t2hvryyEaJXJbAS/JHd6pKYOUd+RGRkWQQ==}
bullmq@5.55.0:
resolution: {integrity: sha512-LKaQZroyXBYSQd/SNP9EcmCZgiZjIImtQHBlnupUvhX1GmmJfIXjn0bf8lek3bvajMUbvVf8FrYdFD0ajAuy0g==}
bun-types@1.2.16:
resolution: {integrity: sha512-ciXLrHV4PXax9vHvUrkvun9VPVGOVwbbbBF/Ev1cXz12lyEZMoJpIJABOfPcN9gDJRaiKF9MVbSygLg4NXu3/A==}
@@ -1458,6 +1464,18 @@ packages:
once@1.4.0:
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
openai@5.6.0:
resolution: {integrity: sha512-jNH5z+hYAdOMZXyEt0yZ7246s+UZjg2AwFQqkAhZIPPjxNtHHO5mykOefau6FkOqj16aC94MOdJl/rZBcKj/cQ==}
hasBin: true
peerDependencies:
ws: ^8.18.0
zod: ^3.23.8
peerDependenciesMeta:
ws:
optional: true
zod:
optional: true
own-keys@1.0.1:
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
engines: {node: '>= 0.4'}
@@ -2182,7 +2200,7 @@ snapshots:
'@jridgewell/sourcemap-codec@1.5.0': {}
'@kevisual/ai@0.0.6':
'@kevisual/ai@0.0.8':
dependencies:
'@kevisual/logger': 0.0.4
@@ -2550,7 +2568,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
bullmq@5.54.3:
bullmq@5.55.0:
dependencies:
cron-parser: 4.9.0
ioredis: 5.6.1
@@ -3629,6 +3647,11 @@ snapshots:
dependencies:
wrappy: 1.0.2
openai@5.6.0(ws@8.18.1)(zod@3.25.67):
optionalDependencies:
ws: 8.18.1
zod: 3.25.67
own-keys@1.0.1:
dependencies:
get-intrinsic: 1.2.7