@factorialco/gat
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -9,2 +9,3 @@ "use strict"; | ||
const kebabCase_1 = __importDefault(require("lodash/kebabCase")); | ||
const lodash_1 = require("lodash"); | ||
const DEFAULT_RUNNERS = ["ubuntu-22.04"]; | ||
@@ -99,2 +100,11 @@ class Workflow { | ||
noCompatMode: true, | ||
replacer: (_, value) => { | ||
if (typeof value === "string") { | ||
if (value.startsWith("\n")) { | ||
return (0, lodash_1.compact)(value.split("\n").map((str) => (0, lodash_1.trim)(str))).join("\n"); | ||
} | ||
return value; | ||
} | ||
return value; | ||
}, | ||
})}`; | ||
@@ -101,0 +111,0 @@ console.log(compiled); |
{ | ||
"name": "@factorialco/gat", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
20105
522