@hestjs/core 0.1.5 → 0.1.6
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 +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hestjs/core",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.6",
|
4
4
|
"description": "HestJS Core Framework - A TypeScript framework built on Hono with dependency injection and decorators",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"author": "aqz236",
|
29
29
|
"license": "MIT",
|
30
30
|
"dependencies": {
|
31
|
-
"@hestjs/logger": "0.1.
|
31
|
+
"@hestjs/logger": "^0.1.4",
|
32
32
|
"hono": "^4.8.9",
|
33
33
|
"pino": "^9.7.0",
|
34
34
|
"pino-pretty": "^13.0.0",
|