@fountainhead/branch-officer
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -22,2 +22,3 @@ "use strict"; | ||
const env = __importStar(require("env-var")); | ||
const untildify_1 = __importDefault(require("untildify")); | ||
const yargs_1 = __importDefault(require("yargs")); | ||
@@ -59,3 +60,3 @@ const helmfileReleaseEnumerator_1 = require("./helmfileReleaseEnumerator"); | ||
const helmfile = { | ||
file: args.file | ||
file: untildify_1.default(args.file) | ||
}; | ||
@@ -76,3 +77,3 @@ const main = () => __awaiter(this, void 0, void 0, function* () { | ||
yield helmfileUpdater_1.apply({ | ||
file: args.file, | ||
file: untildify_1.default(args.file), | ||
tasks | ||
@@ -79,0 +80,0 @@ }) : |
{ | ||
"name": "@fountainhead/branch-officer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Automates the deployment of GitHub Pull Requests as Preview Environments using Helm and Helmfile", | ||
@@ -40,2 +40,3 @@ "main": "dist/index.js", | ||
"@types/ramda": "^0.25.37", | ||
"@types/untildify": "^3.0.0", | ||
"@types/yargs": "^11.1.1", | ||
@@ -62,2 +63,3 @@ "commitlint": "^7.1.2", | ||
"ramda": "^0.25.0", | ||
"untildify": "^3.0.3", | ||
"yargs": "^12.0.1" | ||
@@ -64,0 +66,0 @@ }, |
23488
523
10
20
+ Addeduntildify@^3.0.3
+ Addeduntildify@3.0.3(transitive)