@venizia/ignis-inversion 0.0.1-9 → 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 +2 -2
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-inversion",
3
- "version": "0.0.1-9",
3
+ "version": "0.0.1",
4
4
  "description": "Dependency Injection & Inversion of Control Container",
5
5
  "keywords": [
6
6
  "inversion-of-control",
@@ -89,7 +89,7 @@
89
89
  "devDependencies": {
90
90
  "@types/bun": "^1.3.2",
91
91
  "@types/lodash": "^4.17.21",
92
- "@venizia/dev-configs": "^0.0.1-4",
92
+ "@venizia/dev-configs": "^0.0.2",
93
93
  "eslint": "^9.36.0",
94
94
  "prettier": "^3.6.2",
95
95
  "tsc-alias": "^1.8.16",