rapidkit 0.25.7 → 0.27.0

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapidkit",
3
- "version": "0.25.7",
3
+ "version": "0.27.0",
4
4
  "type": "module",
5
5
  "description": "Official CLI for RapidKit, an open-source workspace platform that standardizes how teams build, scale, and deploy backend services.",
6
6
  "keywords": [
@@ -11,6 +11,8 @@
11
11
  "create",
12
12
  "fastapi",
13
13
  "nestjs",
14
+ "springboot",
15
+ "spring",
14
16
  "gofiber",
15
17
  "gogin",
16
18
  "backend",
@@ -69,7 +71,7 @@
69
71
  "sync:contracts": "node scripts/sync-contracts.mjs",
70
72
  "check:contracts": "node scripts/sync-contracts.mjs --check",
71
73
  "bundle-size": "npm run build && du -sh dist/ && ls -lh dist/",
72
- "analyze": "npm run build && npx vite-bundle-visualizer dist/index.js --open",
74
+ "analyze": "npm run build && node scripts/analyze-dist.mjs",
73
75
  "size-check": "npm run build && size-limit",
74
76
  "bench": "npx tsx scripts/benchmarks.ts",
75
77
  "quality": "npm run typecheck && npm run lint && npm run format:check && npm test && npm run size-check",