mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor: ♻️ Rewrite build system to fit the monorepo architecture
This commit is contained in:
parent
7de4b573e3
commit
90b6399407
217 changed files with 2143 additions and 1858 deletions
35
bun.lock
35
bun.lock
|
|
@ -16,10 +16,12 @@
|
|||
"@inquirer/confirm": "catalog:",
|
||||
"@scalar/hono-api-reference": "catalog:",
|
||||
"@sentry/bun": "catalog:",
|
||||
"@versia-server/api": "workspace:*",
|
||||
"@versia-server/config": "workspace:*",
|
||||
"@versia-server/kit": "workspace:*",
|
||||
"@versia-server/logging": "workspace:*",
|
||||
"@versia-server/tests": "workspace:*",
|
||||
"@versia-server/worker": "workspace:*",
|
||||
"@versia/client": "workspace:*",
|
||||
"@versia/sdk": "workspace:*",
|
||||
"altcha-lib": "catalog:",
|
||||
|
|
@ -108,7 +110,7 @@
|
|||
"ip-matching": "catalog:",
|
||||
"iso-639-1": "catalog:",
|
||||
"jose": "catalog:",
|
||||
"magic-regexp": "catalog:",
|
||||
"oauth4webapi": "catalog:",
|
||||
"qs": "catalog:",
|
||||
"sharp": "catalog:",
|
||||
"string-comparison": "catalog:",
|
||||
|
|
@ -145,20 +147,7 @@
|
|||
"zod-validation-error": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/logging": {
|
||||
"name": "@versia-server/logging",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@logtape/file": "catalog:",
|
||||
"@logtape/logtape": "catalog:",
|
||||
"@logtape/otel": "catalog:",
|
||||
"@logtape/sentry": "catalog:",
|
||||
"@sentry/bun": "catalog:",
|
||||
"@versia-server/config": "workspace:*",
|
||||
"chalk": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/plugin-kit": {
|
||||
"packages/kit": {
|
||||
"name": "@versia-server/kit",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
|
|
@ -185,12 +174,26 @@
|
|||
"mitt": "catalog:",
|
||||
"qs": "catalog:",
|
||||
"sharp": "catalog:",
|
||||
"sonic-channel": "catalog:",
|
||||
"web-push": "catalog:",
|
||||
"zod": "catalog:",
|
||||
"zod-to-json-schema": "catalog:",
|
||||
"zod-validation-error": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/logging": {
|
||||
"name": "@versia-server/logging",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@logtape/file": "catalog:",
|
||||
"@logtape/logtape": "catalog:",
|
||||
"@logtape/otel": "catalog:",
|
||||
"@logtape/sentry": "catalog:",
|
||||
"@sentry/bun": "catalog:",
|
||||
"@versia-server/config": "workspace:*",
|
||||
"chalk": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/sdk": {
|
||||
"name": "@versia/sdk",
|
||||
"version": "0.0.1",
|
||||
|
|
@ -792,7 +795,7 @@
|
|||
|
||||
"@versia-server/config": ["@versia-server/config@workspace:packages/config"],
|
||||
|
||||
"@versia-server/kit": ["@versia-server/kit@workspace:packages/plugin-kit"],
|
||||
"@versia-server/kit": ["@versia-server/kit@workspace:packages/kit"],
|
||||
|
||||
"@versia-server/logging": ["@versia-server/logging@workspace:packages/logging"],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue