@cardsjd/portal 0.1.12 → 0.1.13

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/lib/BasePortal.js CHANGED
@@ -26,7 +26,7 @@ export class BasePortal {
26
26
 
27
27
  async getFriends() { }
28
28
 
29
- setupAds() { }
29
+ async setupAds() { }
30
30
 
31
31
  async loadInterstitialAd(_force) { }
32
32
 
@@ -111,7 +111,7 @@ export class FacebookPortal extends BasePortal {
111
111
 
112
112
  // ----- Ad methods -----
113
113
 
114
- setupAds() {
114
+ async setupAds() {
115
115
  console.log('FB_Ads.setup');
116
116
 
117
117
  if (typeof FBInstant === 'undefined' || !globalThis.FBInstant) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cardsjd/portal",
3
3
  "private": false,
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "publishConfig": {