@teamkeel/functions-runtime 0.454.3 → 0.455.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/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4179,7 +4179,8 @@ var scan = /* @__PURE__ */ __name((name, options) => {
|
|
|
4179
4179
|
validate: /* @__PURE__ */ __name(async (data, action) => {
|
|
4180
4180
|
return options?.validate?.(data, action) ?? true;
|
|
4181
4181
|
}, "validate"),
|
|
4182
|
-
getData: /* @__PURE__ */ __name((x) => x, "getData")
|
|
4182
|
+
getData: /* @__PURE__ */ __name((x) => x, "getData"),
|
|
4183
|
+
lookup: options?.lookup
|
|
4183
4184
|
};
|
|
4184
4185
|
}, "scan");
|
|
4185
4186
|
|