@voltro/cli 0.27.0 → 0.28.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.
Files changed (58) hide show
  1. package/CHANGELOG.md +235 -0
  2. package/dist/apiBuild-DgBS9ayv.js +2 -0
  3. package/dist/{apiBuild-D22_EpoR.js → apiBuild-eUM32r1u.js} +2 -2
  4. package/dist/bin.js +2 -2
  5. package/dist/{commands-jBX8no1I.js → commands-CSkrUI1h.js} +2430 -2238
  6. package/dist/{dbCommand-uuNCrFAb.js → dbCommand-CpYgmSw4.js} +1 -1
  7. package/dist/dbCommand-DvguqlzF.js +2 -0
  8. package/dist/{dev-DcbIJrWg.js → dev-CEZwJhmb.js} +2774 -2548
  9. package/dist/dev-DlBWWnJQ.js +3 -0
  10. package/dist/index.js +1 -1
  11. package/dist/{seedRunner-D6eu-u5U.js → seedRunner-Bqxgp7HZ.js} +60 -59
  12. package/dist/serveCommand-ZTn-dPFa.js +1425 -0
  13. package/dist/serveEntry.js +2 -2
  14. package/package.json +17 -17
  15. package/templates/AGENTS.md +1 -1
  16. package/templates/agent-docs/_index.md +1 -1
  17. package/templates/agent-docs/deployment.md +56 -0
  18. package/templates/agent-docs/testing.md +42 -0
  19. package/templates/agent-docs/whats-new.md +172 -119
  20. package/templates/apps/api-ai/package.json +7 -7
  21. package/templates/apps/api-auth/package.json +8 -8
  22. package/templates/apps/api-backend/package.json +7 -7
  23. package/templates/apps/api-backend-deactivation/package.json +7 -7
  24. package/templates/apps/api-backend-mail/package.json +8 -8
  25. package/templates/apps/api-backend-mariadb/package.json +9 -9
  26. package/templates/apps/api-backend-storage/package.json +8 -8
  27. package/templates/apps/api-data-advanced/package.json +8 -8
  28. package/templates/apps/api-durable/package.json +8 -8
  29. package/templates/apps/api-feature-flags/package.json +9 -9
  30. package/templates/apps/api-governance/package.json +8 -8
  31. package/templates/apps/api-kv/package.json +8 -8
  32. package/templates/apps/api-moderation/package.json +8 -8
  33. package/templates/apps/api-observability/package.json +8 -8
  34. package/templates/apps/api-ratelimit/package.json +8 -8
  35. package/templates/apps/api-rbac/package.json +8 -8
  36. package/templates/apps/api-rest/package.json +7 -7
  37. package/templates/apps/api-saas/package.json +11 -11
  38. package/templates/apps/api-search/package.json +8 -8
  39. package/templates/apps/api-versioning/package.json +8 -8
  40. package/templates/apps/api-webhooks/package.json +9 -9
  41. package/templates/apps/changelog/package.json +6 -6
  42. package/templates/apps/edge-functions/package.json +2 -2
  43. package/templates/apps/frontend-admin/package.json +8 -8
  44. package/templates/apps/frontend-app/package.json +8 -8
  45. package/templates/apps/frontend-blank/package.json +7 -7
  46. package/templates/apps/frontend-contact/package.json +7 -7
  47. package/templates/apps/frontend-dashboard/package.json +7 -7
  48. package/templates/apps/frontend-docs/package.json +7 -7
  49. package/templates/apps/frontend-i18n/package.json +6 -6
  50. package/templates/apps/frontend-landing/package.json +7 -7
  51. package/templates/apps/frontend-spa/package.json +7 -7
  52. package/templates/apps/frontend-ssr/package.json +7 -7
  53. package/templates/apps/frontend-ssr-api/package.json +8 -8
  54. package/templates/apps/frontend-static-blog/package.json +6 -6
  55. package/dist/apiBuild-BrjrVJJh.js +0 -2
  56. package/dist/dbCommand-DrzXimKf.js +0 -2
  57. package/dist/dev-DNkso403.js +0 -3
  58. package/dist/serveCommand-DfkisVWP.js +0 -1310
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.97.0",
14
14
  "@effect/rpc": "^0.76.0",
15
- "@voltro/ai": "0.27.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/protocol": "0.27.0",
20
- "@voltro/runtime": "0.27.0",
15
+ "@voltro/ai": "0.28.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/protocol": "0.28.0",
20
+ "@voltro/runtime": "0.28.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.27.0",
24
+ "@voltro/testing": "0.28.0",
25
25
  "typescript": "^6.0.3",
26
26
  "vitest": "^4.1.10"
27
27
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-auth": "0.27.0",
20
- "@voltro/protocol": "0.27.0",
21
- "@voltro/runtime": "0.27.0",
22
- "@voltro/sql-postgres": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-auth": "0.28.0",
20
+ "@voltro/protocol": "0.28.0",
21
+ "@voltro/runtime": "0.28.0",
22
+ "@voltro/sql-postgres": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,16 +13,16 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/protocol": "0.27.0",
21
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/protocol": "0.28.0",
21
+ "@voltro/runtime": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -13,16 +13,16 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-deactivation": "0.27.0",
20
- "@voltro/protocol": "0.27.0",
21
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-deactivation": "0.28.0",
20
+ "@voltro/protocol": "0.28.0",
21
+ "@voltro/runtime": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -13,18 +13,18 @@
13
13
  "dependencies": {
14
14
  "@react-email/components": "^1.0.12",
15
15
  "@react-email/render": "^1.4.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-mail": "0.27.0",
20
- "@voltro/plugin-multitenancy": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-mail": "0.28.0",
20
+ "@voltro/plugin-multitenancy": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0",
24
24
  "react": "^19.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.27.0",
27
+ "@voltro/testing": "0.28.0",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.10"
30
30
  }
@@ -13,18 +13,18 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-storage": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
23
- "@voltro/sql-mysql": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-storage": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
+ "@voltro/sql-mysql": "0.28.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.27.0",
27
+ "@voltro/testing": "0.28.0",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.10"
30
30
  }
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.27.0",
15
- "@voltro/database": "0.27.0",
16
- "@voltro/env": "0.27.0",
17
- "@voltro/plugin-multitenancy": "0.27.0",
18
- "@voltro/plugin-storage": "0.27.0",
19
- "@voltro/protocol": "0.27.0",
20
- "@voltro/runtime": "0.27.0",
14
+ "@voltro/cli": "0.28.0",
15
+ "@voltro/database": "0.28.0",
16
+ "@voltro/env": "0.28.0",
17
+ "@voltro/plugin-multitenancy": "0.28.0",
18
+ "@voltro/plugin-storage": "0.28.0",
19
+ "@voltro/protocol": "0.28.0",
20
+ "@voltro/runtime": "0.28.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.27.0",
24
+ "@voltro/testing": "0.28.0",
25
25
  "typescript": "^6.0.3",
26
26
  "vitest": "^4.1.10"
27
27
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.97.0",
14
14
  "@effect/rpc": "^0.76.0",
15
- "@voltro/cli": "0.27.0",
16
- "@voltro/database": "0.27.0",
17
- "@voltro/env": "0.27.0",
18
- "@voltro/plugin-governance": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/protocol": "0.27.0",
21
- "@voltro/runtime": "0.27.0",
15
+ "@voltro/cli": "0.28.0",
16
+ "@voltro/database": "0.28.0",
17
+ "@voltro/env": "0.28.0",
18
+ "@voltro/plugin-governance": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/protocol": "0.28.0",
21
+ "@voltro/runtime": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.97.0",
14
14
  "@effect/rpc": "^0.76.0",
15
- "@voltro/cli": "0.27.0",
16
- "@voltro/database": "0.27.0",
17
- "@voltro/env": "0.27.0",
18
- "@voltro/plugin-multitenancy": "0.27.0",
19
- "@voltro/protocol": "0.27.0",
20
- "@voltro/runtime": "0.27.0",
21
- "@voltro/workflow": "0.27.0",
15
+ "@voltro/cli": "0.28.0",
16
+ "@voltro/database": "0.28.0",
17
+ "@voltro/env": "0.28.0",
18
+ "@voltro/plugin-multitenancy": "0.28.0",
19
+ "@voltro/protocol": "0.28.0",
20
+ "@voltro/runtime": "0.28.0",
21
+ "@voltro/workflow": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -13,18 +13,18 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-flags": "0.27.0",
20
- "@voltro/plugin-multitenancy": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
23
- "@voltro/sql-postgres": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-flags": "0.28.0",
20
+ "@voltro/plugin-multitenancy": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
+ "@voltro/sql-postgres": "0.28.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.27.0",
27
+ "@voltro/testing": "0.28.0",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.10"
30
30
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-audit": "0.27.0",
20
- "@voltro/plugin-governance": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-audit": "0.28.0",
20
+ "@voltro/plugin-governance": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.97.0",
14
14
  "@effect/rpc": "^0.76.0",
15
- "@voltro/cli": "0.27.0",
16
- "@voltro/database": "0.27.0",
17
- "@voltro/env": "0.27.0",
18
- "@voltro/kv": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/protocol": "0.27.0",
21
- "@voltro/runtime": "0.27.0",
15
+ "@voltro/cli": "0.28.0",
16
+ "@voltro/database": "0.28.0",
17
+ "@voltro/env": "0.28.0",
18
+ "@voltro/kv": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/protocol": "0.28.0",
21
+ "@voltro/runtime": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-moderation": "0.27.0",
20
- "@voltro/plugin-multitenancy": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-moderation": "0.28.0",
20
+ "@voltro/plugin-multitenancy": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/plugin-multitenancy": "0.27.0",
19
- "@voltro/plugin-prometheus": "0.27.0",
20
- "@voltro/plugin-sentry": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/plugin-multitenancy": "0.28.0",
19
+ "@voltro/plugin-prometheus": "0.28.0",
20
+ "@voltro/plugin-sentry": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-ratelimit": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-ratelimit": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-rbac": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-rbac": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,16 +13,16 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/plugin-openapi": "0.27.0",
19
- "@voltro/protocol": "0.27.0",
20
- "@voltro/runtime": "0.27.0",
21
- "@voltro/sql-postgres": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/plugin-openapi": "0.28.0",
19
+ "@voltro/protocol": "0.28.0",
20
+ "@voltro/runtime": "0.28.0",
21
+ "@voltro/sql-postgres": "0.28.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.27.0",
25
+ "@voltro/testing": "0.28.0",
26
26
  "typescript": "^6.0.3",
27
27
  "vitest": "^4.1.10"
28
28
  }
@@ -13,20 +13,20 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/plugin-analytics-postgres": "0.27.0",
19
- "@voltro/plugin-billing": "0.27.0",
20
- "@voltro/plugin-multitenancy": "0.27.0",
21
- "@voltro/plugin-notifications": "0.27.0",
22
- "@voltro/plugin-presence": "0.27.0",
23
- "@voltro/protocol": "0.27.0",
24
- "@voltro/runtime": "0.27.0",
25
- "@voltro/sql-postgres": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/plugin-analytics-postgres": "0.28.0",
19
+ "@voltro/plugin-billing": "0.28.0",
20
+ "@voltro/plugin-multitenancy": "0.28.0",
21
+ "@voltro/plugin-notifications": "0.28.0",
22
+ "@voltro/plugin-presence": "0.28.0",
23
+ "@voltro/protocol": "0.28.0",
24
+ "@voltro/runtime": "0.28.0",
25
+ "@voltro/sql-postgres": "0.28.0",
26
26
  "effect": "^3.22.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@voltro/testing": "0.27.0",
29
+ "@voltro/testing": "0.28.0",
30
30
  "typescript": "^6.0.3",
31
31
  "vitest": "^4.1.10"
32
32
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-search": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-search": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,17 +13,17 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-versioning": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-versioning": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.27.0",
26
+ "@voltro/testing": "0.28.0",
27
27
  "typescript": "^6.0.3",
28
28
  "vitest": "^4.1.10"
29
29
  }
@@ -13,18 +13,18 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/database": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/plugin-multitenancy": "0.27.0",
20
- "@voltro/plugin-webhooks": "0.27.0",
21
- "@voltro/protocol": "0.27.0",
22
- "@voltro/runtime": "0.27.0",
23
- "@voltro/sql-postgres": "0.27.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/database": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/plugin-multitenancy": "0.28.0",
20
+ "@voltro/plugin-webhooks": "0.28.0",
21
+ "@voltro/protocol": "0.28.0",
22
+ "@voltro/runtime": "0.28.0",
23
+ "@voltro/sql-postgres": "0.28.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.27.0",
27
+ "@voltro/testing": "0.28.0",
28
28
  "typescript": "^6.0.3",
29
29
  "vitest": "^4.1.10"
30
30
  }
@@ -12,12 +12,12 @@
12
12
  "test": "voltro test"
13
13
  },
14
14
  "dependencies": {
15
- "@voltro/changelog": "0.27.0",
16
- "@voltro/cli": "0.27.0",
17
- "@voltro/client": "0.27.0",
18
- "@voltro/env": "0.27.0",
19
- "@voltro/i18n": "0.27.0",
20
- "@voltro/web": "0.27.0",
15
+ "@voltro/changelog": "0.28.0",
16
+ "@voltro/cli": "0.28.0",
17
+ "@voltro/client": "0.28.0",
18
+ "@voltro/env": "0.28.0",
19
+ "@voltro/i18n": "0.28.0",
20
+ "@voltro/web": "0.28.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
- "@voltro/cli": "0.27.0",
16
- "@voltro/serverless": "0.27.0",
15
+ "@voltro/cli": "0.28.0",
16
+ "@voltro/serverless": "0.28.0",
17
17
  "effect": "^3.22.0"
18
18
  },
19
19
  "devDependencies": {