@ezoic/react-native-sdk 1.4.0 → 1.5.0
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.
|
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
|
|
|
20
20
|
|
|
21
21
|
# Native Ezoic Ads SDK (vends the `EzoicAdsSDKBinary` module). Brings in
|
|
22
22
|
# PrebidMobile + Google-Mobile-Ads-SDK transitively.
|
|
23
|
-
s.dependency "EzoicAdsSDK", "~> 1.
|
|
23
|
+
s.dependency "EzoicAdsSDK", "~> 1.5"
|
|
24
24
|
# The native-ad host imports GoogleMobileAds directly (NativeAdView,
|
|
25
25
|
# MediaView, NativeAd). Pin GMA 12 so the module is on the compile path.
|
|
26
26
|
s.dependency "Google-Mobile-Ads-SDK", "~> 12.0"
|
package/android/build.gradle
CHANGED
|
@@ -68,7 +68,7 @@ dependencies {
|
|
|
68
68
|
// Native Ezoic Ads SDK (resolved from Maven Central). Brings in Google Mobile
|
|
69
69
|
// Ads + Prebid transitively. Requires mavenCentral() + google() in the
|
|
70
70
|
// consuming app's repositories (the RN template provides both).
|
|
71
|
-
implementation "com.ezoic.sdk:ezoic-ads-sdk:1.
|
|
71
|
+
implementation "com.ezoic.sdk:ezoic-ads-sdk:1.5.0"
|
|
72
72
|
|
|
73
73
|
// The native-ad wrapper references GMA's NativeAdView/MediaView/NativeAd
|
|
74
74
|
// types at compile time. The Ezoic SDK POM scopes Google Mobile Ads at
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ezoic/react-native-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Ezoic Ads SDK for React Native (Prebid + Google Ad Manager banner, native, interstitial, rewarded, outstream and instream video ads).",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -137,5 +137,10 @@
|
|
|
137
137
|
"jest"
|
|
138
138
|
],
|
|
139
139
|
"version": "0.62.1"
|
|
140
|
+
},
|
|
141
|
+
"overrides": {
|
|
142
|
+
"@istanbuljs/load-nyc-config": {
|
|
143
|
+
"js-yaml": "^3.15.0"
|
|
144
|
+
}
|
|
140
145
|
}
|
|
141
146
|
}
|