@connectedxm/client 0.5.34 → 0.5.35

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/index.d.mts CHANGED
@@ -1562,7 +1562,7 @@ interface OrganizationConfig {
1562
1562
  COGNITO_CLIENT_ID: string;
1563
1563
  COGNITO_HOSTED_URL: string;
1564
1564
  BUNDLE_IDENTIFIER: string | null;
1565
- EXPO_EXPO_PROJECT_ID: string | null;
1565
+ EXPO_PROJECT_ID: string | null;
1566
1566
  API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1567
1567
  OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1568
1568
  CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
package/dist/index.d.ts CHANGED
@@ -1562,7 +1562,7 @@ interface OrganizationConfig {
1562
1562
  COGNITO_CLIENT_ID: string;
1563
1563
  COGNITO_HOSTED_URL: string;
1564
1564
  BUNDLE_IDENTIFIER: string | null;
1565
- EXPO_EXPO_PROJECT_ID: string | null;
1565
+ EXPO_PROJECT_ID: string | null;
1566
1566
  API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1567
1567
  OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1568
1568
  CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.34",
3
+ "version": "0.5.35",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {