@uniformdev/mesh-edgehancer-sdk 20.37.1-alpha.7 → 20.38.2-alpha.9
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/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -89,7 +89,7 @@ var createPropertyEdit = {
|
|
|
89
89
|
"A completion message to the user that summarizes the action taken. This should be 1 sentence, in English."
|
|
90
90
|
).optional(),
|
|
91
91
|
action: z3.enum(["setValue", "clearValue", "resetOverride"]).describe(
|
|
92
|
-
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it."
|
|
92
|
+
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it. If the prompt is specifically talking about asset parameter title/description overrides, use setValue instead."
|
|
93
93
|
),
|
|
94
94
|
success: z3.boolean().describe("Whether the edit could be completed successfully")
|
|
95
95
|
}),
|
package/dist/index.js
CHANGED
|
@@ -149,7 +149,7 @@ var createPropertyEdit = {
|
|
|
149
149
|
"A completion message to the user that summarizes the action taken. This should be 1 sentence, in English."
|
|
150
150
|
).optional(),
|
|
151
151
|
action: z3.enum(["setValue", "clearValue", "resetOverride"]).describe(
|
|
152
|
-
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it."
|
|
152
|
+
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it. If the prompt is specifically talking about asset parameter title/description overrides, use setValue instead."
|
|
153
153
|
),
|
|
154
154
|
success: z3.boolean().describe("Whether the edit could be completed successfully")
|
|
155
155
|
}),
|
package/dist/index.mjs
CHANGED
|
@@ -89,7 +89,7 @@ var createPropertyEdit = {
|
|
|
89
89
|
"A completion message to the user that summarizes the action taken. This should be 1 sentence, in English."
|
|
90
90
|
).optional(),
|
|
91
91
|
action: z3.enum(["setValue", "clearValue", "resetOverride"]).describe(
|
|
92
|
-
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it."
|
|
92
|
+
"setValue = update the value, clearValue = remove the value/set to empty, resetOverride = remove a pattern override and inherit the pattern value. Only use resetOverride if the prompt asks for it. If the prompt is specifically talking about asset parameter title/description overrides, use setValue instead."
|
|
93
93
|
),
|
|
94
94
|
success: z3.boolean().describe("Whether the edit could be completed successfully")
|
|
95
95
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/mesh-edgehancer-sdk",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.38.2-alpha.9+de3aa3f1aa",
|
|
4
4
|
"description": "Uniform Mesh Edgehancer SDK",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"/dist"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@uniformdev/canvas": "20.
|
|
51
|
+
"@uniformdev/canvas": "20.38.2-alpha.9+de3aa3f1aa",
|
|
52
52
|
"tsafe": "1.6.6",
|
|
53
53
|
"zod": "3.23.8"
|
|
54
54
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "de3aa3f1aa5fc604edb758087e3ab5cf81e71c43"
|
|
65
65
|
}
|