From ce4ca94340933bb68600e2b3e3e8a2bf09519d5f Mon Sep 17 00:00:00 2001 From: developeramarkumar <30429306+developeramarkumar@users.noreply.github.com> Date: Sat, 30 Jul 2022 17:34:55 +0530 Subject: [PATCH] version upgrade --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 88a2812..a71f590 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "@ostro/validation", - "version": "0.0.0-alpha.1", + "version": "1.0.0", "description": "Validation module for OstroJS", "main": "validationManager.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/contracts": "^0.0.0-alpha", - "@ostro/support": "^0.0.0-alpha", + "@ostro/support": "^1.0.2", + "@ostro/contracts": "^1.0.0", "file-type": "^16.5.1" }, "engines": {