@connectedxm/client 1.0.4 → 1.0.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/dist/index.d.mts CHANGED
@@ -1681,9 +1681,9 @@ interface OrganizationConfig {
1681
1681
  BUNDLE_IDENTIFIER: string | null;
1682
1682
  EXPO_PROJECT_ID: string | null;
1683
1683
  EXPO_SLUG: string | null;
1684
- API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1685
- OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1686
- CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
1684
+ API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
1685
+ OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
1686
+ CHAT_URL: "wss://chat.connected.dev" | "wss://staging-chat.connected.dev";
1687
1687
  APPLE_APPSTORE_LINK: string | null;
1688
1688
  GOOGLE_PLAYSTORE_LINK: string | null;
1689
1689
  NAME: string;
package/dist/index.d.ts CHANGED
@@ -1681,9 +1681,9 @@ interface OrganizationConfig {
1681
1681
  BUNDLE_IDENTIFIER: string | null;
1682
1682
  EXPO_PROJECT_ID: string | null;
1683
1683
  EXPO_SLUG: string | null;
1684
- API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1685
- OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1686
- CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
1684
+ API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
1685
+ OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
1686
+ CHAT_URL: "wss://chat.connected.dev" | "wss://staging-chat.connected.dev";
1687
1687
  APPLE_APPSTORE_LINK: string | null;
1688
1688
  GOOGLE_PLAYSTORE_LINK: string | null;
1689
1689
  NAME: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {