@applicaster/zapp-react-dom-app 16.0.0-alpha.2320942372 → 16.0.0-alpha.2851031376

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.
@@ -13,7 +13,7 @@ import {
13
13
 
14
14
  /**
15
15
  * @typedef {"tv" | "web" | "other"} DeviceType
16
- * @typedef {"samsung_tv" | "lg_tv" | unknown} CustomPlatformTypes
16
+ * @typedef {"samsung_tv" | "lg_tv" | "vidaa" | unknown} CustomPlatformTypes
17
17
  */
18
18
 
19
19
  /**
@@ -98,6 +98,7 @@ export const getDeviceType = () => {
98
98
  case "samsung_tv":
99
99
  return isSamsungPlatform() ? "tv" : "web";
100
100
  case "lg_tv":
101
+ case "vidaa":
101
102
  return isLgPlatform() ? "tv" : "web";
102
103
  default:
103
104
  return "other";
@@ -9,4 +9,5 @@ export enum STORE_PLATFORM {
9
9
  lg = "lg_content_store",
10
10
  samsung = "samsung_app_store",
11
11
  vizio = "vizio_app_store",
12
+ vidaa = "vidaa_app_store",
12
13
  }
@@ -15,6 +15,7 @@ import "@webcomponents/webcomponentsjs";
15
15
  const PLATFORM_KEYS = {
16
16
  samsung: "samsung_tv",
17
17
  lg: "lg_tv",
18
+ vidaa: "vidaa",
18
19
  web: "web",
19
20
  };
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-dom-app",
3
- "version": "16.0.0-alpha.2320942372",
3
+ "version": "16.0.0-alpha.2851031376",
4
4
  "description": "Zapp App Component for Applicaster's Quick Brick React Native App",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "homepage": "https://github.com/applicaster/zapp-react-dom-app#readme",
24
24
  "dependencies": {
25
- "@applicaster/zapp-react-dom-ui-components": "16.0.0-alpha.2320942372",
26
- "@applicaster/zapp-react-native-bridge": "16.0.0-alpha.2320942372",
27
- "@applicaster/zapp-react-native-redux": "16.0.0-alpha.2320942372",
28
- "@applicaster/zapp-react-native-ui-components": "16.0.0-alpha.2320942372",
29
- "@applicaster/zapp-react-native-utils": "16.0.0-alpha.2320942372",
25
+ "@applicaster/zapp-react-dom-ui-components": "16.0.0-alpha.2851031376",
26
+ "@applicaster/zapp-react-native-bridge": "16.0.0-alpha.2851031376",
27
+ "@applicaster/zapp-react-native-redux": "16.0.0-alpha.2851031376",
28
+ "@applicaster/zapp-react-native-ui-components": "16.0.0-alpha.2851031376",
29
+ "@applicaster/zapp-react-native-utils": "16.0.0-alpha.2851031376",
30
30
  "abortcontroller-polyfill": "^1.7.5",
31
31
  "typeface-montserrat": "^0.0.54",
32
32
  "video.js": "7.14.3",