@wiztivi/dana-templates 0.0.18 → 0.0.20
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.
|
@@ -4,4 +4,4 @@ This folder is mandatory to run `grunt test` even if there is only "Behavior tes
|
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
More information in the [documentation test overview](https://dana-framework.com/docs/tests/overview/)
|
|
7
|
+
More information in the [documentation test overview](https://doc.public.dana-framework.com/docs/tests/overview/)
|
|
@@ -83,7 +83,7 @@ export default $AppScreen.declare("PlayerScreen", {
|
|
|
83
83
|
|
|
84
84
|
data.media = new $Media({
|
|
85
85
|
id: this.mediaId,
|
|
86
|
-
url: "https://
|
|
86
|
+
url: "https://docs.evostream.com/sample_content/assets/bunny.mp4",
|
|
87
87
|
streamingType: $SourceStreamingType.MP4
|
|
88
88
|
});
|
|
89
89
|
data.session = session;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"base-android": {
|
|
3
3
|
"base": {
|
|
4
4
|
"name": "android",
|
|
5
|
-
"vendors": ["@dana/renderer-android", "@dana/vendor-components"]
|
|
5
|
+
"vendors": ["@dana/renderer-android", "@dana/vendor-components", "@dana/vendor-fake-native"]
|
|
6
6
|
},
|
|
7
7
|
"device": {
|
|
8
8
|
"type": "androidtv",
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"template-androidtv": {
|
|
15
|
-
"mixins": ["default", "base-android"]
|
|
16
|
-
"base": {
|
|
17
|
-
"name": "android",
|
|
18
|
-
"vendors": ["@dana/renderer-android", "@dana/vendor-components"]
|
|
19
|
-
}
|
|
15
|
+
"mixins": ["default", "base-android"]
|
|
20
16
|
}
|
|
21
17
|
}
|