We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2766347 + ce4ca94 commit 215c097Copy full SHA for 215c097
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@ostro/validation",
3
- "version": "0.0.0-alpha.1",
+ "version": "1.0.0",
4
"description": "Validation module for OstroJS",
5
"main": "validationManager.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"dependencies": {
10
- "@ostro/contracts": "^0.0.0-alpha",
11
- "@ostro/support": "^0.0.0-alpha",
+ "@ostro/support": "^1.0.2",
+ "@ostro/contracts": "^1.0.0",
12
"file-type": "^16.5.1"
13
14
"engines": {
0 commit comments