@best/regex-util
Advanced tools
Comparing version 4.0.0-beta5 to 4.0.0-beta6
@@ -12,2 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.escapePathForRegex = exports.replacePathSepForRegex = exports.escapeStrForRegex = void 0; | ||
const path_1 = __importDefault(require("path")); | ||
@@ -14,0 +15,0 @@ function escapeStrForRegex(string) { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.0.0-beta5", | ||
"version": "4.0.0-beta6", | ||
"description": "Best Regex util", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
], | ||
"gitHead": "f42d23b357331db3b065cb25c610292aade7a43a" | ||
"gitHead": "507944746c1a9ef9187093f8b93b01c8e46669dc" | ||
} |
2769
33