Skip to content

Commit

Permalink
Merge branch 'main' into github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
muskansethi1 authored Aug 8, 2024
2 parents 3b7f557 + 4c9da2d commit d5a0499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed

- Set width for columns for Attachments table UI.
- Scan status is mocked to `Clean` only in the development profile and otherwise set to `Unscanned`, when malware scan is disabled.
- When malware scan is disabled, removed restriction to access uploaded attachment.

## Version 1.1.4

### Changed

- Updated Node version restriction.
- Scan status is set to `clean` in development profile and to `unscanned` in hybrid/production profile, when malware scan is disabled.
- When malware scan is disabled, uploaded attachment can be downloaded.

## Version 1.1.3

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cap-js/attachments",
"description": "CAP cds-plugin providing image and attachment storing out-of-the-box.",
"version": "1.1.4",
"version": "1.1.5",
"repository": "cap-js/attachments",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
Expand Down Expand Up @@ -32,7 +32,7 @@
"jest": "^29.7.0"
},
"peerDependencies": {
"@sap/cds": ">=8.0.0"
"@sap/cds": ">=7.6"
},
"engines": {
"node": ">=17.0.0"
Expand Down

0 comments on commit d5a0499

Please sign in to comment.