@venizia/ignis 0.0.8-2 → 0.0.8-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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis",
|
|
3
|
-
"version": "0.0.8-
|
|
3
|
+
"version": "0.0.8-3",
|
|
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",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"prepublishOnly": "bun run rebuild"
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"@venizia/ignis-boot": "^0.0.5-
|
|
149
|
-
"@venizia/ignis-helpers": "^0.0.8-
|
|
148
|
+
"@venizia/ignis-boot": "^0.0.5-3",
|
|
149
|
+
"@venizia/ignis-helpers": "^0.0.8-3",
|
|
150
150
|
"@venizia/ignis-inversion": "^0.0.5",
|
|
151
151
|
"lodash": "^4.17.23",
|
|
152
152
|
"reflect-metadata": "^0.2.2"
|