@merkl/api 0.18.2 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -104,5 +104,5 @@
104
104
  "access": "public",
105
105
  "registry": "https://registry.npmjs.org/"
106
106
  },
107
- "version": "v0.18.2"
107
+ "version": "v0.18.3"
108
108
  }
@@ -1,22 +0,0 @@
1
- import Elysia from "elysia";
2
- export declare const Logger: Elysia<"", false, {
3
- decorator: {};
4
- store: {};
5
- derive: {};
6
- resolve: {};
7
- }, {
8
- type: {};
9
- error: {};
10
- }, {
11
- schema: {};
12
- macro: {};
13
- macroFn: {};
14
- }, {}, {
15
- derive: {};
16
- resolve: {};
17
- schema: {};
18
- }, {
19
- derive: {};
20
- resolve: {};
21
- schema: {};
22
- }>;
@@ -1,3 +0,0 @@
1
- // ─── Logger Plugin ───────────────────────────────────────────────────────────
2
- import Elysia from "elysia";
3
- export const Logger = new Elysia().onRequest(async ({ request }) => { });