@venizia/ignis-helpers 0.0.8-8 → 0.0.8-9
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis-helpers",
|
|
3
|
-
"version": "0.0.8-
|
|
3
|
+
"version": "0.0.8-9",
|
|
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",
|
|
@@ -155,12 +155,12 @@
|
|
|
155
155
|
"prepublishOnly": "bun run rebuild"
|
|
156
156
|
},
|
|
157
157
|
"dependencies": {
|
|
158
|
-
"@venizia/ignis-inversion": "^0.0.6-
|
|
158
|
+
"@venizia/ignis-inversion": "^0.0.6-2",
|
|
159
159
|
"drizzle-orm": "^0.45.2",
|
|
160
160
|
"dayjs": "^1.11.20",
|
|
161
|
-
"hono": "^4.12.
|
|
162
|
-
"ioredis": "5.
|
|
163
|
-
"lodash": "^4.
|
|
161
|
+
"hono": "^4.12.21",
|
|
162
|
+
"ioredis": "5.10.1",
|
|
163
|
+
"lodash": "^4.18.1",
|
|
164
164
|
"reflect-metadata": "^0.2.2",
|
|
165
165
|
"winston": "^3.17.0",
|
|
166
166
|
"winston-daily-rotate-file": "^5.0.0",
|
|
@@ -169,14 +169,14 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
171
171
|
"@socket.io/redis-emitter": "^5.1.0",
|
|
172
|
-
"axios": "^1.
|
|
173
|
-
"bullmq": "^5.
|
|
172
|
+
"axios": "^1.16.1",
|
|
173
|
+
"bullmq": "^5.76.10",
|
|
174
174
|
"cron": "^4.3.3",
|
|
175
175
|
"minio": "^8.0.6",
|
|
176
176
|
"mqtt": "^5.15.1",
|
|
177
177
|
"socket.io": "^4.8.1",
|
|
178
178
|
"socket.io-client": "^4.8.1",
|
|
179
|
-
"@platformatic/kafka": "^1.
|
|
179
|
+
"@platformatic/kafka": "^2.1.0"
|
|
180
180
|
},
|
|
181
181
|
"peerDependenciesMeta": {
|
|
182
182
|
"@socket.io/redis-adapter": {
|
|
@@ -211,23 +211,23 @@
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"devDependencies": {
|
|
214
|
-
"@hono/zod-openapi": "^1.
|
|
215
|
-
"@platformatic/kafka": "1.
|
|
214
|
+
"@hono/zod-openapi": "^1.4.0",
|
|
215
|
+
"@platformatic/kafka": "2.1.0",
|
|
216
216
|
"@socket.io/redis-adapter": "^8.3.0",
|
|
217
217
|
"@socket.io/redis-emitter": "^5.1.0",
|
|
218
|
-
"@types/bun": "^1.3.
|
|
218
|
+
"@types/bun": "^1.3.14",
|
|
219
219
|
"@types/lodash": "^4.17.23",
|
|
220
|
-
"@venizia/dev-configs": "^0.0.7-
|
|
221
|
-
"axios": "^1.
|
|
222
|
-
"bullmq": "^5.
|
|
220
|
+
"@venizia/dev-configs": "^0.0.7-2",
|
|
221
|
+
"axios": "^1.16.1",
|
|
222
|
+
"bullmq": "^5.76.10",
|
|
223
223
|
"cron": "^4.3.3",
|
|
224
|
-
"eslint": "^10.
|
|
224
|
+
"eslint": "^10.4.0",
|
|
225
225
|
"minio": "^8.0.6",
|
|
226
226
|
"mqtt": "^5.15.1",
|
|
227
|
-
"prettier": "^3.8.
|
|
227
|
+
"prettier": "^3.8.3",
|
|
228
228
|
"socket.io": "^4.8.1",
|
|
229
229
|
"socket.io-client": "^4.8.1",
|
|
230
|
-
"tsc-alias": "^1.8.
|
|
231
|
-
"typescript": "^6.0.
|
|
230
|
+
"tsc-alias": "^1.8.17",
|
|
231
|
+
"typescript": "^6.0.3"
|
|
232
232
|
}
|
|
233
233
|
}
|