@venizia/ignis 0.0.9-5 → 0.0.9-6

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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis",
3
- "version": "0.0.9-5",
3
+ "version": "0.0.9-6",
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,31 +145,31 @@
145
145
  "prepublishOnly": "bun run rebuild"
146
146
  },
147
147
  "dependencies": {
148
- "@venizia/ignis-boot": "^0.0.5-7",
149
- "@venizia/ignis-helpers": "^0.0.8-8",
150
- "@venizia/ignis-inversion": "^0.0.6-1",
151
- "lodash": "^4.17.23",
148
+ "@venizia/ignis-boot": "^0.0.5-8",
149
+ "@venizia/ignis-helpers": "^0.0.8-9",
150
+ "@venizia/ignis-inversion": "^0.0.6-2",
151
+ "lodash": "^4.18.1",
152
152
  "reflect-metadata": "^0.2.2"
153
153
  },
154
154
  "peerDependencies": {
155
155
  "@asteasolutions/zod-to-openapi": "^8.5.0",
156
156
  "@connectrpc/connect": "^2.1.1",
157
- "@hono/node-server": "^1.19.12",
157
+ "@hono/node-server": "^2.0.3",
158
158
  "@hono/swagger-ui": "^0.6.1",
159
- "@hono/zod-openapi": "^1.2.4",
160
- "@scalar/hono-api-reference": "^0.10.5",
161
- "@socket.io/bun-engine": "^0.1.0",
159
+ "@hono/zod-openapi": "^1.4.0",
160
+ "@scalar/hono-api-reference": "^0.10.16",
161
+ "@socket.io/bun-engine": "^0.1.1",
162
162
  "@socket.io/redis-adapter": "^8.3.0",
163
163
  "@socket.io/redis-emitter": "^5.1.0",
164
- "bullmq": "^5.71.1",
165
- "casbin": "^5.49.0",
164
+ "bullmq": "^5.76.10",
165
+ "casbin": "^5.50.0",
166
166
  "drizzle-orm": "^0.45.2",
167
167
  "drizzle-zod": "^0.8.3",
168
- "hono": "^4.12.9",
169
- "jose": "^6.2.1",
170
- "mailgun.js": "^12.1.1",
171
- "nodemailer": "^7.0.10",
172
- "pg": "^8.18.0",
168
+ "hono": "^4.12.21",
169
+ "jose": "^6.2.3",
170
+ "mailgun.js": "^13.0.1",
171
+ "nodemailer": "^8.0.7",
172
+ "pg": "^8.21.0",
173
173
  "socket.io": "^4.8.1",
174
174
  "socket.io-client": "^4.8.1"
175
175
  },
@@ -220,20 +220,20 @@
220
220
  "devDependencies": {
221
221
  "@asteasolutions/zod-to-openapi": "^8.5.0",
222
222
  "@connectrpc/connect": "^2.1.1",
223
- "@hono/node-server": "^1.19.12",
223
+ "@hono/node-server": "^2.0.3",
224
224
  "@hono/swagger-ui": "^0.6.1",
225
- "@socket.io/bun-engine": "^0.1.0",
226
- "casbin": "^5.49.0",
227
- "@types/bun": "^1.3.11",
225
+ "@socket.io/bun-engine": "^0.1.1",
226
+ "casbin": "^5.50.0",
227
+ "@types/bun": "^1.3.14",
228
228
  "@types/lodash": "^4.17.23",
229
- "@types/nodemailer": "^7.0.11",
229
+ "@types/nodemailer": "^8.0.0",
230
230
  "@types/pg": "^8.20.0",
231
- "@venizia/dev-configs": "^0.0.7-1",
231
+ "@venizia/dev-configs": "^0.0.7-2",
232
232
  "drizzle-kit": "^0.31.10",
233
- "eslint": "^10.1.0",
234
- "prettier": "^3.8.1",
235
- "tsc-alias": "^1.8.16",
236
- "tsx": "^4.20.6",
237
- "typescript": "^6.0.2"
233
+ "eslint": "^10.4.0",
234
+ "prettier": "^3.8.3",
235
+ "tsc-alias": "^1.8.17",
236
+ "tsx": "^4.22.3",
237
+ "typescript": "^6.0.3"
238
238
  }
239
239
  }