@developer_tribe/react-native-comnyx 0.12.0 → 0.12.2

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.
@@ -8,7 +8,7 @@ import com.google.firebase.messaging.RemoteMessage
8
8
 
9
9
  open class ComnyxFirebaseMessagingService : FirebaseMessagingService() {
10
10
  //TODO: backend should send a metadata key to identify the message as comnyx
11
- private static val COMNYX_METADATA_KEY = "comnyx"
11
+ private val COMNYX_METADATA_KEY = "comnyx"
12
12
  private lateinit var notificationsHelper: NotificationsHelper
13
13
 
14
14
  override fun onCreate() {
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.VERSION = void 0;
7
7
  // This file is auto-generated. Do not edit manually.
8
- const VERSION = exports.VERSION = '0.12.0';
8
+ const VERSION = exports.VERSION = '0.12.2';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // This file is auto-generated. Do not edit manually.
4
- export const VERSION = '0.12.0';
4
+ export const VERSION = '0.12.2';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.12.0";
1
+ export declare const VERSION = "0.12.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developer_tribe/react-native-comnyx",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "React Native chat component with integrated support panel, enabling real-time customer communication and efficient agent workflow management.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const VERSION = '0.12.0';
2
+ export const VERSION = '0.12.2';