Skip to content

Commit 65a1770

Browse files
authoredDec 25, 2023
Update package.json
1 parent 9ee1894 commit 65a1770

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
 

‎package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"name": "@ostro/framework",
3-
"version": "1.0.1",
3+
"version": "1.1.1",
44
"description": "MVC framework for NodeJS",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
77
},
88
"dependencies": {
9-
"@ostro/auth": "^1.0.0",
10-
"@ostro/cache": "^1.0.0",
9+
"@ostro/auth": "^1.0.1",
10+
"@ostro/cache": "^1.0.2",
1111
"@ostro/config": "^1.0.2",
12-
"@ostro/console": "^1.0.0",
12+
"@ostro/console": "^1.0.4",
1313
"@ostro/container": "^1.0.2",
14-
"@ostro/contracts": "^1.0.0",
14+
"@ostro/contracts": "^1.0.3",
1515
"@ostro/cookie": "^1.0.2",
16-
"@ostro/database": "^1.0.2",
17-
"@ostro/encryption": "^1.0.0",
18-
"@ostro/filesystem": "^1.0.2",
19-
"@ostro/http": "^1.0.5",
16+
"@ostro/database": "^1.2.10",
17+
"@ostro/encryption": "^1.0.1",
18+
"@ostro/filesystem": "^1.0.3",
19+
"@ostro/http": "^1.0.7",
2020
"@ostro/logger": "^1.0.0",
21-
"@ostro/router": "^1.0.2",
21+
"@ostro/router": "^1.0.3",
2222
"@ostro/session": "^1.0.2",
2323
"@ostro/server": "^1.0.2",
24-
"@ostro/support": "^1.0.6",
25-
"@ostro/validation": "^1.0.2",
24+
"@ostro/support": "^1.0.13",
25+
"@ostro/validation": "^1.0.3",
2626
"@ostro/view": "^1.0.0",
27-
"@ostro/foundation": "^1.0.2"
27+
"@ostro/foundation": "^1.0.3"
2828
},
2929
"engines": {
3030
"node": ">=12.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.