react-native-google-mobile-ads 14.3.0 → 14.3.1

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.
@@ -11,6 +11,8 @@ class OnNativeEvent(viewId: Int, private val event: WritableMap) : Event<OnNativ
11
11
 
12
12
  override fun getCoalescingKey(): Short = 0
13
13
 
14
+ override fun canCoalesce(): Boolean = false
15
+
14
16
  override fun getEventData(): WritableMap? {
15
17
  return event
16
18
  }
@@ -18,4 +20,4 @@ class OnNativeEvent(viewId: Int, private val event: WritableMap) : Event<OnNativ
18
20
  companion object {
19
21
  const val EVENT_NAME = "topNativeEvent"
20
22
  }
21
- }
23
+ }
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = exports.version = '14.3.0';
8
+ const version = exports.version = '14.3.1';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '14.3.0';
2
+ export const version = '14.3.1';
3
3
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- export declare const SDK_VERSION = "14.3.0";
1
+ export declare const SDK_VERSION = "14.3.1";
2
2
  export { default, MobileAds } from './MobileAds';
3
3
  export { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
4
4
  export { AdsConsentPurposes } from './AdsConsentPurposes';
@@ -1,2 +1,2 @@
1
- export declare const version = "14.3.0";
1
+ export declare const version = "14.3.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-mobile-ads",
3
- "version": "14.3.0",
3
+ "version": "14.3.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
6
6
  "main": "lib/commonjs/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '14.3.0';
2
+ export const version = '14.3.1';