@venizia/ignis-boot 0.0.5-2 → 0.0.5-3

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-boot",
3
- "version": "0.0.5-2",
3
+ "version": "0.0.5-3",
4
4
  "description": "Convention-based auto-discovery and bootstrapping system for TypeScript applications. Three-phase lifecycle (configure, discover, load) using glob-based file matching and Template Method pattern. Auto-registers controllers, services, repositories, and datasources into the IoC container by file naming conventions. Inspired by LoopBack 4 boot system. Extensible via custom booters for any artifact type.",
5
5
  "keywords": [
6
6
  "artifact-discovery",
@@ -98,7 +98,7 @@
98
98
  "test:watch": "NODE_ENV=test bun test --watch --env-file=.env.test dist/cjs/__tests__/{**/**,**}/*.test.js"
99
99
  },
100
100
  "dependencies": {
101
- "@venizia/ignis-helpers": "^0.0.8-2",
101
+ "@venizia/ignis-helpers": "^0.0.8-3",
102
102
  "@venizia/ignis-inversion": "^0.0.5",
103
103
  "glob": "^13.0.6",
104
104
  "lodash": "^4.17.23",