@voltro/cli 0.48.0 → 0.49.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 (98) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/{apiBuild-Dz8TJSxp.js → apiBuild-QmYHaCF4.js} +1 -1
  3. package/dist/apiBuild-dZbHdqMg.js +2 -0
  4. package/dist/bin.js +1 -1
  5. package/dist/{build-DLme2ppa.js → build-Bi4O_g7T.js} +6 -6
  6. package/dist/{checkCommand-Dals7g-I.js → checkCommand-D8vjQXQt.js} +3 -3
  7. package/dist/{checkCommand-BUBqPBlI.js → checkCommand-udbQpphy.js} +1 -1
  8. package/dist/{codegenCommand-L6vacVRW.js → codegenCommand-DApSH7hK.js} +39 -47
  9. package/dist/{codemodRunner-DSZjgyCL.js → codemodRunner-De1_316I.js} +562 -492
  10. package/dist/{commands-CAxFLqG4.js → commands-a5PxCaIg.js} +68 -60
  11. package/dist/{dashboardCommand-CJC8Kg-s.js → dashboardCommand-DaoUUqJS.js} +1 -1
  12. package/dist/dataCommand-CJv_OMoS.js +1156 -0
  13. package/dist/dataProfile-Du3ztYxv.js +51 -0
  14. package/dist/{dbCommand-ZGNItjoJ.js → dbCommand-Bf7Cy0mn.js} +2 -2
  15. package/dist/dbCommand-Bnl7MSGC.js +2 -0
  16. package/dist/{dev-lvnVq5RD.js → dev-C31Nvlbv.js} +1 -1
  17. package/dist/{dev-cGGsLNn6.js → dev-DFVuzOj7.js} +1 -1
  18. package/dist/{doctorCommand-BK0qu7eD.js → doctorCommand-B3uraeAe.js} +12 -12
  19. package/dist/doctorCommand-CPL6EhrW.js +2 -0
  20. package/dist/{dormancyCommand-CyIk-zq4.js → dormancyCommand-QUXQ9yoz.js} +1 -1
  21. package/dist/{embeddingsCommand-D7TLklps.js → embeddingsCommand-Zw1-rYSF.js} +1 -1
  22. package/dist/{envCommand-BHxKkGXq.js → envCommand-DtaJ4xEf.js} +1 -1
  23. package/dist/{evolveCommand-CQh6dw21.js → evolveCommand-JDD3hE1i.js} +2 -2
  24. package/dist/{frameworkTableAssembly-BNod_DKN.js → frameworkTableAssembly-BwJVEKLr.js} +3 -3
  25. package/dist/frameworkTableAssembly-CVDB2hCq.js +2 -0
  26. package/dist/index.js +1 -1
  27. package/dist/{infoCommand-CuNl9cbh.js → infoCommand-COsUC1DB.js} +1 -1
  28. package/dist/{migrate-CL5Ed01M.js → migrate-D3MK9BpK.js} +2 -2
  29. package/dist/{runtimeTrace-C0SlIoQY.js → runtimeTrace-Di6fcndp.js} +1 -1
  30. package/dist/{sdkgen-BXm7zx7F.js → sdkgen-CIi5gM17.js} +1 -1
  31. package/dist/serveCommand-CzSDngKm.js +2 -0
  32. package/dist/serveCommand-N3udT49p.js +2362 -0
  33. package/dist/serveEntry.js +5 -5
  34. package/dist/{subcommandNames-CKG5Dz3a.js → subcommandNames-DpYs3DXr.js} +12 -2
  35. package/dist/{updateCommand-BlyXavoG.js → updateCommand-2BfbeMvp.js} +1 -1
  36. package/dist/updateCommand-CtYm7aKH.js +2 -0
  37. package/dist/{webhooksCommand-QlAk_tED.js → webhooksCommand-CwX9IzvJ.js} +1 -1
  38. package/package.json +29 -17
  39. package/templates/AGENTS.md +1 -1
  40. package/templates/agent-docs/_index.md +1 -1
  41. package/templates/agent-docs/cli.md +71 -13
  42. package/templates/agent-docs/whats-new.md +34 -47
  43. package/templates/apps/api-ai/package.json +7 -7
  44. package/templates/apps/api-auth/package.json +8 -8
  45. package/templates/apps/api-backend/package.json +7 -7
  46. package/templates/apps/api-backend-deactivation/package.json +7 -7
  47. package/templates/apps/api-backend-mail/package.json +8 -8
  48. package/templates/apps/api-backend-mariadb/package.json +9 -9
  49. package/templates/apps/api-backend-sqlite/package.json +8 -8
  50. package/templates/apps/api-backend-storage/package.json +8 -8
  51. package/templates/apps/api-cms/package.json +10 -10
  52. package/templates/apps/api-collab/package.json +8 -8
  53. package/templates/apps/api-data-advanced/package.json +8 -8
  54. package/templates/apps/api-durable/package.json +8 -8
  55. package/templates/apps/api-feature-flags/package.json +9 -9
  56. package/templates/apps/api-governance/package.json +8 -8
  57. package/templates/apps/api-kv/package.json +8 -8
  58. package/templates/apps/api-moderation/package.json +8 -8
  59. package/templates/apps/api-observability/package.json +8 -8
  60. package/templates/apps/api-ratelimit/package.json +8 -8
  61. package/templates/apps/api-rbac/package.json +8 -8
  62. package/templates/apps/api-rest/package.json +7 -7
  63. package/templates/apps/api-saas/package.json +11 -11
  64. package/templates/apps/api-saas-starter/package.json +10 -10
  65. package/templates/apps/api-search/package.json +8 -8
  66. package/templates/apps/api-status/package.json +8 -8
  67. package/templates/apps/api-versioning/package.json +8 -8
  68. package/templates/apps/api-webhooks/package.json +9 -9
  69. package/templates/apps/changelog/package.json +6 -6
  70. package/templates/apps/edge-functions/package.json +2 -2
  71. package/templates/apps/frontend-admin/package.json +8 -8
  72. package/templates/apps/frontend-app/package.json +9 -9
  73. package/templates/apps/frontend-auth/package.json +8 -8
  74. package/templates/apps/frontend-blank/package.json +7 -7
  75. package/templates/apps/frontend-cms/package.json +9 -9
  76. package/templates/apps/frontend-collab/package.json +10 -10
  77. package/templates/apps/frontend-contact/package.json +7 -7
  78. package/templates/apps/frontend-dashboard/package.json +7 -7
  79. package/templates/apps/frontend-docs/package.json +7 -7
  80. package/templates/apps/frontend-i18n/package.json +6 -6
  81. package/templates/apps/frontend-landing/package.json +7 -7
  82. package/templates/apps/frontend-portal/package.json +8 -8
  83. package/templates/apps/frontend-saas/package.json +8 -8
  84. package/templates/apps/frontend-spa/package.json +7 -7
  85. package/templates/apps/frontend-ssr/package.json +7 -7
  86. package/templates/apps/frontend-ssr-api/package.json +8 -8
  87. package/templates/apps/frontend-static-blog/package.json +6 -6
  88. package/templates/apps/frontend-status/package.json +8 -8
  89. package/templates/apps/mobile-app/package.json +4 -4
  90. package/dist/apiBuild-DOnvi2zm.js +0 -2
  91. package/dist/dataCommand-hIaq2iKY.js +0 -1052
  92. package/dist/dataProfile-Cm0YVKSy.js +0 -18
  93. package/dist/dbCommand-D1Q33ktl.js +0 -2
  94. package/dist/doctorCommand-CWgUPye-.js +0 -2
  95. package/dist/frameworkTableAssembly-Rft-DPUg.js +0 -2
  96. package/dist/serveCommand-CV3YO9L3.js +0 -2035
  97. package/dist/serveCommand-ZP_Cb-yz.js +0 -2
  98. package/dist/updateCommand-CT5AvVg7.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-storage": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
23
- "@voltro/sql-mysql": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-storage": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
+ "@voltro/sql-mysql": "0.49.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.48.0",
27
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/protocol": "0.48.0",
21
- "@voltro/runtime": "0.48.0",
22
- "@voltro/sql-sqlite": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/protocol": "0.49.0",
21
+ "@voltro/runtime": "0.49.0",
22
+ "@voltro/sql-sqlite": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
15
- "@voltro/database": "0.48.0",
16
- "@voltro/env": "0.48.0",
17
- "@voltro/plugin-multitenancy": "0.48.0",
18
- "@voltro/plugin-storage": "0.48.0",
19
- "@voltro/protocol": "0.48.0",
20
- "@voltro/runtime": "0.48.0",
14
+ "@voltro/cli": "0.49.0",
15
+ "@voltro/database": "0.49.0",
16
+ "@voltro/env": "0.49.0",
17
+ "@voltro/plugin-multitenancy": "0.49.0",
18
+ "@voltro/plugin-storage": "0.49.0",
19
+ "@voltro/protocol": "0.49.0",
20
+ "@voltro/runtime": "0.49.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.48.0",
24
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/cms": "0.48.0",
18
- "@voltro/database": "0.48.0",
19
- "@voltro/env": "0.48.0",
20
- "@voltro/plugin-auth": "0.48.0",
21
- "@voltro/plugin-multitenancy": "0.48.0",
22
- "@voltro/protocol": "0.48.0",
23
- "@voltro/runtime": "0.48.0",
24
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/cms": "0.49.0",
18
+ "@voltro/database": "0.49.0",
19
+ "@voltro/env": "0.49.0",
20
+ "@voltro/plugin-auth": "0.49.0",
21
+ "@voltro/plugin-multitenancy": "0.49.0",
22
+ "@voltro/protocol": "0.49.0",
23
+ "@voltro/runtime": "0.49.0",
24
+ "@voltro/sql-postgres": "0.49.0",
25
25
  "effect": "^3.22.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.48.0",
28
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/local-first": "0.48.0",
20
- "@voltro/plugin-multitenancy": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/local-first": "0.49.0",
20
+ "@voltro/plugin-multitenancy": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
16
- "@voltro/database": "0.48.0",
17
- "@voltro/env": "0.48.0",
18
- "@voltro/plugin-governance": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/protocol": "0.48.0",
21
- "@voltro/runtime": "0.48.0",
15
+ "@voltro/cli": "0.49.0",
16
+ "@voltro/database": "0.49.0",
17
+ "@voltro/env": "0.49.0",
18
+ "@voltro/plugin-governance": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/protocol": "0.49.0",
21
+ "@voltro/runtime": "0.49.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.48.0",
25
+ "@voltro/testing": "0.49.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.48.0",
16
- "@voltro/database": "0.48.0",
17
- "@voltro/env": "0.48.0",
18
- "@voltro/plugin-multitenancy": "0.48.0",
19
- "@voltro/protocol": "0.48.0",
20
- "@voltro/runtime": "0.48.0",
21
- "@voltro/workflow": "0.48.0",
15
+ "@voltro/cli": "0.49.0",
16
+ "@voltro/database": "0.49.0",
17
+ "@voltro/env": "0.49.0",
18
+ "@voltro/plugin-multitenancy": "0.49.0",
19
+ "@voltro/protocol": "0.49.0",
20
+ "@voltro/runtime": "0.49.0",
21
+ "@voltro/workflow": "0.49.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.48.0",
25
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-flags": "0.48.0",
20
- "@voltro/plugin-multitenancy": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
23
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-flags": "0.49.0",
20
+ "@voltro/plugin-multitenancy": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
+ "@voltro/sql-postgres": "0.49.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.48.0",
27
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-audit": "0.48.0",
20
- "@voltro/plugin-governance": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-audit": "0.49.0",
20
+ "@voltro/plugin-governance": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
16
- "@voltro/database": "0.48.0",
17
- "@voltro/env": "0.48.0",
18
- "@voltro/kv": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/protocol": "0.48.0",
21
- "@voltro/runtime": "0.48.0",
15
+ "@voltro/cli": "0.49.0",
16
+ "@voltro/database": "0.49.0",
17
+ "@voltro/env": "0.49.0",
18
+ "@voltro/kv": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/protocol": "0.49.0",
21
+ "@voltro/runtime": "0.49.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.48.0",
25
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-moderation": "0.48.0",
20
- "@voltro/plugin-multitenancy": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-moderation": "0.49.0",
20
+ "@voltro/plugin-multitenancy": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/plugin-multitenancy": "0.48.0",
19
- "@voltro/plugin-prometheus": "0.48.0",
20
- "@voltro/plugin-sentry": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/plugin-multitenancy": "0.49.0",
19
+ "@voltro/plugin-prometheus": "0.49.0",
20
+ "@voltro/plugin-sentry": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-ratelimit": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-ratelimit": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-rbac": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-rbac": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/plugin-openapi": "0.48.0",
19
- "@voltro/protocol": "0.48.0",
20
- "@voltro/runtime": "0.48.0",
21
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/plugin-openapi": "0.49.0",
19
+ "@voltro/protocol": "0.49.0",
20
+ "@voltro/runtime": "0.49.0",
21
+ "@voltro/sql-postgres": "0.49.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.48.0",
25
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/plugin-analytics-postgres": "0.48.0",
19
- "@voltro/plugin-billing": "0.48.0",
20
- "@voltro/plugin-multitenancy": "0.48.0",
21
- "@voltro/plugin-notifications": "0.48.0",
22
- "@voltro/plugin-presence": "0.48.0",
23
- "@voltro/protocol": "0.48.0",
24
- "@voltro/runtime": "0.48.0",
25
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/plugin-analytics-postgres": "0.49.0",
19
+ "@voltro/plugin-billing": "0.49.0",
20
+ "@voltro/plugin-multitenancy": "0.49.0",
21
+ "@voltro/plugin-notifications": "0.49.0",
22
+ "@voltro/plugin-presence": "0.49.0",
23
+ "@voltro/protocol": "0.49.0",
24
+ "@voltro/runtime": "0.49.0",
25
+ "@voltro/sql-postgres": "0.49.0",
26
26
  "effect": "^3.22.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@voltro/testing": "0.48.0",
29
+ "@voltro/testing": "0.49.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.48.0",
20
- "@voltro/database": "0.48.0",
21
- "@voltro/env": "0.48.0",
22
- "@voltro/plugin-auth": "0.48.0",
23
- "@voltro/plugin-billing": "0.48.0",
24
- "@voltro/plugin-multitenancy": "0.48.0",
25
- "@voltro/protocol": "0.48.0",
26
- "@voltro/runtime": "0.48.0",
27
- "@voltro/sql-postgres": "0.48.0",
19
+ "@voltro/cli": "0.49.0",
20
+ "@voltro/database": "0.49.0",
21
+ "@voltro/env": "0.49.0",
22
+ "@voltro/plugin-auth": "0.49.0",
23
+ "@voltro/plugin-billing": "0.49.0",
24
+ "@voltro/plugin-multitenancy": "0.49.0",
25
+ "@voltro/protocol": "0.49.0",
26
+ "@voltro/runtime": "0.49.0",
27
+ "@voltro/sql-postgres": "0.49.0",
28
28
  "effect": "^3.22.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@voltro/testing": "0.48.0",
31
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-search": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-search": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-rbac": "0.48.0",
20
- "@voltro/protocol": "0.48.0",
21
- "@voltro/runtime": "0.48.0",
22
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-rbac": "0.49.0",
20
+ "@voltro/protocol": "0.49.0",
21
+ "@voltro/runtime": "0.49.0",
22
+ "@voltro/sql-postgres": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-versioning": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-versioning": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.48.0",
26
+ "@voltro/testing": "0.49.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.48.0",
17
- "@voltro/database": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/plugin-multitenancy": "0.48.0",
20
- "@voltro/plugin-webhooks": "0.48.0",
21
- "@voltro/protocol": "0.48.0",
22
- "@voltro/runtime": "0.48.0",
23
- "@voltro/sql-postgres": "0.48.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/database": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/plugin-multitenancy": "0.49.0",
20
+ "@voltro/plugin-webhooks": "0.49.0",
21
+ "@voltro/protocol": "0.49.0",
22
+ "@voltro/runtime": "0.49.0",
23
+ "@voltro/sql-postgres": "0.49.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.48.0",
27
+ "@voltro/testing": "0.49.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.48.0",
16
- "@voltro/cli": "0.48.0",
17
- "@voltro/client": "0.48.0",
18
- "@voltro/env": "0.48.0",
19
- "@voltro/i18n": "0.48.0",
20
- "@voltro/web": "0.48.0",
15
+ "@voltro/changelog": "0.49.0",
16
+ "@voltro/cli": "0.49.0",
17
+ "@voltro/client": "0.49.0",
18
+ "@voltro/env": "0.49.0",
19
+ "@voltro/i18n": "0.49.0",
20
+ "@voltro/web": "0.49.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.48.0",
16
- "@voltro/serverless": "0.48.0",
15
+ "@voltro/cli": "0.49.0",
16
+ "@voltro/serverless": "0.49.0",
17
17
  "effect": "^3.22.0"
18
18
  },
19
19
  "devDependencies": {