@upeex/ads-sdk 1.1.9 → 1.1.11

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ async function fetchAd({ baseUrl, client, slot, display = 'BANNER', debug = fals
47
47
  const signals = await getSignals();
48
48
  log('signals', signals);
49
49
  // 1️⃣ MAKE
50
- const makeRes = await fetch(`${baseUrl}/ad/make/mobile`, {
50
+ const makeRes = await fetch(`${baseUrl}/make/mobile`, {
51
51
  method: 'POST',
52
52
  headers: { 'Content-Type': 'application/json' },
53
53
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upeex/ads-sdk",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "Upeex Ads SDK for React Native and universal apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,6 +27,7 @@
27
27
  "author": "Upeex",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
+ "@upeex/ads-sdk": "^1.1.10",
30
31
  "expo-localization": "^17.0.8"
31
32
  },
32
33
  "devDependencies": {