@venizia/ignis-inversion 0.2.0-15 → 0.2.0-16
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis-inversion",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-16",
|
|
4
4
|
"description": "Lightweight, high-performance Dependency Injection and Inversion of Control container for TypeScript (~350 lines). Features decorator-based constructor and property injection, fluent Binding API, singleton/transient scoping, namespace auto-tagging, Provider pattern, tag-based discovery, and reflect-metadata integration. Inspired by LoopBack 4 and InversifyJS but simpler. Zero framework lock-in — works standalone or with Ignis.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"architecture",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"devDependencies": {
|
|
113
113
|
"@types/bun": "^1.4.1",
|
|
114
114
|
"@types/lodash": "^4.17.25",
|
|
115
|
-
"@venizia/dev-configs": "^0.2.0-
|
|
115
|
+
"@venizia/dev-configs": "^0.2.0-9",
|
|
116
116
|
"eslint": "^10.10.0",
|
|
117
117
|
"prettier": "^3.9.6",
|
|
118
118
|
"tsc-alias": "^1.9.4",
|