@teamkeel/functions-runtime 0.426.0 → 0.428.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/dist/index.cjs CHANGED
@@ -2978,7 +2978,8 @@ var print = /* @__PURE__ */ __name(async (options) => {
2978
2978
  description: options.description,
2979
2979
  data,
2980
2980
  autoPrint: options.autoPrint ?? false,
2981
- autoContinue: options.autoContinue ?? false
2981
+ autoContinue: options.autoContinue ?? false,
2982
+ allowReprint: options.allowReprint ?? true
2982
2983
  }
2983
2984
  };
2984
2985
  }, "print");