Skip to content

Commit 73f1eec

Browse files
Copilothotlong
andcommitted
feat(core): Implement P0 microkernel features - plugin loader, DI, lifecycle management
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent f4aef87 commit 73f1eec

8 files changed

Lines changed: 1877 additions & 3 deletions

File tree

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dependencies": {
1919
"@objectstack/spec": "workspace:*",
2020
"pino": "^8.17.0",
21-
"pino-pretty": "^10.3.0"
21+
"pino-pretty": "^10.3.0",
22+
"zod": "^3.22.0"
2223
},
2324
"peerDependencies": {
2425
"pino": "^8.0.0"

0 commit comments

Comments
 (0)