@voltro/cli 0.41.0 → 0.42.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 (68) hide show
  1. package/CHANGELOG.md +97 -0
  2. package/dist/bin.js +1 -1
  3. package/dist/{commands-D0VR1yBB.js → commands-DoTClnSk.js} +4 -4
  4. package/dist/{dataCommand-OKC5FscP.js → dataCommand-Rj57y1vg.js} +286 -168
  5. package/dist/dataProfile-Cm0YVKSy.js +18 -0
  6. package/dist/{dbCommand-BHRamDsy.js → dbCommand-B237qI-j.js} +361 -361
  7. package/dist/dbCommand-BvQeKQOb.js +2 -0
  8. package/dist/index.js +1 -1
  9. package/dist/{migrate-DLtPv2_D.js → migrate-DN47p2PG.js} +1 -1
  10. package/dist/{serveCommand-Cba_M2Su.js → serveCommand-C512kzZA.js} +415 -409
  11. package/dist/serveCommand-gj7MsqXY.js +2 -0
  12. package/dist/serveEntry.js +1 -1
  13. package/package.json +17 -17
  14. package/templates/AGENTS.md +1 -1
  15. package/templates/agent-docs/_index.md +1 -1
  16. package/templates/agent-docs/cli.md +73 -6
  17. package/templates/agent-docs/data.md +33 -0
  18. package/templates/agent-docs/whats-new.md +59 -36
  19. package/templates/apps/api-ai/package.json +7 -7
  20. package/templates/apps/api-auth/package.json +8 -8
  21. package/templates/apps/api-backend/package.json +7 -7
  22. package/templates/apps/api-backend-deactivation/package.json +7 -7
  23. package/templates/apps/api-backend-mail/package.json +8 -8
  24. package/templates/apps/api-backend-mariadb/package.json +9 -9
  25. package/templates/apps/api-backend-sqlite/package.json +8 -8
  26. package/templates/apps/api-backend-storage/package.json +8 -8
  27. package/templates/apps/api-cms/package.json +10 -10
  28. package/templates/apps/api-collab/package.json +8 -8
  29. package/templates/apps/api-data-advanced/package.json +8 -8
  30. package/templates/apps/api-durable/package.json +8 -8
  31. package/templates/apps/api-feature-flags/package.json +9 -9
  32. package/templates/apps/api-governance/package.json +8 -8
  33. package/templates/apps/api-kv/package.json +8 -8
  34. package/templates/apps/api-moderation/package.json +8 -8
  35. package/templates/apps/api-observability/package.json +8 -8
  36. package/templates/apps/api-ratelimit/package.json +8 -8
  37. package/templates/apps/api-rbac/package.json +8 -8
  38. package/templates/apps/api-rest/package.json +7 -7
  39. package/templates/apps/api-saas/package.json +11 -11
  40. package/templates/apps/api-saas-starter/package.json +10 -10
  41. package/templates/apps/api-search/package.json +8 -8
  42. package/templates/apps/api-status/package.json +8 -8
  43. package/templates/apps/api-versioning/package.json +8 -8
  44. package/templates/apps/api-webhooks/package.json +9 -9
  45. package/templates/apps/changelog/package.json +6 -6
  46. package/templates/apps/edge-functions/package.json +2 -2
  47. package/templates/apps/frontend-admin/package.json +8 -8
  48. package/templates/apps/frontend-app/package.json +9 -9
  49. package/templates/apps/frontend-auth/package.json +8 -8
  50. package/templates/apps/frontend-blank/package.json +7 -7
  51. package/templates/apps/frontend-cms/package.json +9 -9
  52. package/templates/apps/frontend-collab/package.json +10 -10
  53. package/templates/apps/frontend-contact/package.json +7 -7
  54. package/templates/apps/frontend-dashboard/package.json +7 -7
  55. package/templates/apps/frontend-docs/package.json +7 -7
  56. package/templates/apps/frontend-i18n/package.json +6 -6
  57. package/templates/apps/frontend-landing/package.json +7 -7
  58. package/templates/apps/frontend-portal/package.json +8 -8
  59. package/templates/apps/frontend-saas/package.json +8 -8
  60. package/templates/apps/frontend-spa/package.json +7 -7
  61. package/templates/apps/frontend-ssr/package.json +7 -7
  62. package/templates/apps/frontend-ssr-api/package.json +8 -8
  63. package/templates/apps/frontend-static-blog/package.json +6 -6
  64. package/templates/apps/frontend-status/package.json +8 -8
  65. package/templates/apps/mobile-app/package.json +4 -4
  66. package/dist/dataProfile-dW-PsfLB.js +0 -15
  67. package/dist/dbCommand-C9iE1pd9.js +0 -2
  68. package/dist/serveCommand-DRbYK646.js +0 -2
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-mail": "0.41.0",
20
- "@voltro/plugin-multitenancy": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-mail": "0.42.0",
20
+ "@voltro/plugin-multitenancy": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0",
24
24
  "react": "^19.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.41.0",
27
+ "@voltro/testing": "0.42.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-storage": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
23
- "@voltro/sql-mysql": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-storage": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
+ "@voltro/sql-mysql": "0.42.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.41.0",
27
+ "@voltro/testing": "0.42.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/protocol": "0.41.0",
21
- "@voltro/runtime": "0.41.0",
22
- "@voltro/sql-sqlite": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/protocol": "0.42.0",
21
+ "@voltro/runtime": "0.42.0",
22
+ "@voltro/sql-sqlite": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.41.0",
15
- "@voltro/database": "0.41.0",
16
- "@voltro/env": "0.41.0",
17
- "@voltro/plugin-multitenancy": "0.41.0",
18
- "@voltro/plugin-storage": "0.41.0",
19
- "@voltro/protocol": "0.41.0",
20
- "@voltro/runtime": "0.41.0",
14
+ "@voltro/cli": "0.42.0",
15
+ "@voltro/database": "0.42.0",
16
+ "@voltro/env": "0.42.0",
17
+ "@voltro/plugin-multitenancy": "0.42.0",
18
+ "@voltro/plugin-storage": "0.42.0",
19
+ "@voltro/protocol": "0.42.0",
20
+ "@voltro/runtime": "0.42.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.41.0",
24
+ "@voltro/testing": "0.42.0",
25
25
  "typescript": "^6.0.3",
26
26
  "@vitest/coverage-v8": "^4.1.10",
27
27
  "vitest": "^4.1.10"
@@ -13,19 +13,19 @@
13
13
  "dependencies": {
14
14
  "@effect/platform": "^0.97.0",
15
15
  "@effect/rpc": "^0.76.0",
16
- "@voltro/cli": "0.41.0",
17
- "@voltro/cms": "0.41.0",
18
- "@voltro/database": "0.41.0",
19
- "@voltro/env": "0.41.0",
20
- "@voltro/plugin-auth": "0.41.0",
21
- "@voltro/plugin-multitenancy": "0.41.0",
22
- "@voltro/protocol": "0.41.0",
23
- "@voltro/runtime": "0.41.0",
24
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/cms": "0.42.0",
18
+ "@voltro/database": "0.42.0",
19
+ "@voltro/env": "0.42.0",
20
+ "@voltro/plugin-auth": "0.42.0",
21
+ "@voltro/plugin-multitenancy": "0.42.0",
22
+ "@voltro/protocol": "0.42.0",
23
+ "@voltro/runtime": "0.42.0",
24
+ "@voltro/sql-postgres": "0.42.0",
25
25
  "effect": "^3.22.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.41.0",
28
+ "@voltro/testing": "0.42.0",
29
29
  "typescript": "^6.0.3",
30
30
  "@vitest/coverage-v8": "^4.1.10",
31
31
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/local-first": "0.41.0",
20
- "@voltro/plugin-multitenancy": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/local-first": "0.42.0",
20
+ "@voltro/plugin-multitenancy": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
16
- "@voltro/database": "0.41.0",
17
- "@voltro/env": "0.41.0",
18
- "@voltro/plugin-governance": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/protocol": "0.41.0",
21
- "@voltro/runtime": "0.41.0",
15
+ "@voltro/cli": "0.42.0",
16
+ "@voltro/database": "0.42.0",
17
+ "@voltro/env": "0.42.0",
18
+ "@voltro/plugin-governance": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/protocol": "0.42.0",
21
+ "@voltro/runtime": "0.42.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.41.0",
25
+ "@voltro/testing": "0.42.0",
26
26
  "typescript": "^6.0.3",
27
27
  "@vitest/coverage-v8": "^4.1.10",
28
28
  "vitest": "^4.1.10"
@@ -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.41.0",
16
- "@voltro/database": "0.41.0",
17
- "@voltro/env": "0.41.0",
18
- "@voltro/plugin-multitenancy": "0.41.0",
19
- "@voltro/protocol": "0.41.0",
20
- "@voltro/runtime": "0.41.0",
21
- "@voltro/workflow": "0.41.0",
15
+ "@voltro/cli": "0.42.0",
16
+ "@voltro/database": "0.42.0",
17
+ "@voltro/env": "0.42.0",
18
+ "@voltro/plugin-multitenancy": "0.42.0",
19
+ "@voltro/protocol": "0.42.0",
20
+ "@voltro/runtime": "0.42.0",
21
+ "@voltro/workflow": "0.42.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.41.0",
25
+ "@voltro/testing": "0.42.0",
26
26
  "typescript": "^6.0.3",
27
27
  "@vitest/coverage-v8": "^4.1.10",
28
28
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-flags": "0.41.0",
20
- "@voltro/plugin-multitenancy": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
23
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-flags": "0.42.0",
20
+ "@voltro/plugin-multitenancy": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
+ "@voltro/sql-postgres": "0.42.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.41.0",
27
+ "@voltro/testing": "0.42.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-audit": "0.41.0",
20
- "@voltro/plugin-governance": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-audit": "0.42.0",
20
+ "@voltro/plugin-governance": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
16
- "@voltro/database": "0.41.0",
17
- "@voltro/env": "0.41.0",
18
- "@voltro/kv": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/protocol": "0.41.0",
21
- "@voltro/runtime": "0.41.0",
15
+ "@voltro/cli": "0.42.0",
16
+ "@voltro/database": "0.42.0",
17
+ "@voltro/env": "0.42.0",
18
+ "@voltro/kv": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/protocol": "0.42.0",
21
+ "@voltro/runtime": "0.42.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.41.0",
25
+ "@voltro/testing": "0.42.0",
26
26
  "typescript": "^6.0.3",
27
27
  "@vitest/coverage-v8": "^4.1.10",
28
28
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-moderation": "0.41.0",
20
- "@voltro/plugin-multitenancy": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-moderation": "0.42.0",
20
+ "@voltro/plugin-multitenancy": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/plugin-multitenancy": "0.41.0",
19
- "@voltro/plugin-prometheus": "0.41.0",
20
- "@voltro/plugin-sentry": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/plugin-multitenancy": "0.42.0",
19
+ "@voltro/plugin-prometheus": "0.42.0",
20
+ "@voltro/plugin-sentry": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-ratelimit": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-ratelimit": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-rbac": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-rbac": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/plugin-openapi": "0.41.0",
19
- "@voltro/protocol": "0.41.0",
20
- "@voltro/runtime": "0.41.0",
21
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/plugin-openapi": "0.42.0",
19
+ "@voltro/protocol": "0.42.0",
20
+ "@voltro/runtime": "0.42.0",
21
+ "@voltro/sql-postgres": "0.42.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.41.0",
25
+ "@voltro/testing": "0.42.0",
26
26
  "typescript": "^6.0.3",
27
27
  "@vitest/coverage-v8": "^4.1.10",
28
28
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/plugin-analytics-postgres": "0.41.0",
19
- "@voltro/plugin-billing": "0.41.0",
20
- "@voltro/plugin-multitenancy": "0.41.0",
21
- "@voltro/plugin-notifications": "0.41.0",
22
- "@voltro/plugin-presence": "0.41.0",
23
- "@voltro/protocol": "0.41.0",
24
- "@voltro/runtime": "0.41.0",
25
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/plugin-analytics-postgres": "0.42.0",
19
+ "@voltro/plugin-billing": "0.42.0",
20
+ "@voltro/plugin-multitenancy": "0.42.0",
21
+ "@voltro/plugin-notifications": "0.42.0",
22
+ "@voltro/plugin-presence": "0.42.0",
23
+ "@voltro/protocol": "0.42.0",
24
+ "@voltro/runtime": "0.42.0",
25
+ "@voltro/sql-postgres": "0.42.0",
26
26
  "effect": "^3.22.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@voltro/testing": "0.41.0",
29
+ "@voltro/testing": "0.42.0",
30
30
  "typescript": "^6.0.3",
31
31
  "@vitest/coverage-v8": "^4.1.10",
32
32
  "vitest": "^4.1.10"
@@ -16,19 +16,19 @@
16
16
  "dependencies": {
17
17
  "@effect/platform": "^0.97.0",
18
18
  "@effect/rpc": "^0.76.0",
19
- "@voltro/cli": "0.41.0",
20
- "@voltro/database": "0.41.0",
21
- "@voltro/env": "0.41.0",
22
- "@voltro/plugin-auth": "0.41.0",
23
- "@voltro/plugin-billing": "0.41.0",
24
- "@voltro/plugin-multitenancy": "0.41.0",
25
- "@voltro/protocol": "0.41.0",
26
- "@voltro/runtime": "0.41.0",
27
- "@voltro/sql-postgres": "0.41.0",
19
+ "@voltro/cli": "0.42.0",
20
+ "@voltro/database": "0.42.0",
21
+ "@voltro/env": "0.42.0",
22
+ "@voltro/plugin-auth": "0.42.0",
23
+ "@voltro/plugin-billing": "0.42.0",
24
+ "@voltro/plugin-multitenancy": "0.42.0",
25
+ "@voltro/protocol": "0.42.0",
26
+ "@voltro/runtime": "0.42.0",
27
+ "@voltro/sql-postgres": "0.42.0",
28
28
  "effect": "^3.22.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@voltro/testing": "0.41.0",
31
+ "@voltro/testing": "0.42.0",
32
32
  "typescript": "^6.0.3",
33
33
  "@vitest/coverage-v8": "^4.1.10",
34
34
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-search": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-search": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-rbac": "0.41.0",
20
- "@voltro/protocol": "0.41.0",
21
- "@voltro/runtime": "0.41.0",
22
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-rbac": "0.42.0",
20
+ "@voltro/protocol": "0.42.0",
21
+ "@voltro/runtime": "0.42.0",
22
+ "@voltro/sql-postgres": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-versioning": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-versioning": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.41.0",
26
+ "@voltro/testing": "0.42.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "vitest": "^4.1.10"
@@ -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.41.0",
17
- "@voltro/database": "0.41.0",
18
- "@voltro/env": "0.41.0",
19
- "@voltro/plugin-multitenancy": "0.41.0",
20
- "@voltro/plugin-webhooks": "0.41.0",
21
- "@voltro/protocol": "0.41.0",
22
- "@voltro/runtime": "0.41.0",
23
- "@voltro/sql-postgres": "0.41.0",
16
+ "@voltro/cli": "0.42.0",
17
+ "@voltro/database": "0.42.0",
18
+ "@voltro/env": "0.42.0",
19
+ "@voltro/plugin-multitenancy": "0.42.0",
20
+ "@voltro/plugin-webhooks": "0.42.0",
21
+ "@voltro/protocol": "0.42.0",
22
+ "@voltro/runtime": "0.42.0",
23
+ "@voltro/sql-postgres": "0.42.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.41.0",
27
+ "@voltro/testing": "0.42.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"