@teambit/toolbox.path.match-patterns
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.splitPatterns = exports.matchPatterns = void 0; | ||
exports.matchPatterns = matchPatterns; | ||
exports.splitPatterns = splitPatterns; | ||
const minimatch_1 = __importDefault(require("minimatch")); | ||
@@ -21,3 +22,2 @@ /** | ||
} | ||
exports.matchPatterns = matchPatterns; | ||
/** | ||
@@ -33,3 +33,2 @@ * Given a list of patterns, returns include and exclude patterns. | ||
} | ||
exports.splitPatterns = splitPatterns; | ||
//# sourceMappingURL=match-patterns.js.map |
{ | ||
"name": "@teambit/toolbox.path.match-patterns", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"homepage": "https://bit.cloud/teambit/toolbox/path/match-patterns", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "path/match-patterns", | ||
"version": "0.0.16" | ||
"version": "0.0.17" | ||
}, | ||
@@ -21,4 +21,3 @@ "dependencies": { | ||
"@types/jest": "26.0.20", | ||
"@types/node": "12.20.4", | ||
"@babel/runtime": "7.20.0" | ||
"@types/node": "22.10.5" | ||
}, | ||
@@ -25,0 +24,0 @@ "peerDependencies": {}, |
Sorry, the diff of this file is not supported yet
6
13925
201