buildkite-graph
Advanced tools
Comparing version
@@ -5,5 +5,5 @@ import { Step, Pipeline, GeneratorFn } from '.'; | ||
constructor(guarded: T); | ||
constructor(guarded: GeneratorFn<Pipeline | Step>); | ||
constructor(guarded: GeneratorFn<T>); | ||
get(): T; | ||
abstract accept(): boolean; | ||
} |
{ | ||
"name": "buildkite-graph", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
76477
-0.02%