@vertesia/studio-utils 1.4.0-dev.20260629.130134Z → 1.4.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertesia/studio-utils",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shared utilities for Vertesia studio: prompt template rendering, schema-based mock data generation, prompt and interaction validation helpers.",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"handlebars": "^4.7.9",
|
|
56
|
-
"@llumiverse/common": "1.4.
|
|
57
|
-
"@vertesia/common": "1.4.
|
|
58
|
-
"@vertesia/jst": "1.4.
|
|
56
|
+
"@llumiverse/common": "1.4.1",
|
|
57
|
+
"@vertesia/common": "1.4.1",
|
|
58
|
+
"@vertesia/jst": "1.4.1"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"lint": "biome lint src",
|