Skip to content

Commit

Permalink
Merge pull request #12 from mrbandler/develop
Browse files Browse the repository at this point in the history
Release v3.0.5
  • Loading branch information
HeneryHawk authored Jun 23, 2021
2 parents d1271a6 + 27a90db commit 27aaaf5
Show file tree
Hide file tree
Showing 2 changed files with 5,225 additions and 4,833 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-routing-handlers",
"version": "3.0.4",
"version": "3.0.5",
"description": "Package to route and implement CDS handlers via a class based approach in Typescript.",
"main": "lib/index.js",
"repository": "https://github.com/mrbandler/cds-routing-handlers",
Expand Down Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@sap/cds": "^4.4.9",
"@sap/cds-dk": "^3.3.4",
"@sap/cds-odata-v2-adapter-proxy": "^1.5.1",
"@sap/cds": "^5.1.5",
"@sap/cds-dk": "^4.1.5",
"@sap/cds-odata-v2-adapter-proxy": "^1.7.4",
"@types/express": "^4.17.2",
"@types/node": "^12.12.11",
"@typescript-eslint/eslint-plugin": "^2.11.0",
Expand All @@ -56,8 +56,8 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@sap-cloud-sdk/core": "^1.28.1",
"glob": "^7.1.6",
"@sap-cloud-sdk/core": "^1.45.0",
"glob": "^7.1.7",
"reflect-metadata": "^0.1.13"
},
"husky": {
Expand Down
Loading

0 comments on commit 27aaaf5

Please sign in to comment.