@connectedxm/client 8.1.4 → 8.1.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3094,6 +3094,7 @@ interface EventConfig {
3094
3094
  }[];
3095
3095
  }[];
3096
3096
  OPTIONS: Record<string, any> | null;
3097
+ BUILD_MODE: boolean;
3097
3098
  }
3098
3099
 
3099
3100
  interface ClientApiParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.1.4",
3
+ "version": "8.1.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",