buildkite-graph
Advanced tools
Comparing version
@@ -313,7 +313,7 @@ "use strict"; | ||
case 0: | ||
_a = [{ command: transformCommand(this.command) }]; | ||
_a = [{}]; | ||
return [4 /*yield*/, _super.prototype.toJson.call(this, useDependsOn, cache)]; | ||
case 1: | ||
_b = [__assign.apply(void 0, _a.concat([(_d.sent())]))]; | ||
_c = {}; | ||
_c = { command: transformCommand(this.command) }; | ||
return [4 /*yield*/, this.env.toJson()]; | ||
@@ -320,0 +320,0 @@ case 2: |
{ | ||
"name": "buildkite-graph", | ||
"version": "5.0.0-pre1", | ||
"version": "5.0.0-pre2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
@@ -219,4 +219,4 @@ import ow from 'ow'; | ||
return { | ||
...(await super.toJson(useDependsOn, cache)), | ||
command: transformCommand(this.command), | ||
...(await super.toJson(useDependsOn, cache)), | ||
env: await (this.env as KeyValueImpl<this>).toJson(), | ||
@@ -223,0 +223,0 @@ parallelism: this.parallelism, |