@venizia/ignis 0.0.7-19 → 0.0.7-20

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis",
3
- "version": "0.0.7-19",
3
+ "version": "0.0.7-20",
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",
@@ -134,7 +134,7 @@
134
134
  },
135
135
  "dependencies": {
136
136
  "@venizia/ignis-boot": "^0.0.4-1",
137
- "@venizia/ignis-helpers": "^0.0.6-12",
137
+ "@venizia/ignis-helpers": "^0.0.6-13",
138
138
  "@venizia/ignis-inversion": "^0.0.5",
139
139
  "lodash": "^4.17.23",
140
140
  "reflect-metadata": "^0.2.2"