@windmill-labs/shared-utils 1.0.0 → 1.0.2
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/appPolicy.d.ts +3 -0
- package/lib.d.ts +3 -0
- package/lib.es.js +1 -1
- package/package.json +2 -1
package/appPolicy.d.ts
ADDED
package/lib.d.ts
ADDED
package/lib.es.js
CHANGED
|
@@ -1314,7 +1314,7 @@ async function processRunnable(c, L, R, z) {
|
|
|
1314
1314
|
let B = collectStaticFields(R), V = collectOneOfFields(R, z), H = Object.entries(R).map(([c, L]) => L.allowUserResources ? c : void 0).filter(Boolean);
|
|
1315
1315
|
if (L?.type == "runnableByName") {
|
|
1316
1316
|
let R = await hash(L.inlineScript?.content);
|
|
1317
|
-
return console.
|
|
1317
|
+
return console.debug("hex", R, c), [`${c}:rawscript/${R}`, {
|
|
1318
1318
|
static_inputs: B,
|
|
1319
1319
|
one_of_inputs: V,
|
|
1320
1320
|
allow_user_resources: H
|