@voltro/cli 0.61.0 → 0.62.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 (89) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/apiBuild-Dl-djDc_.js +2 -0
  3. package/dist/{apiBuild-C5HhMAEm.js → apiBuild-DwhySM-6.js} +1 -1
  4. package/dist/bin.js +1 -1
  5. package/dist/{build-DQr7SsKK.js → build-B43mm2g2.js} +6 -6
  6. package/dist/{checkCommand-ByaOhdc8.js → checkCommand-nB68vIo_.js} +1 -1
  7. package/dist/{checkCommand-CvSheSdb.js → checkCommand-zGYZtIkJ.js} +3 -3
  8. package/dist/{codegenCommand-CI0mpjxo.js → codegenCommand-YvqhgQBj.js} +1 -1
  9. package/dist/{codemodRunner-Drb-H-jr.js → codemodRunner-D90bexh4.js} +77 -53
  10. package/dist/{commands-pCItjdHG.js → commands-Dd6Cp7qs.js} +19 -19
  11. package/dist/{dashboardCommand-O-ToEgiH.js → dashboardCommand-BsDfQa-g.js} +1 -1
  12. package/dist/{dataCommand-mn1Zc88W.js → dataCommand-Cgdcl5M0.js} +1 -1
  13. package/dist/{dev-dSH-Pkb2.js → dev-BfUG0jrD.js} +31 -11
  14. package/dist/{dev-kn9-7RXZ.js → dev-BpMSAjMk.js} +1 -1
  15. package/dist/doctorCommand-PHcqxpnx.js +2 -0
  16. package/dist/{doctorCommand-ClB7Ucz5.js → doctorCommand-pxYq2bH5.js} +10 -10
  17. package/dist/{dormancyCommand-DZupfuq-.js → dormancyCommand-DZpSCWy9.js} +1 -1
  18. package/dist/{embeddingsCommand-D8_GquVX.js → embeddingsCommand-YR5Eif0k.js} +1 -1
  19. package/dist/{envCommand-DRjVSXRp.js → envCommand-Yl4TGM4h.js} +1 -1
  20. package/dist/{evolveCommand-Cb0C2b3V.js → evolveCommand-B2iYAC9t.js} +2 -2
  21. package/dist/index.js +1 -1
  22. package/dist/{infoCommand-BlKnoY2D.js → infoCommand-DjtMWLZl.js} +1 -1
  23. package/dist/{probeCommand-DYsOFm62.js → probeCommand-Dsu5if_4.js} +1 -1
  24. package/dist/{runtimeTrace-BI3kdicc.js → runtimeTrace-CQcn26bI.js} +1 -1
  25. package/dist/{sdkgen-DZ4zCtV4.js → sdkgen-DJvyVw7B.js} +1 -1
  26. package/dist/serveCommand-CZ0kgfIX.js +2 -0
  27. package/dist/{serveCommand-DnxqCQ16.js → serveCommand-CaLTTh68.js} +2 -2
  28. package/dist/serveEntry.js +1 -1
  29. package/dist/updateCommand-DA4OMF7u.js +2 -0
  30. package/dist/{updateCommand-B18ZQNFg.js → updateCommand-F6HFgz0i.js} +1 -1
  31. package/dist/{webhooksCommand-Bs-HZ4wY.js → webhooksCommand-Bgdli8dI.js} +1 -1
  32. package/package.json +25 -19
  33. package/templates/AGENTS.md +1 -1
  34. package/templates/agent-docs/_index.md +1 -1
  35. package/templates/agent-docs/ai.md +32 -0
  36. package/templates/agent-docs/observability.md +10 -1
  37. package/templates/agent-docs/whats-new.md +7 -14
  38. package/templates/agent-docs/workflows.md +7 -2
  39. package/templates/apps/api-ai/package.json +6 -6
  40. package/templates/apps/api-auth/package.json +8 -8
  41. package/templates/apps/api-backend/package.json +7 -7
  42. package/templates/apps/api-backend-deactivation/package.json +7 -7
  43. package/templates/apps/api-backend-mail/package.json +8 -8
  44. package/templates/apps/api-backend-mariadb/package.json +9 -9
  45. package/templates/apps/api-backend-sqlite/package.json +8 -8
  46. package/templates/apps/api-backend-storage/package.json +8 -8
  47. package/templates/apps/api-cms/package.json +9 -9
  48. package/templates/apps/api-collab/package.json +8 -8
  49. package/templates/apps/api-data-advanced/package.json +8 -8
  50. package/templates/apps/api-durable/package.json +8 -8
  51. package/templates/apps/api-feature-flags/package.json +9 -9
  52. package/templates/apps/api-governance/package.json +8 -8
  53. package/templates/apps/api-kv/package.json +8 -8
  54. package/templates/apps/api-moderation/package.json +8 -8
  55. package/templates/apps/api-observability/package.json +8 -8
  56. package/templates/apps/api-ratelimit/package.json +8 -8
  57. package/templates/apps/api-rbac/package.json +8 -8
  58. package/templates/apps/api-rest/package.json +7 -7
  59. package/templates/apps/api-row-history/package.json +8 -8
  60. package/templates/apps/api-saas/package.json +11 -11
  61. package/templates/apps/api-saas-starter/package.json +10 -10
  62. package/templates/apps/api-search/package.json +8 -8
  63. package/templates/apps/api-status/package.json +8 -8
  64. package/templates/apps/api-webhooks/package.json +9 -9
  65. package/templates/apps/changelog/package.json +7 -7
  66. package/templates/apps/edge-functions/package.json +2 -2
  67. package/templates/apps/frontend-admin/package.json +7 -7
  68. package/templates/apps/frontend-app/package.json +8 -8
  69. package/templates/apps/frontend-auth/package.json +7 -7
  70. package/templates/apps/frontend-blank/package.json +6 -6
  71. package/templates/apps/frontend-cms/package.json +8 -8
  72. package/templates/apps/frontend-collab/package.json +9 -9
  73. package/templates/apps/frontend-contact/package.json +7 -7
  74. package/templates/apps/frontend-dashboard/package.json +6 -6
  75. package/templates/apps/frontend-docs/package.json +8 -8
  76. package/templates/apps/frontend-i18n/package.json +6 -6
  77. package/templates/apps/frontend-landing/package.json +7 -7
  78. package/templates/apps/frontend-portal/package.json +7 -7
  79. package/templates/apps/frontend-saas/package.json +7 -7
  80. package/templates/apps/frontend-spa/package.json +6 -6
  81. package/templates/apps/frontend-ssr/package.json +6 -6
  82. package/templates/apps/frontend-ssr-api/package.json +7 -7
  83. package/templates/apps/frontend-static-blog/package.json +8 -8
  84. package/templates/apps/frontend-status/package.json +7 -7
  85. package/templates/apps/mobile-app/package.json +4 -4
  86. package/dist/apiBuild-5U7PxjLa.js +0 -2
  87. package/dist/doctorCommand-BVat2ejT.js +0 -2
  88. package/dist/serveCommand-CwK_6Wxt.js +0 -2
  89. package/dist/updateCommand-B4EgDD-m.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-mail": "0.61.0",
20
- "@voltro/plugin-multitenancy": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-mail": "0.62.0",
20
+ "@voltro/plugin-multitenancy": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0",
24
24
  "react": "^19.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.61.0",
27
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-storage": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
23
- "@voltro/sql-mysql": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-storage": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
+ "@voltro/sql-mysql": "0.62.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.61.0",
27
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/protocol": "0.61.0",
21
- "@voltro/runtime": "0.61.0",
22
- "@voltro/sql-sqlite": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/protocol": "0.62.0",
21
+ "@voltro/runtime": "0.62.0",
22
+ "@voltro/sql-sqlite": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
15
- "@voltro/database": "0.61.0",
16
- "@voltro/env": "0.61.0",
17
- "@voltro/plugin-multitenancy": "0.61.0",
18
- "@voltro/plugin-storage": "0.61.0",
19
- "@voltro/protocol": "0.61.0",
20
- "@voltro/runtime": "0.61.0",
14
+ "@voltro/cli": "0.62.0",
15
+ "@voltro/database": "0.62.0",
16
+ "@voltro/env": "0.62.0",
17
+ "@voltro/plugin-multitenancy": "0.62.0",
18
+ "@voltro/plugin-storage": "0.62.0",
19
+ "@voltro/protocol": "0.62.0",
20
+ "@voltro/runtime": "0.62.0",
21
21
  "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.61.0",
24
+ "@voltro/testing": "0.62.0",
25
25
  "typescript": "^6.0.3",
26
26
  "@vitest/coverage-v8": "^4.1.10",
27
27
  "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.61.0",
17
- "@voltro/cms": "0.61.0",
18
- "@voltro/database": "0.61.0",
19
- "@voltro/env": "0.61.0",
20
- "@voltro/plugin-auth": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
23
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/cms": "0.62.0",
18
+ "@voltro/database": "0.62.0",
19
+ "@voltro/env": "0.62.0",
20
+ "@voltro/plugin-auth": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
+ "@voltro/sql-postgres": "0.62.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.61.0",
27
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/local-first": "0.61.0",
20
- "@voltro/plugin-multitenancy": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/local-first": "0.62.0",
20
+ "@voltro/plugin-multitenancy": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
16
- "@voltro/database": "0.61.0",
17
- "@voltro/env": "0.61.0",
18
- "@voltro/plugin-governance": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/protocol": "0.61.0",
21
- "@voltro/runtime": "0.61.0",
15
+ "@voltro/cli": "0.62.0",
16
+ "@voltro/database": "0.62.0",
17
+ "@voltro/env": "0.62.0",
18
+ "@voltro/plugin-governance": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/protocol": "0.62.0",
21
+ "@voltro/runtime": "0.62.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.61.0",
25
+ "@voltro/testing": "0.62.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.61.0",
16
- "@voltro/database": "0.61.0",
17
- "@voltro/env": "0.61.0",
18
- "@voltro/plugin-multitenancy": "0.61.0",
19
- "@voltro/protocol": "0.61.0",
20
- "@voltro/runtime": "0.61.0",
21
- "@voltro/workflow": "0.61.0",
15
+ "@voltro/cli": "0.62.0",
16
+ "@voltro/database": "0.62.0",
17
+ "@voltro/env": "0.62.0",
18
+ "@voltro/plugin-multitenancy": "0.62.0",
19
+ "@voltro/protocol": "0.62.0",
20
+ "@voltro/runtime": "0.62.0",
21
+ "@voltro/workflow": "0.62.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.61.0",
25
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-flags": "0.61.0",
20
- "@voltro/plugin-multitenancy": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
23
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-flags": "0.62.0",
20
+ "@voltro/plugin-multitenancy": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
+ "@voltro/sql-postgres": "0.62.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.61.0",
27
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-audit": "0.61.0",
20
- "@voltro/plugin-governance": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-audit": "0.62.0",
20
+ "@voltro/plugin-governance": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
16
- "@voltro/database": "0.61.0",
17
- "@voltro/env": "0.61.0",
18
- "@voltro/kv": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/protocol": "0.61.0",
21
- "@voltro/runtime": "0.61.0",
15
+ "@voltro/cli": "0.62.0",
16
+ "@voltro/database": "0.62.0",
17
+ "@voltro/env": "0.62.0",
18
+ "@voltro/kv": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/protocol": "0.62.0",
21
+ "@voltro/runtime": "0.62.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.61.0",
25
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-moderation": "0.61.0",
20
- "@voltro/plugin-multitenancy": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-moderation": "0.62.0",
20
+ "@voltro/plugin-multitenancy": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/plugin-multitenancy": "0.61.0",
19
- "@voltro/plugin-prometheus": "0.61.0",
20
- "@voltro/plugin-sentry": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/plugin-multitenancy": "0.62.0",
19
+ "@voltro/plugin-prometheus": "0.62.0",
20
+ "@voltro/plugin-sentry": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-ratelimit": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-ratelimit": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-rbac": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-rbac": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/plugin-openapi": "0.61.0",
19
- "@voltro/protocol": "0.61.0",
20
- "@voltro/runtime": "0.61.0",
21
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/plugin-openapi": "0.62.0",
19
+ "@voltro/protocol": "0.62.0",
20
+ "@voltro/runtime": "0.62.0",
21
+ "@voltro/sql-postgres": "0.62.0",
22
22
  "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.61.0",
25
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-row-history": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-row-history": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.0",
27
27
  "typescript": "^6.0.3",
28
28
  "@vitest/coverage-v8": "^4.1.10",
29
29
  "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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/plugin-analytics-postgres": "0.61.0",
19
- "@voltro/plugin-billing": "0.61.0",
20
- "@voltro/plugin-multitenancy": "0.61.0",
21
- "@voltro/plugin-notifications": "0.61.0",
22
- "@voltro/plugin-presence": "0.61.0",
23
- "@voltro/protocol": "0.61.0",
24
- "@voltro/runtime": "0.61.0",
25
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/plugin-analytics-postgres": "0.62.0",
19
+ "@voltro/plugin-billing": "0.62.0",
20
+ "@voltro/plugin-multitenancy": "0.62.0",
21
+ "@voltro/plugin-notifications": "0.62.0",
22
+ "@voltro/plugin-presence": "0.62.0",
23
+ "@voltro/protocol": "0.62.0",
24
+ "@voltro/runtime": "0.62.0",
25
+ "@voltro/sql-postgres": "0.62.0",
26
26
  "effect": "^3.22.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@voltro/testing": "0.61.0",
29
+ "@voltro/testing": "0.62.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.61.0",
20
- "@voltro/database": "0.61.0",
21
- "@voltro/env": "0.61.0",
22
- "@voltro/plugin-auth": "0.61.0",
23
- "@voltro/plugin-billing": "0.61.0",
24
- "@voltro/plugin-multitenancy": "0.61.0",
25
- "@voltro/protocol": "0.61.0",
26
- "@voltro/runtime": "0.61.0",
27
- "@voltro/sql-postgres": "0.61.0",
19
+ "@voltro/cli": "0.62.0",
20
+ "@voltro/database": "0.62.0",
21
+ "@voltro/env": "0.62.0",
22
+ "@voltro/plugin-auth": "0.62.0",
23
+ "@voltro/plugin-billing": "0.62.0",
24
+ "@voltro/plugin-multitenancy": "0.62.0",
25
+ "@voltro/protocol": "0.62.0",
26
+ "@voltro/runtime": "0.62.0",
27
+ "@voltro/sql-postgres": "0.62.0",
28
28
  "effect": "^3.22.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@voltro/testing": "0.61.0",
31
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-search": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-search": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-rbac": "0.61.0",
20
- "@voltro/protocol": "0.61.0",
21
- "@voltro/runtime": "0.61.0",
22
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-rbac": "0.62.0",
20
+ "@voltro/protocol": "0.62.0",
21
+ "@voltro/runtime": "0.62.0",
22
+ "@voltro/sql-postgres": "0.62.0",
23
23
  "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.61.0",
26
+ "@voltro/testing": "0.62.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.61.0",
17
- "@voltro/database": "0.61.0",
18
- "@voltro/env": "0.61.0",
19
- "@voltro/plugin-multitenancy": "0.61.0",
20
- "@voltro/plugin-webhooks": "0.61.0",
21
- "@voltro/protocol": "0.61.0",
22
- "@voltro/runtime": "0.61.0",
23
- "@voltro/sql-postgres": "0.61.0",
16
+ "@voltro/cli": "0.62.0",
17
+ "@voltro/database": "0.62.0",
18
+ "@voltro/env": "0.62.0",
19
+ "@voltro/plugin-multitenancy": "0.62.0",
20
+ "@voltro/plugin-webhooks": "0.62.0",
21
+ "@voltro/protocol": "0.62.0",
22
+ "@voltro/runtime": "0.62.0",
23
+ "@voltro/sql-postgres": "0.62.0",
24
24
  "effect": "^3.22.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.61.0",
27
+ "@voltro/testing": "0.62.0",
28
28
  "typescript": "^6.0.3",
29
29
  "@vitest/coverage-v8": "^4.1.10",
30
30
  "vitest": "^4.1.10"