@teambit/component-issues
Advanced tools
Comparing version 0.0.152 to 0.0.153
@@ -6,3 +6,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.deserializeWithBitId = exports.componentIssueToString = exports.formatTitle = exports.ComponentIssue = exports.ISSUE_FORMAT_SPACE = exports.ISSUE_FORMAT_SPACE_COUNT = void 0; | ||
exports.ComponentIssue = exports.ISSUE_FORMAT_SPACE = exports.ISSUE_FORMAT_SPACE_COUNT = void 0; | ||
exports.formatTitle = formatTitle; | ||
exports.componentIssueToString = componentIssueToString; | ||
exports.deserializeWithBitId = deserializeWithBitId; | ||
const chalk_1 = __importDefault(require("chalk")); | ||
@@ -56,7 +59,5 @@ const component_id_1 = require("@teambit/component-id"); | ||
} | ||
exports.formatTitle = formatTitle; | ||
function componentIssueToString(value) { | ||
return Array.isArray(value) ? value.join(', ') : value; | ||
} | ||
exports.componentIssueToString = componentIssueToString; | ||
function deserializeWithBitId(dataStr) { | ||
@@ -69,3 +70,2 @@ const data = JSON.parse(dataStr); | ||
} | ||
exports.deserializeWithBitId = deserializeWithBitId; | ||
//# sourceMappingURL=component-issue.js.map |
{ | ||
"name": "@teambit/component-issues", | ||
"version": "0.0.152", | ||
"version": "0.0.153", | ||
"homepage": "https://bit.cloud/teambit/component/component-issues", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "component-issues", | ||
"version": "0.0.152" | ||
"version": "0.0.153" | ||
}, | ||
@@ -19,4 +19,3 @@ "dependencies": { | ||
"@types/jest": "26.0.20", | ||
"@types/node": "12.20.4", | ||
"@babel/runtime": "7.20.0" | ||
"@types/node": "22.10.5" | ||
}, | ||
@@ -23,0 +22,0 @@ "peerDependencies": {}, |
Sorry, the diff of this file is not supported yet
3
80934