gearboxdownloadmodal 6.0.8 → 6.0.10

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.
@@ -228,6 +228,11 @@ declare const _default: [
228
228
  "id": "49",
229
229
  "name": "bidease",
230
230
  "imageSrc": "https://gearbox.playablefactory.com/bidease.png"
231
+ },
232
+ {
233
+ "id": "50",
234
+ "name": "mraid",
235
+ "imageSrc": "https://gearbox.playablefactory.com/mraid.png"
231
236
  }
232
237
  ]
233
238
  ;
@@ -1 +1 @@
1
- export default function createReadyLink(api: string, versionId: string, network: string): Promise<any>;
1
+ export default function createReadyLink(api: string, versionId: string, network: string, isTest?: boolean, extras?: any): Promise<any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gearboxdownloadmodal",
3
3
  "private": false,
4
- "version": "6.0.8",
4
+ "version": "6.0.10",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.esm.js",