Skip to content

Commit

Permalink
Merge pull request #7 from amarksingh/master
Browse files Browse the repository at this point in the history
version upgrade
  • Loading branch information
amarksingh authored Jul 30, 2022
2 parents 4d4b9a6 + 191a098 commit 8e14285
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@ostro/foundation",
"version": "0.0.0-alpha.4",
"version": "1.0.0",
"description": "Foundation for OstroJS",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/auth": "^0.0.0-alpha",
"@ostro/config": "^0.0.0-alpha",
"@ostro/container": "^0.0.0-alpha",
"@ostro/contracts": "^0.0.0-alpha",
"@ostro/filesystem": "^0.0.0-alpha",
"@ostro/http": "^0.0.0-alpha",
"@ostro/logger": "^0.0.0-alpha",
"@ostro/support": "^0.0.0-alpha",
"@ostro/auth": "^1.0.0",
"@ostro/config": "^1.0.2",
"@ostro/container": "^1.0.2",
"@ostro/contracts": "^1.0.0",
"@ostro/filesystem": "^1.0.2",
"@ostro/http": "^1.0.2",
"@ostro/logger": "^1.0.0",
"@ostro/support": "^1.0.2",
"dotenv": "10.0.0",
"csrf": "3.1.0",
"fs-extra": "^10.0.0",
Expand Down

0 comments on commit 8e14285

Please sign in to comment.