@venizia/ignis-inversion 0.2.0-0 → 0.2.0-2
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-2",
|
|
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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@types/bun": "^1.3.14",
|
|
115
115
|
"@types/lodash": "^4.17.23",
|
|
116
|
-
"@venizia/dev-configs": "^0.2.0-
|
|
116
|
+
"@venizia/dev-configs": "^0.2.0-2",
|
|
117
117
|
"eslint": "^10.7.0",
|
|
118
118
|
"prettier": "^3.9.5",
|
|
119
119
|
"tsc-alias": "^1.9.1",
|