@venizia/ignis-helpers 0.1.1-6 → 0.1.1-7

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-helpers",
3
- "version": "0.1.1-6",
3
+ "version": "0.1.1-7",
4
4
  "description": "Production-ready TypeScript utility library: pluggable logging (winston or pino behind one ILogger contract), Redis single/cluster/sentinel with pub/sub, BullMQ/MQTT/Kafka message queues, MinIO/Disk/Bun-S3 object storage, AES-256/RSA/ECDH cryptography, Snowflake UID generation, cron scheduling, Socket.IO/WebSocket, TCP/TLS/UDP networking, HTTP clients, secrets/Vault, worker thread pools, and environment management. Sub-path imports isolate optional peer dependencies so the root barrel never forces a peer into your bundle.",
5
5
  "keywords": [
6
6
  "aes",
@@ -174,12 +174,12 @@
174
174
  "prepublishOnly": "bun run rebuild"
175
175
  },
176
176
  "dependencies": {
177
- "zod": "catalog:",
178
- "@venizia/ignis-inversion": "^0.1.1-4",
179
- "dayjs": "catalog:",
180
- "ioredis": "catalog:",
181
- "lodash": "catalog:",
182
- "reflect-metadata": "catalog:"
177
+ "zod": "^4.4.3",
178
+ "@venizia/ignis-inversion": "^0.1.1-5",
179
+ "dayjs": "^1.11.21",
180
+ "ioredis": "^5.11.1",
181
+ "lodash": "^4.18.1",
182
+ "reflect-metadata": "^0.2.2"
183
183
  },
184
184
  "peerDependencies": {
185
185
  "hono": "^4.12.30",
@@ -263,29 +263,29 @@
263
263
  },
264
264
  "devDependencies": {
265
265
  "@dotenvx/dotenvx": "^2.14.0",
266
- "@hono/zod-openapi": "catalog:",
266
+ "@hono/zod-openapi": "^1.5.1",
267
267
  "@platformatic/kafka": "^2.6.1",
268
- "@socket.io/redis-adapter": "catalog:",
269
- "@socket.io/redis-emitter": "catalog:",
270
- "@types/bun": "catalog:",
271
- "@types/lodash": "catalog:",
268
+ "@socket.io/redis-adapter": "^8.3.0",
269
+ "@socket.io/redis-emitter": "^5.1.0",
270
+ "@types/bun": "^1.3.14",
271
+ "@types/lodash": "^4.17.23",
272
272
  "@venizia/dev-configs": "^0.1.0",
273
273
  "axios": "^1.18.1",
274
- "bullmq": "catalog:",
274
+ "bullmq": "^5.80.8",
275
275
  "cron": "^4.3.3",
276
- "eslint": "catalog:",
277
- "hono": "catalog:",
276
+ "eslint": "^10.7.0",
277
+ "hono": "^4.12.30",
278
278
  "minio": "^8.0.6",
279
279
  "mqtt": "^5.15.2",
280
280
  "node-vault": "^0.12.0",
281
281
  "pino": "^10.3.1",
282
282
  "pino-pretty": "^13.1.3",
283
283
  "pino-roll": "^4.0.0",
284
- "prettier": "catalog:",
285
- "socket.io": "catalog:",
286
- "socket.io-client": "catalog:",
287
- "tsc-alias": "catalog:",
288
- "typescript": "catalog:",
284
+ "prettier": "^3.9.5",
285
+ "socket.io": "^4.8.3",
286
+ "socket.io-client": "^4.8.3",
287
+ "tsc-alias": "^1.9.1",
288
+ "typescript": "^6.0.3",
289
289
  "winston": "^3.17.0",
290
290
  "winston-daily-rotate-file": "^5.0.0",
291
291
  "winston-transport": "^4.9.0"