@voltro/cli 0.20.2 → 0.21.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 (64) hide show
  1. package/CHANGELOG.md +149 -0
  2. package/THIRD-PARTY-NOTICES.md +61 -61
  3. package/dist/{apiBuild-qZBEu59d.js → apiBuild-BHOtsQkp.js} +93 -80
  4. package/dist/apiBuild-K7M6Rt0U.js +2 -0
  5. package/dist/bin.js +41 -20
  6. package/dist/{commands-kYbfVoPO.js → commands-BZoimvvS.js} +2752 -2633
  7. package/dist/{dbCommand-BPp9R0Wc.js → dbCommand-CDBbZ-Ac.js} +27 -13
  8. package/dist/dbCommand-oADAj6ez.js +2 -0
  9. package/dist/dev-CZQ73Yoh.js +3 -0
  10. package/dist/{dev-OHLsAq4K.js → dev-DKb92NYX.js} +1537 -1527
  11. package/dist/index.js +1 -1
  12. package/dist/{inspectMetrics-DvPNXmGA.js → inspectMetrics-DMjWBQif.js} +576 -567
  13. package/dist/serveCommand-qHJCs0cX.js +1162 -0
  14. package/dist/serveEntry.js +2 -2
  15. package/dist/{start-CXQ7WL1W.js → start-B1x6Z60h.js} +389 -389
  16. package/dist/startEntry.js +2 -2
  17. package/package.json +27 -27
  18. package/templates/AGENTS.md +1 -1
  19. package/templates/agent-docs/_index.md +1 -1
  20. package/templates/agent-docs/cli.md +63 -0
  21. package/templates/agent-docs/database/migrations.md +33 -11
  22. package/templates/agent-docs/database/schema.md +7 -0
  23. package/templates/agent-docs/database/seedsdialects.md +3 -3
  24. package/templates/agent-docs/whats-new.md +136 -9
  25. package/templates/apps/api-ai/package.json +12 -12
  26. package/templates/apps/api-auth/package.json +13 -13
  27. package/templates/apps/api-backend/package.json +12 -12
  28. package/templates/apps/api-backend-deactivation/package.json +12 -12
  29. package/templates/apps/api-backend-mail/package.json +11 -11
  30. package/templates/apps/api-backend-mariadb/package.json +14 -14
  31. package/templates/apps/api-backend-storage/package.json +11 -11
  32. package/templates/apps/api-data-advanced/package.json +13 -13
  33. package/templates/apps/api-durable/package.json +13 -13
  34. package/templates/apps/api-feature-flags/package.json +14 -14
  35. package/templates/apps/api-governance/package.json +13 -13
  36. package/templates/apps/api-kv/package.json +13 -13
  37. package/templates/apps/api-moderation/package.json +13 -13
  38. package/templates/apps/api-observability/package.json +13 -13
  39. package/templates/apps/api-ratelimit/package.json +13 -13
  40. package/templates/apps/api-rbac/package.json +13 -13
  41. package/templates/apps/api-rest/package.json +12 -12
  42. package/templates/apps/api-saas/package.json +16 -16
  43. package/templates/apps/api-search/package.json +13 -13
  44. package/templates/apps/api-versioning/package.json +13 -13
  45. package/templates/apps/api-webhooks/package.json +14 -14
  46. package/templates/apps/changelog/package.json +8 -8
  47. package/templates/apps/edge-functions/package.json +5 -5
  48. package/templates/apps/frontend-admin/package.json +10 -10
  49. package/templates/apps/frontend-app/package.json +10 -10
  50. package/templates/apps/frontend-blank/package.json +9 -9
  51. package/templates/apps/frontend-contact/package.json +11 -11
  52. package/templates/apps/frontend-dashboard/package.json +9 -9
  53. package/templates/apps/frontend-docs/package.json +9 -9
  54. package/templates/apps/frontend-i18n/package.json +8 -8
  55. package/templates/apps/frontend-landing/package.json +9 -9
  56. package/templates/apps/frontend-spa/package.json +9 -9
  57. package/templates/apps/frontend-ssr/package.json +9 -9
  58. package/templates/apps/frontend-ssr-api/package.json +10 -10
  59. package/templates/apps/frontend-static-blog/package.json +8 -8
  60. package/dist/apiBuild-C9aHz4Yh.js +0 -2
  61. package/dist/dbCommand-DtUe-0dM.js +0 -2
  62. package/dist/dev-2AvdzDg2.js +0 -3
  63. package/dist/serveCommand-BKqTKWTX.js +0 -1136
  64. /package/templates/patches/{@effect__cluster@0.59.0.patch → @effect__cluster@0.60.0.patch} +0 -0
@@ -10,19 +10,19 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/protocol": "0.20.2",
20
- "@voltro/runtime": "0.20.2",
21
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/protocol": "0.21.0",
20
+ "@voltro/runtime": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -10,19 +10,19 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-deactivation": "0.20.2",
19
- "@voltro/protocol": "0.20.2",
20
- "@voltro/runtime": "0.20.2",
21
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-deactivation": "0.21.0",
19
+ "@voltro/protocol": "0.21.0",
20
+ "@voltro/runtime": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -12,19 +12,19 @@
12
12
  "dependencies": {
13
13
  "@react-email/components": "^1.0.12",
14
14
  "@react-email/render": "^1.4.0",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-mail": "0.20.2",
19
- "@voltro/plugin-multitenancy": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-mail": "0.21.0",
19
+ "@voltro/plugin-multitenancy": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0",
23
23
  "react": "^19.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.20.2",
27
- "typescript": "^5.7.0",
28
- "vitest": "^3.0.0"
26
+ "@voltro/testing": "0.21.0",
27
+ "typescript": "^6.0.3",
28
+ "vitest": "^4.1.10"
29
29
  }
30
30
  }
@@ -10,21 +10,21 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/plugin-storage": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "@voltro/sql-mysql": "0.20.2",
23
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/plugin-storage": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "@voltro/sql-mysql": "0.21.0",
23
+ "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.20.2",
27
- "typescript": "^5.7.0",
28
- "vitest": "^3.0.0"
26
+ "@voltro/testing": "0.21.0",
27
+ "typescript": "^6.0.3",
28
+ "vitest": "^4.1.10"
29
29
  }
30
30
  }
@@ -10,18 +10,18 @@
10
10
  "test": "voltro test"
11
11
  },
12
12
  "dependencies": {
13
- "@voltro/cli": "0.20.2",
14
- "@voltro/database": "0.20.2",
15
- "@voltro/env": "0.20.2",
16
- "@voltro/plugin-multitenancy": "0.20.2",
17
- "@voltro/plugin-storage": "0.20.2",
18
- "@voltro/protocol": "0.20.2",
19
- "@voltro/runtime": "0.20.2",
20
- "effect": "^3.21.2"
13
+ "@voltro/cli": "0.21.0",
14
+ "@voltro/database": "0.21.0",
15
+ "@voltro/env": "0.21.0",
16
+ "@voltro/plugin-multitenancy": "0.21.0",
17
+ "@voltro/plugin-storage": "0.21.0",
18
+ "@voltro/protocol": "0.21.0",
19
+ "@voltro/runtime": "0.21.0",
20
+ "effect": "^3.22.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.20.2",
24
- "typescript": "^5.7.0",
25
- "vitest": "^3.0.0"
23
+ "@voltro/testing": "0.21.0",
24
+ "typescript": "^6.0.3",
25
+ "vitest": "^4.1.10"
26
26
  }
27
27
  }
@@ -9,20 +9,20 @@
9
9
  "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@effect/platform": "^0.96.1",
13
- "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.20.2",
15
- "@voltro/database": "0.20.2",
16
- "@voltro/env": "0.20.2",
17
- "@voltro/plugin-governance": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/protocol": "0.20.2",
20
- "@voltro/runtime": "0.20.2",
21
- "effect": "^3.21.2"
12
+ "@effect/platform": "^0.97.0",
13
+ "@effect/rpc": "^0.76.0",
14
+ "@voltro/cli": "0.21.0",
15
+ "@voltro/database": "0.21.0",
16
+ "@voltro/env": "0.21.0",
17
+ "@voltro/plugin-governance": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/protocol": "0.21.0",
20
+ "@voltro/runtime": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -9,20 +9,20 @@
9
9
  "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@effect/platform": "^0.96.1",
13
- "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.20.2",
15
- "@voltro/database": "0.20.2",
16
- "@voltro/env": "0.20.2",
17
- "@voltro/plugin-multitenancy": "0.20.2",
18
- "@voltro/protocol": "0.20.2",
19
- "@voltro/runtime": "0.20.2",
20
- "@voltro/workflow": "0.20.2",
21
- "effect": "^3.21.2"
12
+ "@effect/platform": "^0.97.0",
13
+ "@effect/rpc": "^0.76.0",
14
+ "@voltro/cli": "0.21.0",
15
+ "@voltro/database": "0.21.0",
16
+ "@voltro/env": "0.21.0",
17
+ "@voltro/plugin-multitenancy": "0.21.0",
18
+ "@voltro/protocol": "0.21.0",
19
+ "@voltro/runtime": "0.21.0",
20
+ "@voltro/workflow": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -10,21 +10,21 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-flags": "0.20.2",
19
- "@voltro/plugin-multitenancy": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "@voltro/sql-postgres": "0.20.2",
23
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-flags": "0.21.0",
19
+ "@voltro/plugin-multitenancy": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "@voltro/sql-postgres": "0.21.0",
23
+ "effect": "^3.22.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.20.2",
27
- "typescript": "^5.7.0",
28
- "vitest": "^3.0.0"
26
+ "@voltro/testing": "0.21.0",
27
+ "typescript": "^6.0.3",
28
+ "vitest": "^4.1.10"
29
29
  }
30
30
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-audit": "0.20.2",
19
- "@voltro/plugin-governance": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-audit": "0.21.0",
19
+ "@voltro/plugin-governance": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }
@@ -9,20 +9,20 @@
9
9
  "typecheck": "tsc --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "@effect/platform": "^0.96.1",
13
- "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.20.2",
15
- "@voltro/database": "0.20.2",
16
- "@voltro/env": "0.20.2",
17
- "@voltro/kv": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/protocol": "0.20.2",
20
- "@voltro/runtime": "0.20.2",
21
- "effect": "^3.21.2"
12
+ "@effect/platform": "^0.97.0",
13
+ "@effect/rpc": "^0.76.0",
14
+ "@voltro/cli": "0.21.0",
15
+ "@voltro/database": "0.21.0",
16
+ "@voltro/env": "0.21.0",
17
+ "@voltro/kv": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/protocol": "0.21.0",
20
+ "@voltro/runtime": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-moderation": "0.20.2",
19
- "@voltro/plugin-multitenancy": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-moderation": "0.21.0",
19
+ "@voltro/plugin-multitenancy": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/plugin-multitenancy": "0.20.2",
18
- "@voltro/plugin-prometheus": "0.20.2",
19
- "@voltro/plugin-sentry": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/plugin-multitenancy": "0.21.0",
18
+ "@voltro/plugin-prometheus": "0.21.0",
19
+ "@voltro/plugin-sentry": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/plugin-ratelimit": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/plugin-ratelimit": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/plugin-rbac": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/plugin-rbac": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }
@@ -10,19 +10,19 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/plugin-openapi": "0.20.2",
18
- "@voltro/protocol": "0.20.2",
19
- "@voltro/runtime": "0.20.2",
20
- "@voltro/sql-postgres": "0.20.2",
21
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/plugin-openapi": "0.21.0",
18
+ "@voltro/protocol": "0.21.0",
19
+ "@voltro/runtime": "0.21.0",
20
+ "@voltro/sql-postgres": "0.21.0",
21
+ "effect": "^3.22.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.20.2",
25
- "typescript": "^5.7.0",
26
- "vitest": "^3.0.0"
24
+ "@voltro/testing": "0.21.0",
25
+ "typescript": "^6.0.3",
26
+ "vitest": "^4.1.10"
27
27
  }
28
28
  }
@@ -10,23 +10,23 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/plugin-analytics-postgres": "0.20.2",
18
- "@voltro/plugin-billing": "0.20.2",
19
- "@voltro/plugin-multitenancy": "0.20.2",
20
- "@voltro/plugin-notifications": "0.20.2",
21
- "@voltro/plugin-presence": "0.20.2",
22
- "@voltro/protocol": "0.20.2",
23
- "@voltro/runtime": "0.20.2",
24
- "@voltro/sql-postgres": "0.20.2",
25
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/plugin-analytics-postgres": "0.21.0",
18
+ "@voltro/plugin-billing": "0.21.0",
19
+ "@voltro/plugin-multitenancy": "0.21.0",
20
+ "@voltro/plugin-notifications": "0.21.0",
21
+ "@voltro/plugin-presence": "0.21.0",
22
+ "@voltro/protocol": "0.21.0",
23
+ "@voltro/runtime": "0.21.0",
24
+ "@voltro/sql-postgres": "0.21.0",
25
+ "effect": "^3.22.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.20.2",
29
- "typescript": "^5.7.0",
30
- "vitest": "^3.0.0"
28
+ "@voltro/testing": "0.21.0",
29
+ "typescript": "^6.0.3",
30
+ "vitest": "^4.1.10"
31
31
  }
32
32
  }
@@ -10,20 +10,20 @@
10
10
  "typecheck": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@effect/platform": "^0.96.1",
14
- "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.20.2",
16
- "@voltro/database": "0.20.2",
17
- "@voltro/env": "0.20.2",
18
- "@voltro/plugin-multitenancy": "0.20.2",
19
- "@voltro/plugin-search": "0.20.2",
20
- "@voltro/protocol": "0.20.2",
21
- "@voltro/runtime": "0.20.2",
22
- "effect": "^3.21.2"
13
+ "@effect/platform": "^0.97.0",
14
+ "@effect/rpc": "^0.76.0",
15
+ "@voltro/cli": "0.21.0",
16
+ "@voltro/database": "0.21.0",
17
+ "@voltro/env": "0.21.0",
18
+ "@voltro/plugin-multitenancy": "0.21.0",
19
+ "@voltro/plugin-search": "0.21.0",
20
+ "@voltro/protocol": "0.21.0",
21
+ "@voltro/runtime": "0.21.0",
22
+ "effect": "^3.22.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.20.2",
26
- "typescript": "^5.7.0",
27
- "vitest": "^3.0.0"
25
+ "@voltro/testing": "0.21.0",
26
+ "typescript": "^6.0.3",
27
+ "vitest": "^4.1.10"
28
28
  }
29
29
  }