@venizia/ignis-helpers 0.0.8-13 → 0.0.8-14
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 +4 -3
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-14",
|
|
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",
|
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"scripts": {
|
|
146
146
|
"force-update": "sh ./scripts/force-update.sh",
|
|
147
147
|
"build": "sh ./scripts/build.sh",
|
|
148
|
+
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
148
149
|
"clean": "sh ./scripts/clean.sh",
|
|
149
150
|
"eslint": "eslint --report-unused-disable-directives .",
|
|
150
151
|
"lint": "bun run eslint && bun run prettier:cli",
|
|
@@ -155,7 +156,7 @@
|
|
|
155
156
|
"prepublishOnly": "bun run rebuild"
|
|
156
157
|
},
|
|
157
158
|
"dependencies": {
|
|
158
|
-
"@venizia/ignis-inversion": "^0.0.6-
|
|
159
|
+
"@venizia/ignis-inversion": "^0.0.6-3",
|
|
159
160
|
"drizzle-orm": "^0.45.2",
|
|
160
161
|
"dayjs": "^1.11.20",
|
|
161
162
|
"hono": "^4.12.21",
|
|
@@ -217,7 +218,7 @@
|
|
|
217
218
|
"@socket.io/redis-emitter": "^5.1.0",
|
|
218
219
|
"@types/bun": "^1.3.14",
|
|
219
220
|
"@types/lodash": "^4.17.23",
|
|
220
|
-
"@venizia/dev-configs": "^0.0.7-
|
|
221
|
+
"@venizia/dev-configs": "^0.0.7-3",
|
|
221
222
|
"axios": "^1.16.1",
|
|
222
223
|
"bullmq": "^5.76.10",
|
|
223
224
|
"cron": "^4.3.3",
|