@m5kdev/backend 0.1.2 → 0.1.4
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @m5kdev/backend
|
|
2
2
|
|
|
3
|
+
## 0.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- build added
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @m5kdev/commons@0.1.4
|
|
10
|
+
- @m5kdev/config@0.1.4
|
|
11
|
+
|
|
12
|
+
## 0.1.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- build js
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @m5kdev/commons@0.1.3
|
|
19
|
+
- @m5kdev/config@0.1.3
|
|
20
|
+
|
|
3
21
|
## 0.1.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m5kdev/backend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Composable Express server stack with Drizzle ORM and tRPC.",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"trpc-to-openapi": "2.3.0",
|
|
56
56
|
"uuid": "11.0.5",
|
|
57
57
|
"zod": "4.2.1",
|
|
58
|
-
"@m5kdev/
|
|
59
|
-
"@m5kdev/
|
|
58
|
+
"@m5kdev/config": "0.1.4",
|
|
59
|
+
"@m5kdev/commons": "0.1.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@jest/globals": "30.2.0",
|