@voltro/voltro 0.33.0 → 0.35.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 (2) hide show
  1. package/CHANGELOG.md +1968 -0
  2. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/voltro",
3
- "version": "0.33.0",
3
+ "version": "0.35.0",
4
4
  "description": "Voltro — one-install entry point for the server-side and isomorphic core. Re-exports the runtime, database, protocol, workflow, ai, cache, i18n, and logger packages as named subpaths. Browser code uses @voltro/web / @voltro/client; plugins and other packages are installed individually.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -73,15 +73,15 @@
73
73
  "node": ">=24.0.0"
74
74
  },
75
75
  "dependencies": {
76
- "@voltro/ai": "0.33.0",
77
- "@voltro/cache": "0.33.0",
78
- "@voltro/database": "0.33.0",
79
- "@voltro/i18n": "0.33.0",
80
- "@voltro/logger": "0.33.0",
81
- "@voltro/protocol": "0.33.0",
82
- "@voltro/runtime": "0.33.0",
83
- "@voltro/shared": "0.33.0",
84
- "@voltro/workflow": "0.33.0"
76
+ "@voltro/ai": "0.35.0",
77
+ "@voltro/cache": "0.35.0",
78
+ "@voltro/database": "0.35.0",
79
+ "@voltro/i18n": "0.35.0",
80
+ "@voltro/logger": "0.35.0",
81
+ "@voltro/protocol": "0.35.0",
82
+ "@voltro/runtime": "0.35.0",
83
+ "@voltro/shared": "0.35.0",
84
+ "@voltro/workflow": "0.35.0"
85
85
  },
86
86
  "publishConfig": {
87
87
  "access": "public"