diff --git a/package-lock.json b/package-lock.json index 2dbe913..cf8fce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartguard", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@push.rocks/smartguard", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@push.rocks/smartpromise": "^3.0.2", diff --git a/package.json b/package.json index ad30c60..ac17db9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartguard", - "version": "2.0.1", + "version": "2.0.2", "private": false, "description": "A TypeScript library for creating and managing validation guards, aiding in data validation and security checks.", "main": "dist_ts/index.js", @@ -60,4 +60,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartguard.git" } -} \ No newline at end of file +}