@voltro/voltro 0.32.0 → 0.34.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.
@@ -5,7 +5,7 @@ property of its respective copyright holders and is used under the terms of
5
5
  its license. This file is provided for attribution; it grants no rights in
6
6
  @voltro/voltro itself, which is proprietary (see LICENSE).
7
7
 
8
- Generated from the resolved runtime dependency closure (63 packages).
8
+ Generated from the resolved runtime dependency closure (62 packages).
9
9
 
10
10
  ---
11
11
 
@@ -123,34 +123,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
123
123
  SOFTWARE.
124
124
  ```
125
125
 
126
- ## @effect/opentelemetry@0.64.0
127
-
128
- License: MIT
129
-
130
- ```
131
- MIT License
132
-
133
- Copyright (c) 2020-present The Contributors
134
-
135
- Permission is hereby granted, free of charge, to any person obtaining a copy
136
- of this software and associated documentation files (the "Software"), to deal
137
- in the Software without restriction, including without limitation the rights
138
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
139
- copies of the Software, and to permit persons to whom the Software is
140
- furnished to do so, subject to the following conditions:
141
-
142
- The above copyright notice and this permission notice shall be included in all
143
- copies or substantial portions of the Software.
144
-
145
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
146
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
149
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
150
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
151
- SOFTWARE.
152
- ```
153
-
154
126
  ## @effect/platform-node@0.108.0
155
127
 
156
128
  License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/voltro",
3
- "version": "0.32.0",
3
+ "version": "0.34.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",
@@ -62,7 +62,8 @@
62
62
  "types": "./dist/logger.d.ts",
63
63
  "import": "./dist/logger.js",
64
64
  "default": "./dist/logger.js"
65
- }
65
+ },
66
+ "./package.json": "./package.json"
66
67
  },
67
68
  "main": "./dist/index.js",
68
69
  "module": "./dist/index.js",
@@ -72,15 +73,15 @@
72
73
  "node": ">=24.0.0"
73
74
  },
74
75
  "dependencies": {
75
- "@voltro/ai": "0.32.0",
76
- "@voltro/cache": "0.32.0",
77
- "@voltro/database": "0.32.0",
78
- "@voltro/i18n": "0.32.0",
79
- "@voltro/logger": "0.32.0",
80
- "@voltro/protocol": "0.32.0",
81
- "@voltro/runtime": "0.32.0",
82
- "@voltro/shared": "0.32.0",
83
- "@voltro/workflow": "0.32.0"
76
+ "@voltro/ai": "0.34.0",
77
+ "@voltro/cache": "0.34.0",
78
+ "@voltro/database": "0.34.0",
79
+ "@voltro/i18n": "0.34.0",
80
+ "@voltro/logger": "0.34.0",
81
+ "@voltro/protocol": "0.34.0",
82
+ "@voltro/runtime": "0.34.0",
83
+ "@voltro/shared": "0.34.0",
84
+ "@voltro/workflow": "0.34.0"
84
85
  },
85
86
  "publishConfig": {
86
87
  "access": "public"