koa-boot-runtime 1.0.2 → 1.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,4 +69,4 @@ import { registerRoutes, createPrismaClient, systemServices, aiToolRegistry, mid
69
69
 
70
70
  ## 相关
71
71
 
72
- - 脚手架:`create-koa-boot`(`npx create-koa-boot my-app --example` 生成完整三端示例工程)
72
+ - 脚手架:`create-koa-boot`(`npx create-koa-boot` 交互式创建,或 `npx create-koa-boot my-app --example` 生成完整三端示例工程)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koa-boot-runtime",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Koa-Boot framework runtime: pre-generated system routes, Prisma client factory, core auth middleware, AI tool registry",
5
5
  "keywords": [
6
6
  "koa",