From d5ac70675a7f4e6a741f13bc9c1fa85f0026240d Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 11 Oct 2022 18:34:31 +0200 Subject: [PATCH] update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index cc55fbb..f3d5a63 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5420,7 +5420,7 @@ exports.NpmModuleVersion = void 0; var NpmModuleVersion; (function (NpmModuleVersion) { function parse(versionStr) { - const match = versionStr.match(/^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-rc.([0-9]+))?/); + const match = versionStr.match(/^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-rc.([0-9]+))?$/); if (!match) { throw new Error(`${versionStr} is not a valid NPM version`); }