@usions/sdk 2.1.3 → 2.1.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usions/sdk",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Usion Mini App SDK for iframe games and services",
5
5
  "type": "module",
6
6
  "main": "src/modules/index.js",
package/src/browser.js CHANGED
@@ -864,7 +864,7 @@ var Usion = (function () {
864
864
  return this._request('DOWNLOAD_FILE', {
865
865
  url: url,
866
866
  filename: filename || 'download.mp4'
867
- });
867
+ }, 120000);
868
868
  },
869
869
 
870
870
  /**
@@ -86,7 +86,7 @@ export const miscMethods = {
86
86
  return this._request('DOWNLOAD_FILE', {
87
87
  url: url,
88
88
  filename: filename || 'download.mp4'
89
- });
89
+ }, 120000);
90
90
  },
91
91
 
92
92
  /**