@workglow/tasks 0.0.66 → 0.0.68
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.js
CHANGED
|
@@ -4890,7 +4890,8 @@ var inputSchema4 = {
|
|
|
4890
4890
|
type: "string",
|
|
4891
4891
|
title: "Code",
|
|
4892
4892
|
minLength: 1,
|
|
4893
|
-
description: "JavaScript code to execute"
|
|
4893
|
+
description: "JavaScript code to execute",
|
|
4894
|
+
format: "code:javascript"
|
|
4894
4895
|
}
|
|
4895
4896
|
},
|
|
4896
4897
|
required: ["javascript_code"],
|
|
@@ -5108,4 +5109,4 @@ export {
|
|
|
5108
5109
|
DebugLog
|
|
5109
5110
|
};
|
|
5110
5111
|
|
|
5111
|
-
//# debugId=
|
|
5112
|
+
//# debugId=D3E4CBE520845B1164756E2164756E21
|