@volter/editor-core 0.5.61 → 0.5.62
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.
- package/BUNDLED_NOTICES +3 -3
- package/package.json +4 -4
package/BUNDLED_NOTICES
CHANGED
|
@@ -31,7 +31,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
31
31
|
SOFTWARE.
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
@volter/editor-project@0.5.
|
|
34
|
+
@volter/editor-project@0.5.62
|
|
35
35
|
Declared license: Apache-2.0
|
|
36
36
|
|
|
37
37
|
--- packages/editor-project/LICENSE ---
|
|
@@ -240,7 +240,7 @@ Declared license: Apache-2.0
|
|
|
240
240
|
limitations under the License.
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
@volter/editor-sdk@0.5.
|
|
243
|
+
@volter/editor-sdk@0.5.62
|
|
244
244
|
Declared license: Apache-2.0
|
|
245
245
|
|
|
246
246
|
--- packages/editor-sdk/LICENSE ---
|
|
@@ -461,7 +461,7 @@ The project output-root policy is Apache-2.0, transferred from the original
|
|
|
461
461
|
SDK; its exact source is recorded in provenance/editor-server.json.
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
@volter/editor-threejs@0.5.
|
|
464
|
+
@volter/editor-threejs@0.5.62
|
|
465
465
|
Declared license: AGPL-3.0-only AND Apache-2.0
|
|
466
466
|
|
|
467
467
|
--- packages/editor-threejs/LICENSE ---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volter/editor-core",
|
|
3
3
|
"author": "Volter AI, Inc.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.62",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"three.quarks": "0.16.0",
|
|
83
83
|
"typescript": "5.9.3",
|
|
84
84
|
"zod": "4.3.6",
|
|
85
|
-
"@volter/editor-project": "0.5.
|
|
86
|
-
"@volter/editor-sdk": "0.5.
|
|
87
|
-
"@volter/editor-threejs": "0.5.
|
|
85
|
+
"@volter/editor-project": "0.5.62",
|
|
86
|
+
"@volter/editor-sdk": "0.5.62",
|
|
87
|
+
"@volter/editor-threejs": "0.5.62",
|
|
88
88
|
"vite": "^6.4.3",
|
|
89
89
|
"express": "^5.2.1",
|
|
90
90
|
"chokidar": "^5.0.0",
|