@venizia/ignis-helpers 0.2.0-5 → 0.2.0-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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-helpers",
3
- "version": "0.2.0-5",
3
+ "version": "0.2.0-6",
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",
@@ -216,7 +216,7 @@
216
216
  },
217
217
  "dependencies": {
218
218
  "zod": "^4.4.3",
219
- "@venizia/ignis-inversion": "^0.2.0-0",
219
+ "@venizia/ignis-inversion": "^0.2.0-2",
220
220
  "dayjs": "^1.11.21",
221
221
  "ioredis": "^5.11.1",
222
222
  "lodash": "^4.18.1",
@@ -310,7 +310,7 @@
310
310
  "@socket.io/redis-emitter": "^5.1.0",
311
311
  "@types/bun": "^1.3.14",
312
312
  "@types/lodash": "^4.17.23",
313
- "@venizia/dev-configs": "^0.2.0-1",
313
+ "@venizia/dev-configs": "^0.2.0-2",
314
314
  "axios": "^1.18.1",
315
315
  "bullmq": "^5.80.8",
316
316
  "cron": "^4.3.3",