@optimiser/common 1.0.415 → 1.0.416

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.
@@ -144,7 +144,7 @@ var AwsServices = /** @class */ (function () {
144
144
  encodedurl = "".concat(CDN, "/").concat(FilePath);
145
145
  }
146
146
  else {
147
- FileName = this.EncodeFileName(FileName).replace(/[^a-zA-Z0-9-_\.]/g, "-");
147
+ FileName = FileName.replace(/[^a-zA-Z0-9-_\.]/gu, "-");
148
148
  encodedurl = "".concat(CDN, "/").concat(FilePath, "?response-content-disposition=").concat(encodeURIComponent("attachment;filename=" + FileName));
149
149
  }
150
150
  signingParams = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.415",
3
+ "version": "1.0.416",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {