@m5kdev/backend 0.1.5 → 0.2.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m5kdev/backend",
3
- "version": "0.1.5",
3
+ "version": "0.2.0",
4
4
  "description": "Composable Express server stack with Drizzle ORM and tRPC.",
5
5
  "license": "GPL-3.0-only",
6
6
  "repository": {
@@ -58,8 +58,8 @@
58
58
  "trpc-to-openapi": "2.3.0",
59
59
  "uuid": "11.0.5",
60
60
  "zod": "4.2.1",
61
- "@m5kdev/commons": "0.1.5",
62
- "@m5kdev/config": "0.1.5"
61
+ "@m5kdev/commons": "0.2.0",
62
+ "@m5kdev/config": "0.2.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@jest/globals": "30.2.0",
@@ -101,7 +101,6 @@
101
101
  "#modules/webhook/*": "./src/modules/webhook/*.ts",
102
102
  "#modules/email/*": "./src/modules/email/*.ts",
103
103
  "#lib/*": "./src/lib/*.ts",
104
- "#trpc": "./src/trpc/index.ts",
105
104
  "#utils/*": "./src/utils/*.ts"
106
105
  },
107
106
  "exports": {
@@ -181,10 +180,6 @@
181
180
  "types": "./dist/src/lib/*.d.ts",
182
181
  "default": "./dist/src/lib/*.js"
183
182
  },
184
- "./trpc": {
185
- "types": "./dist/src/trpc/index.d.ts",
186
- "default": "./dist/src/trpc/index.js"
187
- },
188
183
  "./utils/*": {
189
184
  "types": "./dist/src/utils/*.d.ts",
190
185
  "default": "./dist/src/utils/*.js"