@output.ai/core 0.1.18-dev.pr12-ega9 → 0.1.18-dev.pr24-87as

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@output.ai/core",
3
- "version": "0.1.18-dev.pr12-ega9",
3
+ "version": "0.1.18-dev.pr24-87as",
4
4
  "description": "The core module of the output framework",
5
5
  "type": "module",
6
6
  "exports": {
package/src/index.d.ts CHANGED
@@ -142,7 +142,7 @@ export type StepFunctionWrapper<StepFunction> =
142
142
  * @param params.outputSchema - Zod schema for the `fn` output
143
143
  * @param params.fn - A handler function containing the step code
144
144
  * @param params.options - Temporal Activity options
145
- * @returns \The same handler function set at `fn`
145
+ * @returns The same handler function set at `fn`
146
146
  */
147
147
  export declare function step<
148
148
  InputSchema extends AnyZodSchema | undefined = undefined,