gearboxdownloadmodal 5.0.85 → 5.0.87

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.
@@ -208,6 +208,11 @@ declare const _default: [
208
208
  "id": "45",
209
209
  "name": "adikteev",
210
210
  "imageSrc": "https://gearbox.playablefactory.com/adikteev.png"
211
+ },
212
+ {
213
+ "id": "46",
214
+ "name": "appier",
215
+ "imageSrc": "https://gearbox.playablefactory.com/appier.png"
211
216
  }
212
217
  ]
213
218
  ;
@@ -0,0 +1 @@
1
+ export default function createReadyLinkMulti(_id: string, networks: any, api: string): Promise<any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gearboxdownloadmodal",
3
3
  "private": false,
4
- "version": "5.0.85",
4
+ "version": "5.0.87",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.esm.js",