@developer_tribe/react-native-comnyx 0.12.8 → 0.12.9
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.
package/ios/Comnyx.swift
CHANGED
|
@@ -133,7 +133,7 @@ class Comnyx: RCTEventEmitter {
|
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
@objc
|
|
136
|
-
func initialize(options: NSDictionary, resolve: @escaping RCTPromiseResolveBlock, reject reject: @escaping RCTPromiseRejectBlock) {
|
|
136
|
+
func initialize(_ options: NSDictionary, resolve: @escaping RCTPromiseResolveBlock, reject reject: @escaping RCTPromiseRejectBlock) {
|
|
137
137
|
let logLevel = options["logLevel"] as? String ?? "warn"
|
|
138
138
|
NSLog("Comnyx Log Level: \(logLevel) passed from JavaScript. It will be supported in the future.")
|
|
139
139
|
|
|
@@ -215,4 +215,3 @@ class Comnyx: RCTEventEmitter {
|
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
}
|
|
218
|
-
|
package/lib/commonjs/version.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.12.
|
|
1
|
+
export declare const VERSION = "0.12.9";
|
|
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.
|
|
3
|
+
"version": "0.12.9",
|
|
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.
|
|
2
|
+
export const VERSION = '0.12.9';
|