terrier-engine 4.44.0 → 4.44.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -255,7 +255,7 @@ export class DiveRunModal extends ModalPart<{dive: DdDive }> {
255
255
  }
256
256
 
257
257
  renderFileOutput(parent: DivTag, fileOutput: RunFileOutput) {
258
- parent.a('.file-output', {href: fileOutput.url}, row => {
258
+ parent.a('.file-output', { href: fileOutput.url, download: fileOutput.name }, row => {
259
259
  row.div('.name.glyp-file_spreadsheet.with-icon').text(fileOutput.name)
260
260
  row.div('.details.glyp-download.with-icon').text("Click to download")
261
261
  })
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.44.0",
7
+ "version": "4.44.2",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"