@factorialco/gat
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -56,3 +56,3 @@ "use strict"; | ||
: undefined, | ||
jobs: Object.fromEntries(this.jobs.map(({ name, options: { ifExpression, runsOn, matrix, steps, dependsOn, services, timeout, concurrency, outputs, }, }) => [ | ||
jobs: Object.fromEntries(this.jobs.map(({ name, options: { ifExpression, runsOn, matrix, env, steps, dependsOn, services, timeout, concurrency, outputs, }, }) => [ | ||
name, | ||
@@ -80,2 +80,3 @@ { | ||
: undefined, | ||
env, | ||
steps: steps.map(({ id, name, ifExpression, workingDirectory, ...options }) => ({ | ||
@@ -82,0 +83,0 @@ id, |
{ | ||
"name": "@factorialco/gat", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15800
408