@zohoim/client-sdk 1.0.0-poc53 → 1.0.0-poc54

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.
Files changed (2) hide show
  1. package/es/index.js +2 -1
  2. package/package.json +1 -1
package/es/index.js CHANGED
@@ -8,4 +8,5 @@ export * from "./infrastructure/api"; // frameworks
8
8
 
9
9
  export * from "./frameworks/sdk"; // core
10
10
 
11
- export * from "./core/constants";
11
+ export * from "./core/constants";
12
+ export { ResponseUtils } from "./core/utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-poc53",
3
+ "version": "1.0.0-poc54",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",