@venizia/ignis-helpers 0.0.1-8 → 0.0.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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -0
  2. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -33,6 +33,7 @@ This monorepo contains the following packages, all licensed under MIT:
33
33
  | Package | Description |
34
34
  |---------|-------------|
35
35
  | `@venizia/ignis` | Core framework - controllers, services, decorators |
36
+ | `@venizia/ignis-boot` | Application bootstrapping & artifact auto-discovery |
36
37
  | `@venizia/ignis-helpers` | Utility helpers - logging, cron, Redis, queues, storage |
37
38
  | `@venizia/ignis-inversion` | Dependency Injection & IoC container |
38
39
  | `@venizia/dev-configs` | Shared ESLint, Prettier, TypeScript configurations |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-helpers",
3
- "version": "0.0.1-8",
3
+ "version": "0.0.1",
4
4
  "description": "Utility helpers for the Ignis Framework - logging, cron, Redis, queues, storage, and more",
5
5
  "keywords": [
6
6
  "ignis",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@socket.io/redis-adapter": "^8.3.0",
93
93
  "@socket.io/redis-emitter": "^5.1.0",
94
- "@venizia/ignis-inversion": "^0.0.1-9",
94
+ "@venizia/ignis-inversion": "^0.0.1",
95
95
  "axios": "^1.12.2",
96
96
  "drizzle-orm": "^0.44.0",
97
97
  "bullmq": "^5.63.1",
@@ -127,7 +127,7 @@
127
127
  "@hono/zod-openapi": "^1.1.5",
128
128
  "@types/bun": "^1.3.4",
129
129
  "@types/lodash": "^4.17.20",
130
- "@venizia/dev-configs": "^0.0.1-4",
130
+ "@venizia/dev-configs": "^0.0.2",
131
131
  "eslint": "^9.36.0",
132
132
  "prettier": "^3.6.2",
133
133
  "tsc-alias": "^1.8.16",