Skip to content

Commit

Permalink
Bump dependencies (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Jan 29, 2024
1 parent 028cf1a commit c365051
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"openapi",
"qname",
"whitesmoke"
]
],
"prettier.trailingComma": "all"
}
2 changes: 1 addition & 1 deletion lib/csdl2openapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports.csdl2openapi = function (
const serviceRoot = scheme + "://" + host + basePath;
const queryOptionPrefix = csdl.$Version <= "4.0" ? "$" : "";
const typesToInline = {}; // filled in schema() and used in inlineTypes()
const oas31 = openapiVersion > "3.0.3";
const oas31 = openapiVersion >= "3.1.0";
const requiredSchemas = { list: [], used: {}, entityReferenceNeeded: false };

const model = new EDM();
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"minimist": "^1.2.8",
"odata-csdl": "^0.8.3"
"odata-csdl": "^0.9.0"
},
"devDependencies": {
"@apidevtools/openapi-schemas": "^2.1.0",
Expand Down

0 comments on commit c365051

Please sign in to comment.