fix: should now compile and work

This commit is contained in:
Wieland Schoebl
2020-07-13 16:22:09 +02:00
parent 8f62b0faa0
commit 96e977b365
5 changed files with 830 additions and 473 deletions

View File

@@ -19,24 +19,23 @@
"push": "git push && git push origin \"v$npm_package_version\""
},
"dependencies": {
"@openstapps/api": "0.16.0",
"@openstapps/core": "0.27.0",
"@openstapps/core-tools": "0.8.0",
"@openstapps/logger": "0.4.0",
"@types/node": "12.7.1",
"commander": "3.0.1",
"express": "4.17.0",
"express-promise-router": "3.0.3",
"@openstapps/api": "0.22.0",
"@openstapps/core": "0.35.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.5.0",
"express": "4.16.4",
"commander": "5.1.0",
"ts-node": "8.3.0"
},
"devDependencies": {
"@openstapps/configuration": "0.21.1",
"@types/express": "4.17.1",
"@openstapps/configuration": "0.24.0",
"@types/node": "12.7.1",
"@types/express": "4.16.1",
"conventional-changelog-cli": "2.0.23",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.0",
"tslint": "5.19.0",
"typedoc": "0.15.0",
"typescript": "3.6.2"
"typedoc": "0.16.11",
"typescript": "3.7.5"
}
}