@razvan11/paladin 1.1.2 → 1.1.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/dist/index.js +2 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -21049,7 +21049,8 @@ var LayoutView = ({
|
|
|
21049
21049
|
children: title
|
|
21050
21050
|
}, undefined, false, undefined, this),
|
|
21051
21051
|
favicon && /* @__PURE__ */ jsxDEV2("link", {
|
|
21052
|
-
rel: "
|
|
21052
|
+
rel: "icon",
|
|
21053
|
+
type: "image/svg+xml",
|
|
21053
21054
|
href: favicon
|
|
21054
21055
|
}, undefined, false, undefined, this),
|
|
21055
21056
|
styles3.map((href) => /* @__PURE__ */ jsxDEV2("link", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razvan11/paladin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "A Bun-based backend framework with decorators, dependency injection, and controller registration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -64,5 +64,4 @@
|
|
|
64
64
|
"reflect-metadata": "^0.2.2",
|
|
65
65
|
"zod": "^4.2.1"
|
|
66
66
|
}
|
|
67
|
-
}
|
|
68
|
-
|
|
67
|
+
}
|