@venizia/ignis-helpers 0.0.1-4 → 0.0.1-5

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 +21 -5
package/package.json CHANGED
@@ -1,24 +1,40 @@
1
1
  {
2
2
  "name": "@venizia/ignis-helpers",
3
- "version": "0.0.1-4",
3
+ "version": "0.0.1-5",
4
4
  "description": "Utility helpers for the Ignis Framework - logging, cron, Redis, queues, storage, and more",
5
5
  "keywords": [
6
+ "ignis",
6
7
  "helpers",
7
8
  "utilities",
9
+ "library",
10
+ "utils",
11
+ "tools",
12
+ "common",
13
+ "shared",
8
14
  "logging",
15
+ "logger",
16
+ "log-management",
9
17
  "winston",
10
18
  "cron",
19
+ "cronjob",
20
+ "scheduler",
11
21
  "redis",
12
22
  "ioredis",
13
23
  "queue",
24
+ "message-queue",
14
25
  "bullmq",
15
26
  "storage",
27
+ "object-storage",
28
+ "file-storage",
16
29
  "minio",
17
30
  "s3",
31
+ "aws-s3",
18
32
  "mqtt",
33
+ "pub-sub",
19
34
  "socket.io",
35
+ "real-time",
36
+ "websockets",
20
37
  "venizia",
21
- "ignis",
22
38
  "bun",
23
39
  "nodejs",
24
40
  "typescript"
@@ -45,6 +61,7 @@
45
61
  "bun": ">=1.3"
46
62
  },
47
63
  "scripts": {
64
+ "force-update": "sh ./scripts/force-update.sh",
48
65
  "build": "sh ./scripts/build.sh",
49
66
  "clean": "sh ./scripts/clean.sh",
50
67
  "eslint": "eslint --report-unused-disable-directives .",
@@ -73,7 +90,7 @@
73
90
  "dependencies": {
74
91
  "@socket.io/redis-adapter": "^8.3.0",
75
92
  "@socket.io/redis-emitter": "^5.1.0",
76
- "@venizia/ignis-inversion": "latest",
93
+ "@venizia/ignis-inversion": "^0.0.1-3",
77
94
  "axios": "^1.12.2",
78
95
  "bullmq": "^5.63.1",
79
96
  "cron": "^4.3.3",
@@ -108,8 +125,7 @@
108
125
  "@hono/zod-openapi": "^1.1.5",
109
126
  "@types/bun": "^1.3.4",
110
127
  "@types/lodash": "^4.17.20",
111
- "@types/node": "^25.0.0",
112
- "@venizia/dev-configs": "latest",
128
+ "@venizia/dev-configs": "^0.0.1-3",
113
129
  "eslint": "^9.36.0",
114
130
  "prettier": "^3.6.2",
115
131
  "tsc-alias": "^1.8.16",