react-native-google-mobile-ads
Advanced tools
Comparing version 13.2.1 to 13.3.0
@@ -8,4 +8,4 @@ "use strict"; | ||
// Generated by genversion. | ||
const version = '13.2.1'; | ||
const version = '13.3.0'; | ||
exports.version = version; | ||
//# sourceMappingURL=version.js.map |
// Generated by genversion. | ||
export const version = '13.2.1'; | ||
export const version = '13.3.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "13.2.1"; | ||
export declare const SDK_VERSION = "13.3.0"; | ||
export { default, MobileAds } from './MobileAds'; | ||
@@ -3,0 +3,0 @@ export { AdsConsentDebugGeography } from './AdsConsentDebugGeography'; |
@@ -74,6 +74,6 @@ /** | ||
* | ||
* Takes an array of string key/value pairs. | ||
* Takes an object of keys with values of string or array of strings. | ||
*/ | ||
customTargeting?: { | ||
[key: string]: string; | ||
[key: string]: string | string[]; | ||
}; | ||
@@ -80,0 +80,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export declare const version = "13.2.1"; | ||
export declare const version = "13.3.0"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "react-native-google-mobile-ads", | ||
"version": "13.2.1", | ||
"version": "13.3.0", | ||
"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.", |
@@ -77,5 +77,5 @@ /** | ||
* | ||
* Takes an array of string key/value pairs. | ||
* Takes an object of keys with values of string or array of strings. | ||
*/ | ||
customTargeting?: { [key: string]: string }; | ||
customTargeting?: { [key: string]: string | string[] }; | ||
@@ -82,0 +82,0 @@ /** |
// Generated by genversion. | ||
export const version = '13.2.1'; | ||
export const version = '13.3.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
924015