Commit 6427ac66 authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

feat: Add elysia to deno and pnpm workspaces setting

parent dd033745
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
    "./packages/fedify",
    "./packages/cli",
    "./packages/amqp",
    "./packages/elysia",
    "./packages/express",
    "./packages/h3",
    "./packages/postgres",
+85 −0
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ catalogs:
    amqplib:
      specifier: ^0.10.8
      version: 0.10.8
    elysia:
      specifier: ^1.3.6
      version: 1.3.8
    express:
      specifier: ^4.0.0
      version: 4.21.2
@@ -380,6 +383,25 @@ importers:

  packages/cli: {}

  packages/elysia:
    dependencies:
      '@fedify/fedify':
        specifier: workspace:*
        version: link:../fedify
      elysia:
        specifier: 'catalog:'
        version: 1.3.8(exact-mirror@0.1.3(@sinclair/typebox@0.34.38))(file-type@21.0.0)(typescript@5.8.3)
    devDependencies:
      bun-types:
        specifier: ^1.2.19
        version: 1.2.19(@types/react@19.1.8)
      tsdown:
        specifier: 'catalog:'
        version: 0.12.9(typescript@5.8.3)
      typescript:
        specifier: 'catalog:'
        version: 5.8.3

  packages/express:
    dependencies:
      '@fedify/fedify':
@@ -2564,6 +2586,9 @@ packages:
  '@shikijs/vscode-textmate@10.0.2':
    resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}

  '@sinclair/typebox@0.34.38':
    resolution: {integrity: sha512-HpkxMmc2XmZKhvaKIZZThlHmx1L0I/V1hWK1NubtlFnr6ZqdiOpV72TKudZUNQjZNsyDBay72qFEhEvb+bcwcA==}

  '@swc/counter@0.1.3':
    resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}

@@ -3415,6 +3440,11 @@ packages:
  bun-types@1.2.17:
    resolution: {integrity: sha512-ElC7ItwT3SCQwYZDYoAH+q6KT4Fxjl8DtZ6qDulUFBmXA8YB4xo+l54J9ZJN+k2pphfn9vk7kfubeSd5QfTVJQ==}

  bun-types@1.2.19:
    resolution: {integrity: sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ==}
    peerDependencies:
      '@types/react': ^19

  busboy@1.6.0:
    resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
    engines: {node: '>=10.16.0'}
@@ -3579,6 +3609,10 @@ packages:
    resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==}
    engines: {node: '>= 0.6'}

  cookie@1.0.2:
    resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
    engines: {node: '>=18'}

  copy-anything@3.0.5:
    resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
    engines: {node: '>=12.13'}
@@ -3903,6 +3937,13 @@ packages:
  ee-first@1.1.1:
    resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}

  elysia@1.3.8:
    resolution: {integrity: sha512-kxYFhegJbUEf5otzmisEvGt3R7d/dPBNVERO2nHo0kFqKBHyj5slArc90mSRKLfi1vamMtPcz67rL6Zeg5F2yg==}
    peerDependencies:
      exact-mirror: '>= 0.0.9'
      file-type: '>= 20.0.0'
      typescript: '>= 5.0.0'

  emoji-regex-xs@1.0.0:
    resolution: {integrity: sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==}

@@ -4158,6 +4199,14 @@ packages:
    resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
    engines: {node: '>=6'}

  exact-mirror@0.1.3:
    resolution: {integrity: sha512-yI62LpSby0ItzPJF05C4DRycVAoknRiCIDOLOCCs9zaEKylOXQtOFM3flX54S44swpRz584vk3P70yWQodsLlg==}
    peerDependencies:
      '@sinclair/typebox': ^0.34.15
    peerDependenciesMeta:
      '@sinclair/typebox':
        optional: true

  exit-hook@2.2.1:
    resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
    engines: {node: '>=6'}
@@ -4180,6 +4229,9 @@ packages:
    resolution: {integrity: sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==}
    engines: {node: '>=8.0.0'}

  fast-decode-uri-component@1.0.1:
    resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==}

  fast-deep-equal@3.1.3:
    resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}

@@ -5261,6 +5313,9 @@ packages:
  oniguruma-to-es@3.1.1:
    resolution: {integrity: sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==}

  openapi-types@12.1.3:
    resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==}

  optionator@0.9.4:
    resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
    engines: {node: '>= 0.8.0'}
@@ -8211,6 +8266,9 @@ snapshots:

  '@shikijs/vscode-textmate@10.0.2': {}

  '@sinclair/typebox@0.34.38':
    optional: true

  '@swc/counter@0.1.3': {}

  '@swc/helpers@0.5.15':
@@ -9165,6 +9223,11 @@ snapshots:
    dependencies:
      '@types/node': 22.16.0

  bun-types@1.2.19(@types/react@19.1.8):
    dependencies:
      '@types/node': 22.16.0
      '@types/react': 19.1.8

  busboy@1.6.0:
    dependencies:
      streamsearch: 1.1.0
@@ -9305,6 +9368,8 @@ snapshots:

  cookie@0.7.2: {}

  cookie@1.0.2: {}

  copy-anything@3.0.5:
    dependencies:
      is-what: 4.1.16
@@ -9629,6 +9694,17 @@ snapshots:

  ee-first@1.1.1: {}

  elysia@1.3.8(exact-mirror@0.1.3(@sinclair/typebox@0.34.38))(file-type@21.0.0)(typescript@5.8.3):
    dependencies:
      cookie: 1.0.2
      exact-mirror: 0.1.3(@sinclair/typebox@0.34.38)
      fast-decode-uri-component: 1.0.1
      file-type: 21.0.0
      typescript: 5.8.3
    optionalDependencies:
      '@sinclair/typebox': 0.34.38
      openapi-types: 12.1.3

  emoji-regex-xs@1.0.0: {}

  emoji-regex@8.0.0: {}
@@ -10220,6 +10296,10 @@ snapshots:

  event-target-shim@5.0.1: {}

  exact-mirror@0.1.3(@sinclair/typebox@0.34.38):
    optionalDependencies:
      '@sinclair/typebox': 0.34.38

  exit-hook@2.2.1: {}

  express@4.21.2:
@@ -10270,6 +10350,8 @@ snapshots:
    dependencies:
      pure-rand: 6.1.0

  fast-decode-uri-component@1.0.1: {}

  fast-deep-equal@3.1.3: {}

  fast-glob@3.3.1:
@@ -11550,6 +11632,9 @@ snapshots:
      regex: 6.0.1
      regex-recursion: 6.0.2

  openapi-types@12.1.3:
    optional: true

  optionator@0.9.4:
    dependencies:
      deep-is: 0.1.4
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ packages:
- packages/fedify
- packages/cli
- packages/amqp
- packages/elysia
- packages/express
- packages/nestjs
- packages/h3
@@ -28,6 +29,7 @@ catalog:
  "@types/node": ^22.16.0
  "@nestjs/common": ^11.0.1
  amqplib: ^0.10.8
  elysia: ^1.3.6
  express: ^4.0.0
  h3: ^1.15.0
  ioredis: ^5.6.1