@voltro/cli 0.5.0 → 0.7.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 (87) hide show
  1. package/CHANGELOG.md +68 -1
  2. package/bin/voltro.mjs +63 -2
  3. package/dist/apiBuild-CSM74oEZ.js +2 -0
  4. package/dist/{apiBuild-CZugTK46.js → apiBuild-deIjJKJm.js} +2 -1
  5. package/dist/bin.js +2 -2
  6. package/dist/{commands-CJheDVOr.js → commands-BHdc71DG.js} +2671 -2960
  7. package/dist/dev-BYfrYwrT.js +2 -0
  8. package/dist/dev-Bqyq62Ak.js +6492 -0
  9. package/dist/devActivity-1WtIVyHc.js +153 -0
  10. package/dist/devActivity.d.ts +46 -0
  11. package/dist/devActivity.js +2 -0
  12. package/dist/index.js +1 -1
  13. package/dist/inspectMetrics-BLUBAWLb.js +3711 -0
  14. package/dist/serveCommand-Dn6--0Bv.js +1111 -0
  15. package/dist/serveEntry.js +3 -2
  16. package/dist/start-CWZW_4Et.js +941 -0
  17. package/dist/startEntry.d.ts +5 -0
  18. package/dist/startEntry.js +3 -0
  19. package/package.json +22 -17
  20. package/templates/AGENTS.core.md +36 -1
  21. package/templates/AGENTS.md +36 -1
  22. package/templates/agent-docs/_manifest.json +3 -3
  23. package/templates/agent-docs/ai.md +35 -3
  24. package/templates/agent-docs/authentication.md +264 -0
  25. package/templates/agent-docs/cli.md +126 -3
  26. package/templates/agent-docs/configuration.md +38 -0
  27. package/templates/agent-docs/data.md +616 -40
  28. package/templates/agent-docs/database/querying.md +151 -3
  29. package/templates/agent-docs/database/schema.md +1 -0
  30. package/templates/agent-docs/deployment.md +171 -0
  31. package/templates/agent-docs/internationalization.md +2 -0
  32. package/templates/agent-docs/plugins.md +4 -4
  33. package/templates/agent-docs/reference.md +56 -2
  34. package/templates/agent-docs/templates/apibackends.md +13 -2
  35. package/templates/agent-docs/testing.md +215 -3
  36. package/templates/apps/api-ai/package.json +7 -7
  37. package/templates/apps/api-auth/app.config.ts +20 -13
  38. package/templates/apps/api-auth/package.json +8 -8
  39. package/templates/apps/api-backend/package.json +7 -7
  40. package/templates/apps/api-backend-deactivation/package.json +7 -7
  41. package/templates/apps/api-backend-mail/package.json +8 -8
  42. package/templates/apps/api-backend-mariadb/.env.example +10 -4
  43. package/templates/apps/api-backend-mariadb/package.json +9 -9
  44. package/templates/apps/api-backend-storage/package.json +8 -8
  45. package/templates/apps/api-data-advanced/app.config.ts +21 -8
  46. package/templates/apps/api-data-advanced/package.json +8 -8
  47. package/templates/apps/api-durable/package.json +8 -8
  48. package/templates/apps/api-feature-flags/package.json +9 -9
  49. package/templates/apps/api-governance/app.config.ts +15 -2
  50. package/templates/apps/api-governance/package.json +8 -8
  51. package/templates/apps/api-kv/package.json +8 -8
  52. package/templates/apps/api-moderation/package.json +8 -8
  53. package/templates/apps/api-observability/package.json +8 -8
  54. package/templates/apps/api-ratelimit/package.json +8 -8
  55. package/templates/apps/api-rbac/package.json +8 -8
  56. package/templates/apps/api-rest/package.json +7 -7
  57. package/templates/apps/api-saas/package.json +11 -11
  58. package/templates/apps/api-search/package.json +8 -8
  59. package/templates/apps/api-versioning/package.json +8 -8
  60. package/templates/apps/api-webhooks/app.config.ts +20 -1
  61. package/templates/apps/api-webhooks/package.json +8 -8
  62. package/templates/apps/changelog/package.json +6 -6
  63. package/templates/apps/edge-functions/package.json +2 -2
  64. package/templates/apps/frontend-admin/package.json +8 -8
  65. package/templates/apps/frontend-app/package.json +8 -8
  66. package/templates/apps/frontend-blank/package.json +7 -7
  67. package/templates/apps/frontend-contact/package.json +7 -7
  68. package/templates/apps/frontend-dashboard/package.json +7 -7
  69. package/templates/apps/frontend-docs/package.json +7 -7
  70. package/templates/apps/frontend-i18n/package.json +6 -6
  71. package/templates/apps/frontend-landing/package.json +7 -7
  72. package/templates/apps/frontend-spa/package.json +7 -7
  73. package/templates/apps/frontend-ssr/package.json +7 -7
  74. package/templates/apps/frontend-ssr-api/package.json +8 -8
  75. package/templates/apps/frontend-static-blog/package.json +6 -6
  76. package/templates/baselines/bare/.env.example +10 -3
  77. package/templates/baselines/compose/.env.example +10 -2
  78. package/templates/baselines/compose-mariadb/.env.example +10 -2
  79. package/templates/baselines/helm/.env.example +10 -3
  80. package/dist/apiBuild-D-iBYKa3.js +0 -2
  81. package/dist/dev-B71ICpXJ.js +0 -9896
  82. package/dist/dev-DNUetyG2.js +0 -2
  83. package/dist/serveCommand-C0WFA396.js +0 -1084
  84. package/templates/apps/api-auth/.env +0 -17
  85. package/templates/apps/api-data-advanced/.env +0 -17
  86. package/templates/apps/api-governance/.env +0 -4
  87. package/templates/apps/api-webhooks/.env +0 -6
@@ -14,16 +14,29 @@ import { governancePlugin } from '@voltro/plugin-governance'
14
14
 
15
15
  export const env = defineEnv({
16
16
  LOG_LEVEL: envVar.enum(['debug', 'info', 'warn', 'error'], { access: 'public', default: 'info' }),
17
+ // Declared so the boot gate can see it — governancePlugin reads the key
18
+ // through the Secrets-Resolver (`process.env`), and an undeclared key would
19
+ // fail at the first `.encrypted()` write instead of at boot.
20
+ //
21
+ // `generate: 'hex'` mints a project-local key into a gitignored `.env.local`
22
+ // on first `voltro dev`, so nothing ships with the template. Your deployment
23
+ // needs its own: `voltro secret generate field-encryption`.
24
+ VOLTRO_FIELD_ENCRYPTION_KEY: envVar.secret({
25
+ generate: 'hex',
26
+ minLength: 64,
27
+ description: 'AES-256 key (64 hex chars) for `.encrypted()` columns.',
28
+ }),
17
29
  })
18
30
 
19
31
  export default {
20
32
  type: 'api' as const,
21
33
  name: '{{capProjectName}}{{capAppName}}',
22
34
  store: 'memory' as const,
35
+ env,
23
36
  plugins: [
24
37
  governancePlugin({
25
- // Reads the secret VOLTRO_FIELD_ENCRYPTION_KEY (see .env). LOSE THE KEY,
26
- // LOSE THE DATA — GCM fails closed, it never silently corrupts.
38
+ // Key from the secret VOLTRO_FIELD_ENCRYPTION_KEY, declared above. LOSE
39
+ // THE KEY, LOSE THE DATA — GCM fails closed, it never silently corrupts.
27
40
  fieldEncryption: true,
28
41
  // GDPR export/erase walk these (table + the column holding the subject id).
29
42
  subjectScopes: [{ table: 'profiles', subjectField: 'id' }],
@@ -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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-audit": "0.5.0",
19
- "@voltro/plugin-governance": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-audit": "0.7.0",
19
+ "@voltro/plugin-governance": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.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.5.0",
15
- "@voltro/database": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/kv": "0.5.0",
18
- "@voltro/plugin-multitenancy": "0.5.0",
19
- "@voltro/protocol": "0.5.0",
20
- "@voltro/runtime": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/database": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/kv": "0.7.0",
18
+ "@voltro/plugin-multitenancy": "0.7.0",
19
+ "@voltro/protocol": "0.7.0",
20
+ "@voltro/runtime": "0.7.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.5.0",
24
+ "@voltro/testing": "0.7.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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-moderation": "0.5.0",
19
- "@voltro/plugin-multitenancy": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-moderation": "0.7.0",
19
+ "@voltro/plugin-multitenancy": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/plugin-multitenancy": "0.5.0",
18
- "@voltro/plugin-prometheus": "0.5.0",
19
- "@voltro/plugin-sentry": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/plugin-multitenancy": "0.7.0",
18
+ "@voltro/plugin-prometheus": "0.7.0",
19
+ "@voltro/plugin-sentry": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-multitenancy": "0.5.0",
19
- "@voltro/plugin-ratelimit": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-multitenancy": "0.7.0",
19
+ "@voltro/plugin-ratelimit": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-multitenancy": "0.5.0",
19
- "@voltro/plugin-rbac": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-multitenancy": "0.7.0",
19
+ "@voltro/plugin-rbac": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.0",
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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/plugin-openapi": "0.5.0",
18
- "@voltro/protocol": "0.5.0",
19
- "@voltro/runtime": "0.5.0",
20
- "@voltro/sql-postgres": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/plugin-openapi": "0.7.0",
18
+ "@voltro/protocol": "0.7.0",
19
+ "@voltro/runtime": "0.7.0",
20
+ "@voltro/sql-postgres": "0.7.0",
21
21
  "effect": "^3.21.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/testing": "0.5.0",
24
+ "@voltro/testing": "0.7.0",
25
25
  "typescript": "^5.7.0",
26
26
  "vitest": "^3.0.0"
27
27
  }
@@ -12,20 +12,20 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/plugin-analytics-postgres": "0.5.0",
18
- "@voltro/plugin-billing": "0.5.0",
19
- "@voltro/plugin-multitenancy": "0.5.0",
20
- "@voltro/plugin-notifications": "0.5.0",
21
- "@voltro/plugin-presence": "0.5.0",
22
- "@voltro/protocol": "0.5.0",
23
- "@voltro/runtime": "0.5.0",
24
- "@voltro/sql-postgres": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/plugin-analytics-postgres": "0.7.0",
18
+ "@voltro/plugin-billing": "0.7.0",
19
+ "@voltro/plugin-multitenancy": "0.7.0",
20
+ "@voltro/plugin-notifications": "0.7.0",
21
+ "@voltro/plugin-presence": "0.7.0",
22
+ "@voltro/protocol": "0.7.0",
23
+ "@voltro/runtime": "0.7.0",
24
+ "@voltro/sql-postgres": "0.7.0",
25
25
  "effect": "^3.21.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.5.0",
28
+ "@voltro/testing": "0.7.0",
29
29
  "typescript": "^5.7.0",
30
30
  "vitest": "^3.0.0"
31
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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-multitenancy": "0.5.0",
19
- "@voltro/plugin-search": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-multitenancy": "0.7.0",
19
+ "@voltro/plugin-search": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/plugin-multitenancy": "0.5.0",
19
- "@voltro/plugin-versioning": "0.5.0",
20
- "@voltro/protocol": "0.5.0",
21
- "@voltro/runtime": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/plugin-multitenancy": "0.7.0",
19
+ "@voltro/plugin-versioning": "0.7.0",
20
+ "@voltro/protocol": "0.7.0",
21
+ "@voltro/runtime": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -4,13 +4,32 @@
4
4
  // are auto-discovered (the incoming `orders` receiver + the outgoing
5
5
  // `order.completed` event), and the bookkeeping tables come from
6
6
  // `webhookTables()` in database/schema.ts. The only wiring is the signing
7
- // secret in `.env` (VOLTRO_WEBHOOK_SECRET_ORDERS).
7
+ // secret declared below.
8
8
  //
9
9
  // `store: 'memory'` keeps first-run zero-infra; the durable delivery workflow
10
10
  // runs in-process. Swap to `store: 'postgres'` for cross-restart durability.
11
11
 
12
+ import { defineEnv, envVar } from '@voltro/env'
13
+
14
+ export const env = defineEnv({
15
+ // Shared secret for the incoming `orders` webhook. The convention is
16
+ // VOLTRO_WEBHOOK_SECRET_<UPPER_ID> — for `id: 'orders'` that is _ORDERS. The
17
+ // sender signs `<unix>.<rawBody>` with it and sends
18
+ // `X-Webhook-Signature: t=<ts>,v1=<hmac-sha256-hex>`.
19
+ //
20
+ // `voltro dev` mints a project-local value into a gitignored `.env.local` so
21
+ // the template ships no secret. For a REAL sender the value is not ours to
22
+ // invent — you agree one with the partner out of band and set it in the
23
+ // deployment; the minted local value only makes the example round-trip.
24
+ VOLTRO_WEBHOOK_SECRET_ORDERS: envVar.secret({
25
+ generate: 'base64url',
26
+ description: 'HMAC secret the `orders` webhook sender signs with.',
27
+ }),
28
+ })
29
+
12
30
  export default {
13
31
  type: 'api' as const,
14
32
  name: '{{capProjectName}}{{capAppName}}',
15
33
  store: 'memory' as const,
34
+ env,
16
35
  }
@@ -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.5.0",
16
- "@voltro/database": "0.5.0",
17
- "@voltro/plugin-multitenancy": "0.5.0",
18
- "@voltro/plugin-webhooks": "0.5.0",
19
- "@voltro/protocol": "0.5.0",
20
- "@voltro/runtime": "0.5.0",
21
- "@voltro/sql-postgres": "0.5.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/database": "0.7.0",
17
+ "@voltro/plugin-multitenancy": "0.7.0",
18
+ "@voltro/plugin-webhooks": "0.7.0",
19
+ "@voltro/protocol": "0.7.0",
20
+ "@voltro/runtime": "0.7.0",
21
+ "@voltro/sql-postgres": "0.7.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.5.0",
25
+ "@voltro/testing": "0.7.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -11,12 +11,12 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/changelog": "0.5.0",
15
- "@voltro/cli": "0.5.0",
16
- "@voltro/client": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/i18n": "0.5.0",
19
- "@voltro/web": "0.5.0",
14
+ "@voltro/changelog": "0.7.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/client": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/i18n": "0.7.0",
19
+ "@voltro/web": "0.7.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/serverless": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/serverless": "0.7.0",
16
16
  "effect": "^3.21.2"
17
17
  },
18
18
  "devDependencies": {
@@ -11,18 +11,18 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@{{projectName}}/api": "0.5.0",
15
- "@voltro/cli": "0.5.0",
16
- "@voltro/client": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/i18n": "0.5.0",
19
- "@voltro/ui-shadcn": "0.5.0",
20
- "@voltro/web": "0.5.0",
14
+ "@{{projectName}}/api": "0.7.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/client": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/i18n": "0.7.0",
19
+ "@voltro/ui-shadcn": "0.7.0",
20
+ "@voltro/web": "0.7.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.5.0",
25
+ "@voltro/devtools": "0.7.0",
26
26
  "@types/react": "^19.0.0",
27
27
  "@types/react-dom": "^19.0.0",
28
28
  "typescript": "^5.7.0",
@@ -11,18 +11,18 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@{{projectName}}/api": "0.5.0",
15
- "@voltro/cli": "0.5.0",
16
- "@voltro/client": "0.5.0",
17
- "@voltro/env": "0.5.0",
18
- "@voltro/i18n": "0.5.0",
19
- "@voltro/ui-shadcn": "0.5.0",
20
- "@voltro/web": "0.5.0",
14
+ "@{{projectName}}/api": "0.7.0",
15
+ "@voltro/cli": "0.7.0",
16
+ "@voltro/client": "0.7.0",
17
+ "@voltro/env": "0.7.0",
18
+ "@voltro/i18n": "0.7.0",
19
+ "@voltro/ui-shadcn": "0.7.0",
20
+ "@voltro/web": "0.7.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.5.0",
25
+ "@voltro/devtools": "0.7.0",
26
26
  "@types/react": "^19.0.0",
27
27
  "@types/react-dom": "^19.0.0",
28
28
  "typescript": "^5.7.0",
@@ -11,17 +11,17 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/client": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/i18n": "0.5.0",
18
- "@voltro/ui-shadcn": "0.5.0",
19
- "@voltro/web": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/client": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/i18n": "0.7.0",
18
+ "@voltro/ui-shadcn": "0.7.0",
19
+ "@voltro/web": "0.7.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.5.0",
24
+ "@voltro/devtools": "0.7.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -14,18 +14,18 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@effect/platform": "^0.96.1",
17
- "@voltro/cli": "0.5.0",
18
- "@voltro/client": "0.5.0",
19
- "@voltro/env": "0.5.0",
20
- "@voltro/i18n": "0.5.0",
21
- "@voltro/serverless": "0.5.0",
22
- "@voltro/web": "0.5.0",
17
+ "@voltro/cli": "0.7.0",
18
+ "@voltro/client": "0.7.0",
19
+ "@voltro/env": "0.7.0",
20
+ "@voltro/i18n": "0.7.0",
21
+ "@voltro/serverless": "0.7.0",
22
+ "@voltro/web": "0.7.0",
23
23
  "effect": "^3.21.2",
24
24
  "react": "^19.0.0",
25
25
  "react-dom": "^19.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/devtools": "0.5.0",
28
+ "@voltro/devtools": "0.7.0",
29
29
  "@types/react": "^19.0.0",
30
30
  "@types/react-dom": "^19.0.0",
31
31
  "typescript": "^5.7.0",
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/client": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/i18n": "0.5.0",
18
- "@voltro/ui-shadcn": "0.5.0",
19
- "@voltro/web": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/client": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/i18n": "0.7.0",
18
+ "@voltro/ui-shadcn": "0.7.0",
19
+ "@voltro/web": "0.7.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.5.0",
24
+ "@voltro/devtools": "0.7.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/client": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/i18n": "0.5.0",
18
- "@voltro/ui-shadcn": "0.5.0",
19
- "@voltro/web": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/client": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/i18n": "0.7.0",
18
+ "@voltro/ui-shadcn": "0.7.0",
19
+ "@voltro/web": "0.7.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.5.0",
24
+ "@voltro/devtools": "0.7.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -11,16 +11,16 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/client": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/i18n": "0.5.0",
18
- "@voltro/web": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/client": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/i18n": "0.7.0",
18
+ "@voltro/web": "0.7.0",
19
19
  "react": "^19.0.0",
20
20
  "react-dom": "^19.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/devtools": "0.5.0",
23
+ "@voltro/devtools": "0.7.0",
24
24
  "@types/react": "^19.0.0",
25
25
  "@types/react-dom": "^19.0.0",
26
26
  "typescript": "^5.7.0",
@@ -11,17 +11,17 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.5.0",
15
- "@voltro/client": "0.5.0",
16
- "@voltro/env": "0.5.0",
17
- "@voltro/i18n": "0.5.0",
18
- "@voltro/ui-shadcn": "0.5.0",
19
- "@voltro/web": "0.5.0",
14
+ "@voltro/cli": "0.7.0",
15
+ "@voltro/client": "0.7.0",
16
+ "@voltro/env": "0.7.0",
17
+ "@voltro/i18n": "0.7.0",
18
+ "@voltro/ui-shadcn": "0.7.0",
19
+ "@voltro/web": "0.7.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.5.0",
24
+ "@voltro/devtools": "0.7.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",