This commit is contained in:
2025-05-03 21:12:58 +08:00
parent c2a0623482
commit d6014b3c40
19 changed files with 115 additions and 35 deletions

24
pnpm-lock.yaml generated
View File

@@ -42,6 +42,9 @@ importers:
'@kevisual/types':
specifier: ^0.0.9
version: 0.0.9
'@kevisual/xhs':
specifier: workspace:*
version: link:packages/xhs
'@types/bun':
specifier: ^1.2.11
version: 1.2.11
@@ -109,6 +112,9 @@ importers:
packages/xhs:
dependencies:
'@kevisual/db':
specifier: ^0.0.1
version: 0.0.1
nanoid:
specifier: ^5.1.5
version: 5.1.5
@@ -119,6 +125,9 @@ importers:
specifier: ^5.1.7
version: 5.1.7
devDependencies:
'@kevisual/use-config':
specifier: ^1.0.14
version: 1.0.14(dotenv@16.5.0)
'@kevisual/xhs-core':
specifier: workspace:*
version: link:../xhs-core
@@ -211,6 +220,9 @@ packages:
pg: ^8.13.3
sequelize: ^6.37.5
'@kevisual/db@0.0.1':
resolution: {integrity: sha512-FgDS5FzcU5Um2UV6EYQN4+D4R24M6/A7DANMPpvTpRioS94apKsnthZQWNL65e6gPc4ca3ys8zygrF6rd3ZA7Q==}
'@kevisual/dts@0.0.2':
resolution: {integrity: sha512-AFULZR011hH8g6F30djbUlIgbG2y4AbEXml+1jotLC0Mf87apZ7LYlb9amxVSiPqOmtXYKETsI47RDzgihBpLw==}
hasBin: true
@@ -229,6 +241,11 @@ packages:
peerDependencies:
dotenv: ^16.4.7
'@kevisual/use-config@1.0.14':
resolution: {integrity: sha512-U4fmPFJre+Ph+hdg+EKVaRGxdpD4T4ZoOz5QLEyC6o3ekg8NC4n1i7Myo1ektqATyoG9Y0q/bJdOhiJwnLEt4g==}
peerDependencies:
dotenv: ^16.4.7
'@ljharb/resumer@0.1.3':
resolution: {integrity: sha512-d+tsDgfkj9X5QTriqM4lKesCkMMJC3IrbPKHvayP00ELx2axdXvDfWkqjxrLXIzGcQzmj7VAUT1wopqARTvafw==}
engines: {node: '>= 0.4'}
@@ -2099,6 +2116,8 @@ snapshots:
- supports-color
- utf-8-validate
'@kevisual/db@0.0.1': {}
'@kevisual/dts@0.0.2(typescript@5.8.3)':
dependencies:
rollup: 4.40.1
@@ -2122,6 +2141,11 @@ snapshots:
'@kevisual/load': 0.0.6
dotenv: 16.5.0
'@kevisual/use-config@1.0.14(dotenv@16.5.0)':
dependencies:
'@kevisual/load': 0.0.6
dotenv: 16.5.0
'@ljharb/resumer@0.1.3':
dependencies:
'@ljharb/through': 2.3.14