@voltro/cli 0.43.1 → 0.44.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 (90) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dist/{apiBuild-DF0f69Gf.js → apiBuild-DvWreIQP.js} +1 -1
  3. package/dist/apiBuild-XaW40W8x.js +2 -0
  4. package/dist/bin.js +1 -1
  5. package/dist/{build-LC_IJaHL.js → build-Ckc-FA7d.js} +6 -6
  6. package/dist/{checkCommand-DBpTSK8d.js → checkCommand-AlbawIal.js} +1 -1
  7. package/dist/{checkCommand-DDxwJCja.js → checkCommand-BNfEs4KG.js} +2 -2
  8. package/dist/{codegenCommand-LjxfK4Am.js → codegenCommand-iClXoRCW.js} +1 -1
  9. package/dist/{codemodRunner-Cnnz4-I7.js → codemodRunner-BKTnaGOz.js} +22 -0
  10. package/dist/{commands-CbQcuWsE.js → commands-fsnezHLH.js} +18 -18
  11. package/dist/{dashboardCommand-CAHjCe_9.js → dashboardCommand-DHDmlo9A.js} +1 -1
  12. package/dist/dataCommand-sfpGV694.js +867 -0
  13. package/dist/{dev-D0E5x2Ue.js → dev-BZO5aLdr.js} +1 -1
  14. package/dist/{dev-B2rZfqxw.js → dev-D-JZ6CGQ.js} +930 -916
  15. package/dist/doctorCommand-BeLOwq7S.js +2 -0
  16. package/dist/{doctorCommand-Ct_3BHgd.js → doctorCommand-BlUyESpD.js} +9 -9
  17. package/dist/{dormancyCommand-D1DKnYce.js → dormancyCommand-lQxdrU8C.js} +1 -1
  18. package/dist/{embeddingsCommand-1sZRBKlM.js → embeddingsCommand-ByBTju6X.js} +1 -1
  19. package/dist/{envCommand-7qjlQgLD.js → envCommand-CpCbYAgR.js} +1 -1
  20. package/dist/{evolveCommand-D5opB48I.js → evolveCommand-CBV3-TtK.js} +2 -2
  21. package/dist/index.js +1 -1
  22. package/dist/{infoCommand-Bs_8RU22.js → infoCommand-DJoA9cKD.js} +1 -1
  23. package/dist/{runtimeTrace-Wmi7V-wN.js → runtimeTrace-DJ9tPhrc.js} +1 -1
  24. package/dist/{sdkgen-DbTFGCjg.js → sdkgen-7dr8-Onw.js} +1 -1
  25. package/dist/serveCommand-BlnAlNQg.js +1891 -0
  26. package/dist/serveCommand-Dg_E1ev4.js +2 -0
  27. package/dist/serveEntry.js +1 -1
  28. package/dist/{updateCommand-CrI9B4d7.js → updateCommand-BvRidHp6.js} +1 -1
  29. package/dist/updateCommand-DcKVmLVN.js +2 -0
  30. package/dist/{webhooksCommand-BXUP5YjW.js → webhooksCommand-BfO_JF2b.js} +1 -1
  31. package/package.json +23 -17
  32. package/templates/AGENTS.md +1 -1
  33. package/templates/agent-docs/_index.md +1 -1
  34. package/templates/agent-docs/cli.md +144 -4
  35. package/templates/agent-docs/database/seedsdialects.md +12 -0
  36. package/templates/agent-docs/plugins/versioning.md +2 -0
  37. package/templates/agent-docs/whats-new.md +16 -51
  38. package/templates/apps/api-ai/package.json +7 -7
  39. package/templates/apps/api-auth/package.json +8 -8
  40. package/templates/apps/api-backend/package.json +7 -7
  41. package/templates/apps/api-backend-deactivation/package.json +7 -7
  42. package/templates/apps/api-backend-mail/package.json +8 -8
  43. package/templates/apps/api-backend-mariadb/package.json +9 -9
  44. package/templates/apps/api-backend-sqlite/package.json +8 -8
  45. package/templates/apps/api-backend-storage/package.json +8 -8
  46. package/templates/apps/api-cms/package.json +10 -10
  47. package/templates/apps/api-collab/package.json +8 -8
  48. package/templates/apps/api-data-advanced/package.json +8 -8
  49. package/templates/apps/api-durable/package.json +8 -8
  50. package/templates/apps/api-feature-flags/package.json +9 -9
  51. package/templates/apps/api-governance/package.json +8 -8
  52. package/templates/apps/api-kv/package.json +8 -8
  53. package/templates/apps/api-moderation/package.json +8 -8
  54. package/templates/apps/api-observability/package.json +8 -8
  55. package/templates/apps/api-ratelimit/package.json +8 -8
  56. package/templates/apps/api-rbac/package.json +8 -8
  57. package/templates/apps/api-rest/package.json +7 -7
  58. package/templates/apps/api-saas/package.json +11 -11
  59. package/templates/apps/api-saas-starter/package.json +10 -10
  60. package/templates/apps/api-search/package.json +8 -8
  61. package/templates/apps/api-status/package.json +8 -8
  62. package/templates/apps/api-versioning/package.json +8 -8
  63. package/templates/apps/api-webhooks/package.json +9 -9
  64. package/templates/apps/changelog/package.json +6 -6
  65. package/templates/apps/edge-functions/package.json +2 -2
  66. package/templates/apps/frontend-admin/package.json +8 -8
  67. package/templates/apps/frontend-app/package.json +9 -9
  68. package/templates/apps/frontend-auth/package.json +8 -8
  69. package/templates/apps/frontend-blank/package.json +7 -7
  70. package/templates/apps/frontend-cms/package.json +9 -9
  71. package/templates/apps/frontend-collab/package.json +10 -10
  72. package/templates/apps/frontend-contact/package.json +7 -7
  73. package/templates/apps/frontend-dashboard/package.json +7 -7
  74. package/templates/apps/frontend-docs/package.json +7 -7
  75. package/templates/apps/frontend-i18n/package.json +6 -6
  76. package/templates/apps/frontend-landing/package.json +7 -7
  77. package/templates/apps/frontend-portal/package.json +8 -8
  78. package/templates/apps/frontend-saas/package.json +8 -8
  79. package/templates/apps/frontend-spa/package.json +7 -7
  80. package/templates/apps/frontend-ssr/package.json +7 -7
  81. package/templates/apps/frontend-ssr-api/package.json +8 -8
  82. package/templates/apps/frontend-static-blog/package.json +6 -6
  83. package/templates/apps/frontend-status/package.json +8 -8
  84. package/templates/apps/mobile-app/package.json +4 -4
  85. package/dist/apiBuild-B7NgSMhX.js +0 -2
  86. package/dist/dataCommand-CrqvbVOv.js +0 -679
  87. package/dist/doctorCommand-CdsctSwg.js +0 -2
  88. package/dist/serveCommand-C8xzYCwa.js +0 -1776
  89. package/dist/serveCommand-CGNTXafv.js +0 -2
  90. package/dist/updateCommand-BvkKlV7D.js +0 -2
@@ -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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-storage": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
23
- "@voltro/sql-mysql": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-storage": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
+ "@voltro/sql-mysql": "0.44.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.43.1",
27
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/protocol": "0.43.1",
21
- "@voltro/runtime": "0.43.1",
22
- "@voltro/sql-sqlite": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/protocol": "0.44.0",
21
+ "@voltro/runtime": "0.44.0",
22
+ "@voltro/sql-sqlite": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
15
- "@voltro/database": "0.43.1",
16
- "@voltro/env": "0.43.1",
17
- "@voltro/plugin-multitenancy": "0.43.1",
18
- "@voltro/plugin-storage": "0.43.1",
19
- "@voltro/protocol": "0.43.1",
20
- "@voltro/runtime": "0.43.1",
14
+ "@voltro/cli": "0.44.0",
15
+ "@voltro/database": "0.44.0",
16
+ "@voltro/env": "0.44.0",
17
+ "@voltro/plugin-multitenancy": "0.44.0",
18
+ "@voltro/plugin-storage": "0.44.0",
19
+ "@voltro/protocol": "0.44.0",
20
+ "@voltro/runtime": "0.44.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.43.1",
24
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/cms": "0.43.1",
18
- "@voltro/database": "0.43.1",
19
- "@voltro/env": "0.43.1",
20
- "@voltro/plugin-auth": "0.43.1",
21
- "@voltro/plugin-multitenancy": "0.43.1",
22
- "@voltro/protocol": "0.43.1",
23
- "@voltro/runtime": "0.43.1",
24
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/cms": "0.44.0",
18
+ "@voltro/database": "0.44.0",
19
+ "@voltro/env": "0.44.0",
20
+ "@voltro/plugin-auth": "0.44.0",
21
+ "@voltro/plugin-multitenancy": "0.44.0",
22
+ "@voltro/protocol": "0.44.0",
23
+ "@voltro/runtime": "0.44.0",
24
+ "@voltro/sql-postgres": "0.44.0",
25
25
  "effect": "^3.22.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.43.1",
28
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/local-first": "0.43.1",
20
- "@voltro/plugin-multitenancy": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/local-first": "0.44.0",
20
+ "@voltro/plugin-multitenancy": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
16
- "@voltro/database": "0.43.1",
17
- "@voltro/env": "0.43.1",
18
- "@voltro/plugin-governance": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/protocol": "0.43.1",
21
- "@voltro/runtime": "0.43.1",
15
+ "@voltro/cli": "0.44.0",
16
+ "@voltro/database": "0.44.0",
17
+ "@voltro/env": "0.44.0",
18
+ "@voltro/plugin-governance": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/protocol": "0.44.0",
21
+ "@voltro/runtime": "0.44.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.43.1",
25
+ "@voltro/testing": "0.44.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.43.1",
16
- "@voltro/database": "0.43.1",
17
- "@voltro/env": "0.43.1",
18
- "@voltro/plugin-multitenancy": "0.43.1",
19
- "@voltro/protocol": "0.43.1",
20
- "@voltro/runtime": "0.43.1",
21
- "@voltro/workflow": "0.43.1",
15
+ "@voltro/cli": "0.44.0",
16
+ "@voltro/database": "0.44.0",
17
+ "@voltro/env": "0.44.0",
18
+ "@voltro/plugin-multitenancy": "0.44.0",
19
+ "@voltro/protocol": "0.44.0",
20
+ "@voltro/runtime": "0.44.0",
21
+ "@voltro/workflow": "0.44.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.43.1",
25
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-flags": "0.43.1",
20
- "@voltro/plugin-multitenancy": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
23
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-flags": "0.44.0",
20
+ "@voltro/plugin-multitenancy": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
+ "@voltro/sql-postgres": "0.44.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.43.1",
27
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-audit": "0.43.1",
20
- "@voltro/plugin-governance": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-audit": "0.44.0",
20
+ "@voltro/plugin-governance": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
16
- "@voltro/database": "0.43.1",
17
- "@voltro/env": "0.43.1",
18
- "@voltro/kv": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/protocol": "0.43.1",
21
- "@voltro/runtime": "0.43.1",
15
+ "@voltro/cli": "0.44.0",
16
+ "@voltro/database": "0.44.0",
17
+ "@voltro/env": "0.44.0",
18
+ "@voltro/kv": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/protocol": "0.44.0",
21
+ "@voltro/runtime": "0.44.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.43.1",
25
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-moderation": "0.43.1",
20
- "@voltro/plugin-multitenancy": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-moderation": "0.44.0",
20
+ "@voltro/plugin-multitenancy": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/plugin-multitenancy": "0.43.1",
19
- "@voltro/plugin-prometheus": "0.43.1",
20
- "@voltro/plugin-sentry": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/plugin-multitenancy": "0.44.0",
19
+ "@voltro/plugin-prometheus": "0.44.0",
20
+ "@voltro/plugin-sentry": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-ratelimit": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-ratelimit": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-rbac": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-rbac": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/plugin-openapi": "0.43.1",
19
- "@voltro/protocol": "0.43.1",
20
- "@voltro/runtime": "0.43.1",
21
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/plugin-openapi": "0.44.0",
19
+ "@voltro/protocol": "0.44.0",
20
+ "@voltro/runtime": "0.44.0",
21
+ "@voltro/sql-postgres": "0.44.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.43.1",
25
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/plugin-analytics-postgres": "0.43.1",
19
- "@voltro/plugin-billing": "0.43.1",
20
- "@voltro/plugin-multitenancy": "0.43.1",
21
- "@voltro/plugin-notifications": "0.43.1",
22
- "@voltro/plugin-presence": "0.43.1",
23
- "@voltro/protocol": "0.43.1",
24
- "@voltro/runtime": "0.43.1",
25
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/plugin-analytics-postgres": "0.44.0",
19
+ "@voltro/plugin-billing": "0.44.0",
20
+ "@voltro/plugin-multitenancy": "0.44.0",
21
+ "@voltro/plugin-notifications": "0.44.0",
22
+ "@voltro/plugin-presence": "0.44.0",
23
+ "@voltro/protocol": "0.44.0",
24
+ "@voltro/runtime": "0.44.0",
25
+ "@voltro/sql-postgres": "0.44.0",
26
26
  "effect": "^3.22.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@voltro/testing": "0.43.1",
29
+ "@voltro/testing": "0.44.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.43.1",
20
- "@voltro/database": "0.43.1",
21
- "@voltro/env": "0.43.1",
22
- "@voltro/plugin-auth": "0.43.1",
23
- "@voltro/plugin-billing": "0.43.1",
24
- "@voltro/plugin-multitenancy": "0.43.1",
25
- "@voltro/protocol": "0.43.1",
26
- "@voltro/runtime": "0.43.1",
27
- "@voltro/sql-postgres": "0.43.1",
19
+ "@voltro/cli": "0.44.0",
20
+ "@voltro/database": "0.44.0",
21
+ "@voltro/env": "0.44.0",
22
+ "@voltro/plugin-auth": "0.44.0",
23
+ "@voltro/plugin-billing": "0.44.0",
24
+ "@voltro/plugin-multitenancy": "0.44.0",
25
+ "@voltro/protocol": "0.44.0",
26
+ "@voltro/runtime": "0.44.0",
27
+ "@voltro/sql-postgres": "0.44.0",
28
28
  "effect": "^3.22.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@voltro/testing": "0.43.1",
31
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-search": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-search": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-rbac": "0.43.1",
20
- "@voltro/protocol": "0.43.1",
21
- "@voltro/runtime": "0.43.1",
22
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-rbac": "0.44.0",
20
+ "@voltro/protocol": "0.44.0",
21
+ "@voltro/runtime": "0.44.0",
22
+ "@voltro/sql-postgres": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-versioning": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-versioning": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.43.1",
26
+ "@voltro/testing": "0.44.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.43.1",
17
- "@voltro/database": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/plugin-multitenancy": "0.43.1",
20
- "@voltro/plugin-webhooks": "0.43.1",
21
- "@voltro/protocol": "0.43.1",
22
- "@voltro/runtime": "0.43.1",
23
- "@voltro/sql-postgres": "0.43.1",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/database": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/plugin-multitenancy": "0.44.0",
20
+ "@voltro/plugin-webhooks": "0.44.0",
21
+ "@voltro/protocol": "0.44.0",
22
+ "@voltro/runtime": "0.44.0",
23
+ "@voltro/sql-postgres": "0.44.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.43.1",
27
+ "@voltro/testing": "0.44.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"
@@ -12,12 +12,12 @@
12
12
  "test": "voltro test"
13
13
  },
14
14
  "dependencies": {
15
- "@voltro/changelog": "0.43.1",
16
- "@voltro/cli": "0.43.1",
17
- "@voltro/client": "0.43.1",
18
- "@voltro/env": "0.43.1",
19
- "@voltro/i18n": "0.43.1",
20
- "@voltro/web": "0.43.1",
15
+ "@voltro/changelog": "0.44.0",
16
+ "@voltro/cli": "0.44.0",
17
+ "@voltro/client": "0.44.0",
18
+ "@voltro/env": "0.44.0",
19
+ "@voltro/i18n": "0.44.0",
20
+ "@voltro/web": "0.44.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.43.1",
16
- "@voltro/serverless": "0.43.1",
15
+ "@voltro/cli": "0.44.0",
16
+ "@voltro/serverless": "0.44.0",
17
17
  "effect": "^3.22.0"
18
18
  },
19
19
  "devDependencies": {