@squidcloud/client 1.0.174 → 1.0.175

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/dist/cjs/index.js CHANGED
@@ -47751,7 +47751,7 @@ class ApiManager {
47751
47751
  return parsedPayload;
47752
47752
  }
47753
47753
  else {
47754
- throw new Error(`Got error while calling API (HTTP Status ${response.httpStatus}). Message: ${parsedPayload === null || parsedPayload === void 0 ? void 0 : parsedPayload['message']}`);
47754
+ throw new Error(`Got error while calling API (HTTP Status ${response.httpStatus}). Message: ${response.payload}`);
47755
47755
  }
47756
47756
  })), this.clientIdService.observeClientTooOld().pipe(map(() => {
47757
47757
  throw new Error('CLIENT_NOT_CONNECTED');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/client",
3
- "version": "1.0.174",
3
+ "version": "1.0.175",
4
4
  "description": "A typescript implementation of the Squid client",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/typescript-client/src/index.d.ts",