@venizia/ignis-boot 0.0.5-5 → 0.0.5-6

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venizia/ignis-boot",
3
- "version": "0.0.5-5",
3
+ "version": "0.0.5-6",
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,19 +98,19 @@
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-6",
102
- "@venizia/ignis-inversion": "^0.0.5",
101
+ "@venizia/ignis-helpers": "^0.0.8-7",
102
+ "@venizia/ignis-inversion": "^0.0.6-1",
103
103
  "glob": "^13.0.6",
104
104
  "lodash": "^4.17.23",
105
105
  "reflect-metadata": "^0.2.2"
106
106
  },
107
107
  "devDependencies": {
108
- "@types/bun": "^1.3.9",
108
+ "@types/bun": "^1.3.11",
109
109
  "@types/lodash": "^4.17.23",
110
- "@venizia/dev-configs": "^0.0.6",
111
- "eslint": "^9.39.3",
110
+ "@venizia/dev-configs": "^0.0.7-1",
111
+ "eslint": "^10.1.0",
112
112
  "prettier": "^3.8.1",
113
113
  "tsc-alias": "^1.8.16",
114
- "typescript": "^5.9.3"
114
+ "typescript": "^6.0.2"
115
115
  }
116
116
  }