@voltro/cli 0.1.2 → 0.1.4

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 (41) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/{commands-C0o6Clo9.js → commands-dErOyJ0j.js} +1848 -1842
  3. package/dist/index.js +1 -1
  4. package/package.json +22 -22
  5. package/templates/apps/api-ai/package.json +7 -7
  6. package/templates/apps/api-auth/package.json +7 -7
  7. package/templates/apps/api-backend/package.json +7 -7
  8. package/templates/apps/api-backend-deactivation/package.json +7 -7
  9. package/templates/apps/api-backend-mail/package.json +8 -8
  10. package/templates/apps/api-backend-mariadb/package.json +9 -9
  11. package/templates/apps/api-backend-storage/package.json +8 -8
  12. package/templates/apps/api-data-advanced/package.json +8 -8
  13. package/templates/apps/api-durable/package.json +8 -8
  14. package/templates/apps/api-feature-flags/package.json +8 -8
  15. package/templates/apps/api-governance/package.json +8 -8
  16. package/templates/apps/api-kv/package.json +8 -8
  17. package/templates/apps/api-moderation/package.json +8 -8
  18. package/templates/apps/api-observability/package.json +8 -8
  19. package/templates/apps/api-ratelimit/package.json +8 -8
  20. package/templates/apps/api-rbac/package.json +8 -8
  21. package/templates/apps/api-rest/package.json +6 -6
  22. package/templates/apps/api-saas/package.json +10 -10
  23. package/templates/apps/api-search/package.json +8 -8
  24. package/templates/apps/api-versioning/package.json +8 -8
  25. package/templates/apps/api-webhooks/package.json +7 -7
  26. package/templates/apps/changelog/package.json +6 -6
  27. package/templates/apps/edge-functions/package.json +2 -2
  28. package/templates/apps/frontend-admin/package.json +8 -8
  29. package/templates/apps/frontend-app/package.json +8 -8
  30. package/templates/apps/frontend-blank/package.json +7 -7
  31. package/templates/apps/frontend-contact/package.json +7 -7
  32. package/templates/apps/frontend-dashboard/package.json +7 -7
  33. package/templates/apps/frontend-docs/package.json +7 -7
  34. package/templates/apps/frontend-i18n/package.json +6 -6
  35. package/templates/apps/frontend-landing/package.json +7 -7
  36. package/templates/apps/frontend-spa/package.json +7 -7
  37. package/templates/apps/frontend-ssr/package.json +7 -7
  38. package/templates/apps/frontend-ssr-api/package.json +8 -8
  39. package/templates/apps/frontend-static-blog/package.json +6 -6
  40. package/templates/baselines/compose/docker/api.Dockerfile +4 -1
  41. package/templates/baselines/compose-mariadb/docker/api.Dockerfile +4 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as e, n as t, r as n, t as r } from "./commands-C0o6Clo9.js";
1
+ import { i as e, n as t, r as n, t as r } from "./commands-dErOyJ0j.js";
2
2
  //#region src/index.ts
3
3
  var i = "framework";
4
4
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "The `voltro` CLI — dev server, codegen, migrations, project scaffolding, agent-docs seeding, and production serve.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -49,27 +49,27 @@
49
49
  "@effect/workflow": "^0.18.2",
50
50
  "@tailwindcss/vite": "^4.3.2",
51
51
  "@vitejs/plugin-react": "^6.0.3",
52
- "@voltro/ai": "0.1.2",
53
- "@voltro/cache": "0.1.2",
54
- "@voltro/data-transfer": "0.1.2",
55
- "@voltro/database": "0.1.2",
56
- "@voltro/env": "0.1.2",
57
- "@voltro/kv": "0.1.2",
58
- "@voltro/logger": "0.1.2",
59
- "@voltro/plugin-auth": "0.1.2",
60
- "@voltro/plugin-broadcast": "0.1.2",
61
- "@voltro/plugin-mail": "0.1.2",
62
- "@voltro/plugin-storage": "0.1.2",
63
- "@voltro/plugin-webhooks": "0.1.2",
64
- "@voltro/protocol": "0.1.2",
65
- "@voltro/runtime": "0.1.2",
66
- "@voltro/serverless": "0.1.2",
67
- "@voltro/sql-mssql": "0.1.2",
68
- "@voltro/sql-mysql": "0.1.2",
69
- "@voltro/sql-postgres": "0.1.2",
70
- "@voltro/sql-sqlite": "0.1.2",
71
- "@voltro/sql-turso": "0.1.2",
72
- "@voltro/workflow": "0.1.2",
52
+ "@voltro/ai": "0.1.4",
53
+ "@voltro/cache": "0.1.4",
54
+ "@voltro/data-transfer": "0.1.4",
55
+ "@voltro/database": "0.1.4",
56
+ "@voltro/env": "0.1.4",
57
+ "@voltro/kv": "0.1.4",
58
+ "@voltro/logger": "0.1.4",
59
+ "@voltro/plugin-auth": "0.1.4",
60
+ "@voltro/plugin-broadcast": "0.1.4",
61
+ "@voltro/plugin-mail": "0.1.4",
62
+ "@voltro/plugin-storage": "0.1.4",
63
+ "@voltro/plugin-webhooks": "0.1.4",
64
+ "@voltro/protocol": "0.1.4",
65
+ "@voltro/runtime": "0.1.4",
66
+ "@voltro/serverless": "0.1.4",
67
+ "@voltro/sql-mssql": "0.1.4",
68
+ "@voltro/sql-mysql": "0.1.4",
69
+ "@voltro/sql-postgres": "0.1.4",
70
+ "@voltro/sql-sqlite": "0.1.4",
71
+ "@voltro/sql-turso": "0.1.4",
72
+ "@voltro/workflow": "0.1.4",
73
73
  "chokidar": "^5.0.0",
74
74
  "esbuild": "^0.28.0",
75
75
  "ioredis": "^5.11.1",
@@ -11,16 +11,16 @@
11
11
  "dependencies": {
12
12
  "@effect/platform": "^0.96.1",
13
13
  "@effect/rpc": "^0.75.1",
14
- "@voltro/ai": "0.1.2",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/protocol": "0.1.2",
19
- "@voltro/runtime": "0.1.2",
14
+ "@voltro/ai": "0.1.4",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/protocol": "0.1.4",
19
+ "@voltro/runtime": "0.1.4",
20
20
  "effect": "^3.21.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.1.2",
23
+ "@voltro/testing": "0.1.4",
24
24
  "typescript": "^5.7.0",
25
25
  "vitest": "^3.0.0"
26
26
  }
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-auth": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-auth": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-deactivation": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-deactivation": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,18 +12,18 @@
12
12
  "dependencies": {
13
13
  "@react-email/components": "^1.0.12",
14
14
  "@react-email/render": "^1.4.0",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-mail": "0.1.2",
19
- "@voltro/plugin-multitenancy": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-mail": "0.1.4",
19
+ "@voltro/plugin-multitenancy": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2",
23
23
  "react": "^19.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.1.2",
26
+ "@voltro/testing": "0.1.4",
27
27
  "typescript": "^5.7.0",
28
28
  "vitest": "^3.0.0"
29
29
  }
@@ -12,18 +12,18 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/plugin-storage": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
22
- "@voltro/sql-mysql": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/plugin-storage": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
+ "@voltro/sql-mysql": "0.1.4",
23
23
  "effect": "^3.21.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.1.2",
26
+ "@voltro/testing": "0.1.4",
27
27
  "typescript": "^5.7.0",
28
28
  "vitest": "^3.0.0"
29
29
  }
@@ -10,17 +10,17 @@
10
10
  "test": "voltro test"
11
11
  },
12
12
  "dependencies": {
13
- "@voltro/cli": "0.1.2",
14
- "@voltro/database": "0.1.2",
15
- "@voltro/env": "0.1.2",
16
- "@voltro/plugin-multitenancy": "0.1.2",
17
- "@voltro/plugin-storage": "0.1.2",
18
- "@voltro/protocol": "0.1.2",
19
- "@voltro/runtime": "0.1.2",
13
+ "@voltro/cli": "0.1.4",
14
+ "@voltro/database": "0.1.4",
15
+ "@voltro/env": "0.1.4",
16
+ "@voltro/plugin-multitenancy": "0.1.4",
17
+ "@voltro/plugin-storage": "0.1.4",
18
+ "@voltro/protocol": "0.1.4",
19
+ "@voltro/runtime": "0.1.4",
20
20
  "effect": "^3.21.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.1.2",
23
+ "@voltro/testing": "0.1.4",
24
24
  "typescript": "^5.7.0",
25
25
  "vitest": "^3.0.0"
26
26
  }
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "@effect/platform": "^0.96.1",
13
13
  "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.1.2",
15
- "@voltro/database": "0.1.2",
16
- "@voltro/env": "0.1.2",
17
- "@voltro/plugin-governance": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
14
+ "@voltro/cli": "0.1.4",
15
+ "@voltro/database": "0.1.4",
16
+ "@voltro/env": "0.1.4",
17
+ "@voltro/plugin-governance": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "@effect/platform": "^0.96.1",
13
13
  "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.1.2",
15
- "@voltro/database": "0.1.2",
16
- "@voltro/env": "0.1.2",
17
- "@voltro/plugin-multitenancy": "0.1.2",
18
- "@voltro/protocol": "0.1.2",
19
- "@voltro/runtime": "0.1.2",
20
- "@voltro/workflow": "0.1.2",
14
+ "@voltro/cli": "0.1.4",
15
+ "@voltro/database": "0.1.4",
16
+ "@voltro/env": "0.1.4",
17
+ "@voltro/plugin-multitenancy": "0.1.4",
18
+ "@voltro/protocol": "0.1.4",
19
+ "@voltro/runtime": "0.1.4",
20
+ "@voltro/workflow": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-flags": "0.1.2",
19
- "@voltro/plugin-multitenancy": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-flags": "0.1.4",
19
+ "@voltro/plugin-multitenancy": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-audit": "0.1.2",
19
- "@voltro/plugin-governance": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-audit": "0.1.4",
19
+ "@voltro/plugin-governance": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "@effect/platform": "^0.96.1",
13
13
  "@effect/rpc": "^0.75.1",
14
- "@voltro/cli": "0.1.2",
15
- "@voltro/database": "0.1.2",
16
- "@voltro/env": "0.1.2",
17
- "@voltro/kv": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
14
+ "@voltro/cli": "0.1.4",
15
+ "@voltro/database": "0.1.4",
16
+ "@voltro/env": "0.1.4",
17
+ "@voltro/kv": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-moderation": "0.1.2",
19
- "@voltro/plugin-multitenancy": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-moderation": "0.1.4",
19
+ "@voltro/plugin-multitenancy": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/plugin-multitenancy": "0.1.2",
18
- "@voltro/plugin-prometheus": "0.1.2",
19
- "@voltro/plugin-sentry": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/plugin-multitenancy": "0.1.4",
18
+ "@voltro/plugin-prometheus": "0.1.4",
19
+ "@voltro/plugin-sentry": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/plugin-ratelimit": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/plugin-ratelimit": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/plugin-rbac": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/plugin-rbac": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,15 +12,15 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/plugin-openapi": "0.1.2",
18
- "@voltro/protocol": "0.1.2",
19
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/plugin-openapi": "0.1.4",
18
+ "@voltro/protocol": "0.1.4",
19
+ "@voltro/runtime": "0.1.4",
20
20
  "effect": "^3.21.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.1.2",
23
+ "@voltro/testing": "0.1.4",
24
24
  "typescript": "^5.7.0",
25
25
  "vitest": "^3.0.0"
26
26
  }
@@ -12,19 +12,19 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/plugin-analytics-postgres": "0.1.2",
18
- "@voltro/plugin-billing": "0.1.2",
19
- "@voltro/plugin-multitenancy": "0.1.2",
20
- "@voltro/plugin-notifications": "0.1.2",
21
- "@voltro/plugin-presence": "0.1.2",
22
- "@voltro/protocol": "0.1.2",
23
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/plugin-analytics-postgres": "0.1.4",
18
+ "@voltro/plugin-billing": "0.1.4",
19
+ "@voltro/plugin-multitenancy": "0.1.4",
20
+ "@voltro/plugin-notifications": "0.1.4",
21
+ "@voltro/plugin-presence": "0.1.4",
22
+ "@voltro/protocol": "0.1.4",
23
+ "@voltro/runtime": "0.1.4",
24
24
  "effect": "^3.21.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@voltro/testing": "0.1.2",
27
+ "@voltro/testing": "0.1.4",
28
28
  "typescript": "^5.7.0",
29
29
  "vitest": "^3.0.0"
30
30
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/plugin-search": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/plugin-search": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/env": "0.1.2",
18
- "@voltro/plugin-multitenancy": "0.1.2",
19
- "@voltro/plugin-versioning": "0.1.2",
20
- "@voltro/protocol": "0.1.2",
21
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/env": "0.1.4",
18
+ "@voltro/plugin-multitenancy": "0.1.4",
19
+ "@voltro/plugin-versioning": "0.1.4",
20
+ "@voltro/protocol": "0.1.4",
21
+ "@voltro/runtime": "0.1.4",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.2",
25
+ "@voltro/testing": "0.1.4",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.2",
16
- "@voltro/database": "0.1.2",
17
- "@voltro/plugin-multitenancy": "0.1.2",
18
- "@voltro/plugin-webhooks": "0.1.2",
19
- "@voltro/protocol": "0.1.2",
20
- "@voltro/runtime": "0.1.2",
15
+ "@voltro/cli": "0.1.4",
16
+ "@voltro/database": "0.1.4",
17
+ "@voltro/plugin-multitenancy": "0.1.4",
18
+ "@voltro/plugin-webhooks": "0.1.4",
19
+ "@voltro/protocol": "0.1.4",
20
+ "@voltro/runtime": "0.1.4",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.2",
24
+ "@voltro/testing": "0.1.4",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }