diff --git a/package-lock.json b/package-lock.json index 91b8f97..1a35962 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@myrotvorets/oav-installer", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@myrotvorets/oav-installer", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "devDependencies": { "@myrotvorets/eslint-config-myrotvorets-ts": "^3.0.0", diff --git a/package.json b/package.json index 2c62a43..258ffe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myrotvorets/oav-installer", - "version": "5.0.0", + "version": "5.0.1", "description": "Transforms the OpenAPI specification, configures express-openapi-validator, and installs it into the Express application.", "type": "module", "exports": "./dist/lib/index.mjs",