@voltro/cli 0.1.6 → 0.2.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 (50) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/THIRD-PARTY-NOTICES.md +1154 -4635
  3. package/dist/apiBuild-CRV5VLc-.js +2 -0
  4. package/dist/{apiBuild-B-SMjwR_.js → apiBuild-CnF3GAcP.js} +1 -1
  5. package/dist/bin.js +2 -2
  6. package/dist/{commands-CN-DLT1Q.js → commands-5AlC8Udj.js} +1963 -1976
  7. package/dist/{dev-BhBMpHkm.js → dev-CZ2WE3zn.js} +531 -513
  8. package/dist/dev-DFhyP4GC.js +2 -0
  9. package/dist/index.js +1 -1
  10. package/package.json +17 -23
  11. package/templates/agent-docs/database/hosting.md +18 -0
  12. package/templates/apps/api-ai/package.json +7 -7
  13. package/templates/apps/api-auth/package.json +8 -7
  14. package/templates/apps/api-backend/package.json +7 -7
  15. package/templates/apps/api-backend-deactivation/package.json +7 -7
  16. package/templates/apps/api-backend-mail/package.json +8 -8
  17. package/templates/apps/api-backend-mariadb/package.json +9 -9
  18. package/templates/apps/api-backend-storage/package.json +8 -8
  19. package/templates/apps/api-data-advanced/package.json +8 -8
  20. package/templates/apps/api-durable/package.json +8 -8
  21. package/templates/apps/api-feature-flags/package.json +9 -8
  22. package/templates/apps/api-governance/package.json +8 -8
  23. package/templates/apps/api-kv/package.json +8 -8
  24. package/templates/apps/api-moderation/package.json +8 -8
  25. package/templates/apps/api-observability/package.json +8 -8
  26. package/templates/apps/api-ratelimit/package.json +8 -8
  27. package/templates/apps/api-rbac/package.json +8 -8
  28. package/templates/apps/api-rest/package.json +7 -6
  29. package/templates/apps/api-saas/package.json +11 -10
  30. package/templates/apps/api-search/package.json +8 -8
  31. package/templates/apps/api-versioning/package.json +8 -8
  32. package/templates/apps/api-webhooks/package.json +8 -7
  33. package/templates/apps/changelog/package.json +6 -6
  34. package/templates/apps/edge-functions/package.json +2 -2
  35. package/templates/apps/frontend-admin/package.json +8 -8
  36. package/templates/apps/frontend-app/package.json +8 -8
  37. package/templates/apps/frontend-blank/package.json +7 -7
  38. package/templates/apps/frontend-contact/package.json +7 -7
  39. package/templates/apps/frontend-dashboard/package.json +7 -7
  40. package/templates/apps/frontend-docs/package.json +7 -7
  41. package/templates/apps/frontend-i18n/package.json +6 -6
  42. package/templates/apps/frontend-landing/package.json +7 -7
  43. package/templates/apps/frontend-spa/package.json +7 -7
  44. package/templates/apps/frontend-ssr/package.json +7 -7
  45. package/templates/apps/frontend-ssr-api/package.json +8 -8
  46. package/templates/apps/frontend-static-blog/package.json +6 -6
  47. package/templates/baselines/compose/docker/api.Dockerfile +10 -6
  48. package/templates/baselines/compose-mariadb/docker/api.Dockerfile +10 -6
  49. package/dist/apiBuild-Blk0vma3.js +0 -2
  50. package/dist/dev-BjylpfGQ.js +0 -2
@@ -0,0 +1,2 @@
1
+ import { o as e } from "./dev-CZ2WE3zn.js";
2
+ export { e as loadApiConfig };
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-CN-DLT1Q.js";
1
+ import { i as e, n as t, r as n, t as r } from "./commands-5AlC8Udj.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.6",
3
+ "version": "0.2.0",
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,31 +49,25 @@
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.6",
53
- "@voltro/cache": "0.1.6",
54
- "@voltro/data-transfer": "0.1.6",
55
- "@voltro/database": "0.1.6",
56
- "@voltro/env": "0.1.6",
57
- "@voltro/kv": "0.1.6",
58
- "@voltro/logger": "0.1.6",
59
- "@voltro/plugin-auth": "0.1.6",
60
- "@voltro/plugin-broadcast": "0.1.6",
61
- "@voltro/plugin-mail": "0.1.6",
62
- "@voltro/plugin-storage": "0.1.6",
63
- "@voltro/plugin-webhooks": "0.1.6",
64
- "@voltro/protocol": "0.1.6",
65
- "@voltro/runtime": "0.1.6",
66
- "@voltro/serverless": "0.1.6",
67
- "@voltro/sql-mssql": "0.1.6",
68
- "@voltro/sql-mysql": "0.1.6",
69
- "@voltro/sql-postgres": "0.1.6",
70
- "@voltro/sql-sqlite": "0.1.6",
71
- "@voltro/sql-turso": "0.1.6",
72
- "@voltro/workflow": "0.1.6",
52
+ "@voltro/ai": "0.2.0",
53
+ "@voltro/cache": "0.2.0",
54
+ "@voltro/data-transfer": "0.2.0",
55
+ "@voltro/database": "0.2.0",
56
+ "@voltro/env": "0.2.0",
57
+ "@voltro/kv": "0.2.0",
58
+ "@voltro/logger": "0.2.0",
59
+ "@voltro/plugin-auth": "0.2.0",
60
+ "@voltro/plugin-broadcast": "0.2.0",
61
+ "@voltro/plugin-mail": "0.2.0",
62
+ "@voltro/plugin-storage": "0.2.0",
63
+ "@voltro/plugin-webhooks": "0.2.0",
64
+ "@voltro/protocol": "0.2.0",
65
+ "@voltro/runtime": "0.2.0",
66
+ "@voltro/serverless": "0.2.0",
67
+ "@voltro/workflow": "0.2.0",
73
68
  "chokidar": "^5.0.0",
74
69
  "esbuild": "^0.28.0",
75
70
  "ioredis": "^5.11.1",
76
- "pg": "^8.22.0",
77
71
  "tsx": "^4.23.0",
78
72
  "vite": "^8.1.4"
79
73
  },
@@ -24,6 +24,24 @@ DB_URL=postgresql://user:pass@host:5432/db?sslmode=require
24
24
 
25
25
  `DB_DIALECT` picks the driver; `DB_URL` is the connection string for the provider. When a single URL doesn't fit, the discrete `DB_HOST` / `DB_PORT` / `DB_USER` / `DB_PASSWORD` / `DB_DATABASE` fields are the dialect-agnostic alternative (and `PG_HOST` / `PG_PORT` / `PG_USER` / `PG_PASSWORD` / `PG_DATABASE` are accepted as a fallback). Env always wins over `app.config.ts`'s `store:` field.
26
26
 
27
+ ## Declare your dialect's driver
28
+
29
+ Each app declares the driver package for its DB dialect as a dependency — the CLI does not bundle every driver, so a production image only ships the one your app actually uses (a memory-store app ships none, and never pulls e.g. turso's ~90 MB native binary):
30
+
31
+ | Dialect | Driver package |
32
+ | --- | --- |
33
+ | `postgres` | `@voltro/sql-postgres` |
34
+ | `mysql` / `mariadb` | `@voltro/sql-mysql` |
35
+ | `mssql` | `@voltro/sql-mssql` |
36
+ | `sqlite` | `@voltro/sql-sqlite` |
37
+ | `turso` | `@voltro/sql-turso` |
38
+
39
+ ```sh
40
+ pnpm add @voltro/sql-postgres # in the app that uses store: 'postgres'
41
+ ```
42
+
43
+ Scaffolded projects already declare the right driver, and `voltro add mssql` adds `@voltro/sql-mssql` for you. If a driver is missing at boot, `voltro serve` fails with a message naming the exact package to install — it never silently falls back. A `store: 'memory'` app needs no driver.
44
+
27
45
  ## Providers at a glance
28
46
 
29
47
  | Provider | Voltro dialect | Pooling | Notes |
@@ -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.6",
15
- "@voltro/cli": "0.1.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/protocol": "0.1.6",
19
- "@voltro/runtime": "0.1.6",
14
+ "@voltro/ai": "0.2.0",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/protocol": "0.2.0",
19
+ "@voltro/runtime": "0.2.0",
20
20
  "effect": "^3.21.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.1.6",
23
+ "@voltro/testing": "0.2.0",
24
24
  "typescript": "^5.7.0",
25
25
  "vitest": "^3.0.0"
26
26
  }
@@ -12,16 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-auth": "0.1.6",
19
- "@voltro/protocol": "0.1.6",
20
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-auth": "0.2.0",
19
+ "@voltro/protocol": "0.2.0",
20
+ "@voltro/runtime": "0.2.0",
21
+ "@voltro/sql-postgres": "0.2.0",
21
22
  "effect": "^3.21.2"
22
23
  },
23
24
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
25
26
  "typescript": "^5.7.0",
26
27
  "vitest": "^3.0.0"
27
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/protocol": "0.1.6",
20
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/protocol": "0.2.0",
20
+ "@voltro/runtime": "0.2.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-deactivation": "0.1.6",
19
- "@voltro/protocol": "0.1.6",
20
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-deactivation": "0.2.0",
19
+ "@voltro/protocol": "0.2.0",
20
+ "@voltro/runtime": "0.2.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-mail": "0.1.6",
19
- "@voltro/plugin-multitenancy": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-mail": "0.2.0",
19
+ "@voltro/plugin-multitenancy": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2",
23
23
  "react": "^19.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.1.6",
26
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/plugin-storage": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
22
- "@voltro/sql-mysql": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/plugin-storage": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
+ "@voltro/sql-mysql": "0.2.0",
23
23
  "effect": "^3.21.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.1.6",
26
+ "@voltro/testing": "0.2.0",
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.6",
14
- "@voltro/database": "0.1.6",
15
- "@voltro/env": "0.1.6",
16
- "@voltro/plugin-multitenancy": "0.1.6",
17
- "@voltro/plugin-storage": "0.1.6",
18
- "@voltro/protocol": "0.1.6",
19
- "@voltro/runtime": "0.1.6",
13
+ "@voltro/cli": "0.2.0",
14
+ "@voltro/database": "0.2.0",
15
+ "@voltro/env": "0.2.0",
16
+ "@voltro/plugin-multitenancy": "0.2.0",
17
+ "@voltro/plugin-storage": "0.2.0",
18
+ "@voltro/protocol": "0.2.0",
19
+ "@voltro/runtime": "0.2.0",
20
20
  "effect": "^3.21.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/testing": "0.1.6",
23
+ "@voltro/testing": "0.2.0",
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.6",
15
- "@voltro/database": "0.1.6",
16
- "@voltro/env": "0.1.6",
17
- "@voltro/plugin-governance": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/protocol": "0.1.6",
20
- "@voltro/runtime": "0.1.6",
14
+ "@voltro/cli": "0.2.0",
15
+ "@voltro/database": "0.2.0",
16
+ "@voltro/env": "0.2.0",
17
+ "@voltro/plugin-governance": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/protocol": "0.2.0",
20
+ "@voltro/runtime": "0.2.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
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.6",
15
- "@voltro/database": "0.1.6",
16
- "@voltro/env": "0.1.6",
17
- "@voltro/plugin-multitenancy": "0.1.6",
18
- "@voltro/protocol": "0.1.6",
19
- "@voltro/runtime": "0.1.6",
20
- "@voltro/workflow": "0.1.6",
14
+ "@voltro/cli": "0.2.0",
15
+ "@voltro/database": "0.2.0",
16
+ "@voltro/env": "0.2.0",
17
+ "@voltro/plugin-multitenancy": "0.2.0",
18
+ "@voltro/protocol": "0.2.0",
19
+ "@voltro/runtime": "0.2.0",
20
+ "@voltro/workflow": "0.2.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,17 +12,18 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-flags": "0.1.6",
19
- "@voltro/plugin-multitenancy": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-flags": "0.2.0",
19
+ "@voltro/plugin-multitenancy": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
+ "@voltro/sql-postgres": "0.2.0",
22
23
  "effect": "^3.21.2"
23
24
  },
24
25
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
26
+ "@voltro/testing": "0.2.0",
26
27
  "typescript": "^5.7.0",
27
28
  "vitest": "^3.0.0"
28
29
  }
@@ -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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-audit": "0.1.6",
19
- "@voltro/plugin-governance": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-audit": "0.2.0",
19
+ "@voltro/plugin-governance": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
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.6",
15
- "@voltro/database": "0.1.6",
16
- "@voltro/env": "0.1.6",
17
- "@voltro/kv": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/protocol": "0.1.6",
20
- "@voltro/runtime": "0.1.6",
14
+ "@voltro/cli": "0.2.0",
15
+ "@voltro/database": "0.2.0",
16
+ "@voltro/env": "0.2.0",
17
+ "@voltro/kv": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/protocol": "0.2.0",
20
+ "@voltro/runtime": "0.2.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-moderation": "0.1.6",
19
- "@voltro/plugin-multitenancy": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-moderation": "0.2.0",
19
+ "@voltro/plugin-multitenancy": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/plugin-multitenancy": "0.1.6",
18
- "@voltro/plugin-prometheus": "0.1.6",
19
- "@voltro/plugin-sentry": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/plugin-multitenancy": "0.2.0",
18
+ "@voltro/plugin-prometheus": "0.2.0",
19
+ "@voltro/plugin-sentry": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/plugin-ratelimit": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/plugin-ratelimit": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/plugin-rbac": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/plugin-rbac": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -12,15 +12,16 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/plugin-openapi": "0.1.6",
18
- "@voltro/protocol": "0.1.6",
19
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/plugin-openapi": "0.2.0",
18
+ "@voltro/protocol": "0.2.0",
19
+ "@voltro/runtime": "0.2.0",
20
+ "@voltro/sql-postgres": "0.2.0",
20
21
  "effect": "^3.21.2"
21
22
  },
22
23
  "devDependencies": {
23
- "@voltro/testing": "0.1.6",
24
+ "@voltro/testing": "0.2.0",
24
25
  "typescript": "^5.7.0",
25
26
  "vitest": "^3.0.0"
26
27
  }
@@ -12,19 +12,20 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.1.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/plugin-analytics-postgres": "0.1.6",
18
- "@voltro/plugin-billing": "0.1.6",
19
- "@voltro/plugin-multitenancy": "0.1.6",
20
- "@voltro/plugin-notifications": "0.1.6",
21
- "@voltro/plugin-presence": "0.1.6",
22
- "@voltro/protocol": "0.1.6",
23
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/plugin-analytics-postgres": "0.2.0",
18
+ "@voltro/plugin-billing": "0.2.0",
19
+ "@voltro/plugin-multitenancy": "0.2.0",
20
+ "@voltro/plugin-notifications": "0.2.0",
21
+ "@voltro/plugin-presence": "0.2.0",
22
+ "@voltro/protocol": "0.2.0",
23
+ "@voltro/runtime": "0.2.0",
24
+ "@voltro/sql-postgres": "0.2.0",
24
25
  "effect": "^3.21.2"
25
26
  },
26
27
  "devDependencies": {
27
- "@voltro/testing": "0.1.6",
28
+ "@voltro/testing": "0.2.0",
28
29
  "typescript": "^5.7.0",
29
30
  "vitest": "^3.0.0"
30
31
  }
@@ -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.6",
16
- "@voltro/database": "0.1.6",
17
- "@voltro/env": "0.1.6",
18
- "@voltro/plugin-multitenancy": "0.1.6",
19
- "@voltro/plugin-search": "0.1.6",
20
- "@voltro/protocol": "0.1.6",
21
- "@voltro/runtime": "0.1.6",
15
+ "@voltro/cli": "0.2.0",
16
+ "@voltro/database": "0.2.0",
17
+ "@voltro/env": "0.2.0",
18
+ "@voltro/plugin-multitenancy": "0.2.0",
19
+ "@voltro/plugin-search": "0.2.0",
20
+ "@voltro/protocol": "0.2.0",
21
+ "@voltro/runtime": "0.2.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.1.6",
25
+ "@voltro/testing": "0.2.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }