@venizia/ignis-helpers 0.0.9-0 → 0.0.9-1
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-helpers",
|
|
3
|
-
"version": "0.0.9-
|
|
3
|
+
"version": "0.0.9-1",
|
|
4
4
|
"description": "Production-ready TypeScript utility library with 14+ modules: Winston logging with daily rotation, Redis single/cluster with pub/sub, BullMQ/MQTT/Kafka message queues, MinIO/Disk/Memory object storage, AES-256/RSA/ECDH cryptography, Snowflake UID generation (4M IDs/sec), cron scheduling, Socket.IO/WebSocket real-time communication, TCP/TLS/UDP networking, HTTP clients, worker thread pools, and environment management. Sub-path imports isolate optional peer dependencies for optimal tree-shaking and bundle size.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aes",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"prepublishOnly": "bun run rebuild"
|
|
157
157
|
},
|
|
158
158
|
"dependencies": {
|
|
159
|
-
"@venizia/ignis-inversion": "^0.0.
|
|
159
|
+
"@venizia/ignis-inversion": "^0.0.7-0",
|
|
160
160
|
"drizzle-orm": "^0.45.2",
|
|
161
161
|
"dayjs": "^1.11.21",
|
|
162
162
|
"hono": "^4.12.25",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"@socket.io/redis-emitter": "^5.1.0",
|
|
219
219
|
"@types/bun": "^1.3.14",
|
|
220
220
|
"@types/lodash": "^4.17.23",
|
|
221
|
-
"@venizia/dev-configs": "^0.0.
|
|
221
|
+
"@venizia/dev-configs": "^0.0.8-0",
|
|
222
222
|
"axios": "^1.16.1",
|
|
223
223
|
"bullmq": "^5.76.10",
|
|
224
224
|
"cron": "^4.3.3",
|