@venizia/ignis 0.0.9-20 → 0.0.9-21
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2784,8 +2784,8 @@ describe('UserController', () => {
|
|
|
2784
2784
|
## Documentation
|
|
2785
2785
|
|
|
2786
2786
|
- [Ignis Repository](https://github.com/VENIZIA-AI/ignis)
|
|
2787
|
-
- [Getting Started](https://github.com/VENIZIA-AI/ignis/blob/main/
|
|
2788
|
-
- [Core Concepts](https://github.com/VENIZIA-AI/ignis/blob/main/
|
|
2787
|
+
- [Getting Started](https://github.com/VENIZIA-AI/ignis/blob/main/docs/wiki/content/get-started/index.md)
|
|
2788
|
+
- [Core Concepts](https://github.com/VENIZIA-AI/ignis/blob/main/docs/wiki/content/get-started/core-concepts/application.md)
|
|
2789
2789
|
- [Examples](https://github.com/VENIZIA-AI/ignis/tree/main/examples/vert)
|
|
2790
2790
|
|
|
2791
2791
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venizia/ignis",
|
|
3
|
-
"version": "0.0.9-
|
|
3
|
+
"version": "0.0.9-21",
|
|
4
4
|
"description": "High-performance TypeScript server infrastructure combining LoopBack 4 enterprise architecture (decorator-based DI, repository pattern, component system) with Hono speed (~140k req/s). Features auto-generated OpenAPI docs, Drizzle ORM type-safe SQL, JWT/Basic authentication, Casbin authorization, convention-based bootstrapping, and pluggable components for health checks, Swagger UI, mail, Socket.IO, and static assets. Built for Bun and Node.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"access-control",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"prepublishOnly": "bun run rebuild"
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
|
-
"@venizia/ignis-boot": "^0.0.5
|
|
150
|
-
"@venizia/ignis-helpers": "^0.0.8
|
|
151
|
-
"@venizia/ignis-inversion": "^0.0.6
|
|
149
|
+
"@venizia/ignis-boot": "^0.0.5",
|
|
150
|
+
"@venizia/ignis-helpers": "^0.0.8",
|
|
151
|
+
"@venizia/ignis-inversion": "^0.0.6",
|
|
152
152
|
"lodash": "^4.18.1",
|
|
153
153
|
"reflect-metadata": "^0.2.2"
|
|
154
154
|
},
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"@types/lodash": "^4.17.23",
|
|
230
230
|
"@types/nodemailer": "^8.0.0",
|
|
231
231
|
"@types/pg": "^8.20.0",
|
|
232
|
-
"@venizia/dev-configs": "^0.0.7
|
|
232
|
+
"@venizia/dev-configs": "^0.0.7",
|
|
233
233
|
"drizzle-kit": "^0.31.10",
|
|
234
234
|
"eslint": "^10.4.0",
|
|
235
235
|
"prettier": "^3.8.3",
|