@venizia/ignis 0.2.0-39 → 0.2.0-40
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-40",
|
|
4
4
|
"description": "High-performance TypeScript server infrastructure combining LoopBack 4 enterprise architecture (decorator-based DI, repository pattern, component system) with Hono speed (~140k req/s). Features auto-generated OpenAPI docs, Drizzle ORM type-safe SQL, JWT/Basic authentication, Casbin authorization, convention-based bootstrapping, and pluggable components for health checks, Swagger UI, mail, Socket.IO, and static assets. Built for Bun and Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"access-control",
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
"prepublishOnly": "bun run rebuild"
|
|
200
200
|
},
|
|
201
201
|
"dependencies": {
|
|
202
|
-
"@venizia/ignis-connectors": "^0.2.0-
|
|
203
|
-
"@venizia/ignis-filter": "^0.2.0-
|
|
204
|
-
"@venizia/ignis-helpers": "^0.2.0-
|
|
205
|
-
"@venizia/ignis-inversion": "^0.2.0-
|
|
206
|
-
"@venizia/ignis-kernel": "^0.2.0-
|
|
202
|
+
"@venizia/ignis-connectors": "^0.2.0-36",
|
|
203
|
+
"@venizia/ignis-filter": "^0.2.0-15",
|
|
204
|
+
"@venizia/ignis-helpers": "^0.2.0-31",
|
|
205
|
+
"@venizia/ignis-inversion": "^0.2.0-15",
|
|
206
|
+
"@venizia/ignis-kernel": "^0.2.0-36",
|
|
207
207
|
"lodash": "^4.18.1",
|
|
208
208
|
"reflect-metadata": "^0.2.2",
|
|
209
209
|
"zod": "^4.5.4"
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"@types/lodash": "^4.17.25",
|
|
311
311
|
"@types/nodemailer": "^8.0.1",
|
|
312
312
|
"@types/pg": "^8.23.1",
|
|
313
|
-
"@venizia/dev-configs": "^0.2.0-
|
|
313
|
+
"@venizia/dev-configs": "^0.2.0-8",
|
|
314
314
|
"casbin": "^5.51.1",
|
|
315
315
|
"drizzle-kit": "^0.31.10",
|
|
316
316
|
"eslint": "^10.10.0",
|