@razvan11/paladin 1.0.3 → 1.0.5
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 +5270 -18076
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razvan11/paladin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A Bun-based backend framework with decorators, dependency injection, and controller registration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"dev": "bun run ./example/index.ts",
|
|
35
|
-
"build": "bun build ./src/index.ts --outdir ./dist --target bun && bun run build:types",
|
|
35
|
+
"build": " bun build ./src/index.ts --outdir ./dist --target bun --external react --external react-dom && bun run build:types",
|
|
36
36
|
"build:types": "tsc -p tsconfig.build.json",
|
|
37
37
|
"prepublishOnly": "bun run build",
|
|
38
38
|
"fmt": "bunx @biomejs/biome format --write",
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
"reflect-metadata": "^0.2.2",
|
|
64
64
|
"zod": "^4.2.1"
|
|
65
65
|
}
|
|
66
|
-
}
|
|
66
|
+
}
|