bundlemon-utils
Advanced tools
Comparing version 0.3.0-rc.1 to 0.3.0
@@ -35,4 +35,3 @@ "use strict"; | ||
} | ||
if (change === consts_1.DiffChange.Update && | ||
(currBranchFile === null || currBranchFile === void 0 ? void 0 : currBranchFile.maxPercentIncrease) && | ||
if (change === consts_1.DiffChange.Update && (currBranchFile === null || currBranchFile === void 0 ? void 0 : currBranchFile.maxPercentIncrease) && | ||
diffPercent > currBranchFile.maxPercentIncrease) { | ||
@@ -39,0 +38,0 @@ failReasons.push(consts_1.FailReason.MaxPercentIncrease); |
@@ -16,3 +16,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -22,3 +22,3 @@ var __importStar = (this && this.__importStar) || function (mod) { | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -28,3 +28,2 @@ return result; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.textUtils = exports.generateDiffReport = void 0; | ||
__exportStar(require("./consts"), exports); | ||
@@ -31,0 +30,0 @@ var diffReport_1 = require("./diffReport"); |
@@ -30,4 +30,3 @@ import { DiffChange, Status, FailReason } from '../consts'; | ||
} | ||
if (change === DiffChange.Update && | ||
(currBranchFile === null || currBranchFile === void 0 ? void 0 : currBranchFile.maxPercentIncrease) && | ||
if (change === DiffChange.Update && (currBranchFile === null || currBranchFile === void 0 ? void 0 : currBranchFile.maxPercentIncrease) && | ||
diffPercent > currBranchFile.maxPercentIncrease) { | ||
@@ -34,0 +33,0 @@ failReasons.push(FailReason.MaxPercentIncrease); |
/* istanbul ignore file */ | ||
export {}; |
/* istanbul ignore file */ | ||
export {}; |
{ | ||
"name": "bundlemon-utils", | ||
"version": "0.3.0-rc.1", | ||
"version": "0.3.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
30164
756