@developer_tribe/react-native-comnyx 0.11.4 → 0.11.5
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/lib/commonjs/api/api.js
CHANGED
|
@@ -17,7 +17,7 @@ const axiosInstance = exports.axiosInstance = _axios.default.create({
|
|
|
17
17
|
headers: {
|
|
18
18
|
'Content-Type': 'application/json'
|
|
19
19
|
},
|
|
20
|
-
timeout:
|
|
20
|
+
timeout: 15_000
|
|
21
21
|
});
|
|
22
22
|
function isInitCalled() {
|
|
23
23
|
return !!axiosInstance.defaults.headers.common['project-id'];
|
package/lib/commonjs/version.js
CHANGED
package/lib/module/api/api.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.11.
|
|
1
|
+
export declare const VERSION = "0.11.5";
|
|
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.11.
|
|
3
|
+
"version": "0.11.5",
|
|
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/api/api.ts
CHANGED
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.11.
|
|
2
|
+
export const VERSION = '0.11.5';
|