Skip to content

Commit 9958393

Browse files
committed
Release 0.0.1-next.3
1 parent a6cb3b2 commit 9958393

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type Result<T, E = Error> = {
7373
* return failure('Context is missing');
7474
* };
7575
*/
76-
type PipelineStage = (context?: PipelineContext) => Promise<Result<PipelineContext>>;
76+
type PipelineStage = (context: PipelineContext) => Promise<Result<PipelineContext>>;
7777

7878
/**
7979
* Composes multiple pipeline stages into a single pipeline function.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typematter/pipeline",
3-
"version": "0.0.1-next.2",
3+
"version": "0.0.1-next.3",
44
"description": "Pipeline for loading, transforming, and validating archetypes and documents.",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)