react-native-google-mobile-ads
Advanced tools
Comparing version 11.6.4 to 11.6.5
@@ -54,3 +54,3 @@ "use strict"; | ||
}, [sizes]); | ||
const parsedRequestOptions = JSON.stringify(requestOptions); | ||
const parsedRequestOptions = JSON.stringify(requestOptions || {}); | ||
(0, _react.useEffect)(() => { | ||
@@ -57,0 +57,0 @@ if (requestOptions) { |
@@ -8,4 +8,4 @@ "use strict"; | ||
// Generated by genversion. | ||
const version = '11.6.4'; | ||
const version = '11.6.5'; | ||
exports.version = version; | ||
//# sourceMappingURL=version.js.map |
@@ -45,3 +45,3 @@ /* eslint-disable react/prop-types */ | ||
}, [sizes]); | ||
const parsedRequestOptions = JSON.stringify(requestOptions); | ||
const parsedRequestOptions = JSON.stringify(requestOptions || {}); | ||
useEffect(() => { | ||
@@ -48,0 +48,0 @@ if (requestOptions) { |
// Generated by genversion. | ||
export const version = '11.6.4'; | ||
export const version = '11.6.5'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "11.6.4"; | ||
export declare const SDK_VERSION = "11.6.5"; | ||
export { default, MobileAds } from './MobileAds'; | ||
@@ -3,0 +3,0 @@ export { AdsConsentDebugGeography } from './AdsConsentDebugGeography'; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "11.6.4"; | ||
export declare const version = "11.6.5"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "react-native-google-mobile-ads", | ||
"version": "11.6.4", | ||
"version": "11.6.5", | ||
"author": "Invertase <oss@invertase.io> (http://invertase.io)", | ||
@@ -5,0 +5,0 @@ "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", |
// Generated by genversion. | ||
export const version = '11.6.4'; | ||
export const version = '11.6.5'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
958299