cloudmr-ux 4.7.1 → 4.7.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.
@@ -285,6 +285,7 @@ var ALLOWED_EXTENSIONS = [
285
285
  "jpeg",
286
286
  "zip",
287
287
  "seq",
288
+ "mtrk",
288
289
  ];
289
290
  var createPayload = function (uploadToken, file, fileAlias) { return __awaiter(void 0, void 0, void 0, function () {
290
291
  var fileExtension, lowerExt, fileType, isSafe, lambdaFile, UploadHeaders, endpoints;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",