@connectedxm/client 3.0.0 → 3.0.2

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.cts CHANGED
@@ -1805,6 +1805,7 @@ interface OrganizationConfig {
1805
1805
  LIGHT: string;
1806
1806
  DARK?: string;
1807
1807
  };
1808
+ APP_NAME: string;
1808
1809
  APP_ICON: string | null;
1809
1810
  ADAPTIVE_ICON: string | null;
1810
1811
  SPLASH_SCREEN: string | null;
package/dist/index.d.ts CHANGED
@@ -1805,6 +1805,7 @@ interface OrganizationConfig {
1805
1805
  LIGHT: string;
1806
1806
  DARK?: string;
1807
1807
  };
1808
+ APP_NAME: string;
1808
1809
  APP_ICON: string | null;
1809
1810
  ADAPTIVE_ICON: string | null;
1810
1811
  SPLASH_SCREEN: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "license": "MIT",
12
12
  "private": false,
13
- "main": "dist/index.js",
14
- "module": "dist/index.mjs",
13
+ "main": "dist/index.cjs",
14
+ "module": "dist/index.js",
15
15
  "types": "dist/index.d.ts",
16
16
  "scripts": {
17
17
  "dev": "vitest",