@clickview/player 0.0.3-dev-us.7 → 0.0.3-dev.1

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.
@@ -164,23 +164,11 @@ const mockResources = <Resources> {
164
164
  const emptyLocalCacheAddresses = <LocalCacheAddress[]> [];
165
165
 
166
166
  const mockExtraData = {
167
- title: 'Paralympics',
168
167
  videoId: '',
169
168
  viewerId: '',
170
169
  viewerCustomerId: '',
171
170
  region: '',
172
- mediaId: '',
173
- settings: {
174
- showSubtitles: false,
175
- playbackProfile: '',
176
- playbackProfileLocalCache: '',
177
- playbackSubtitleSizeDefault: ''
178
- },
179
- warning: 'Bloody Scenes, Violence, Alcohol Abuse and Death',
180
- ratingCode: 'PG',
181
- seriesName: 'Global Icons',
182
- seasonNumber: 1,
183
- episodeNumber: 2
171
+ mediaId: ''
184
172
  }
185
173
 
186
174
  const sources: { [key: string]: PlaybackObject } = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/player",
3
- "version": "0.0.3-dev-us.7",
3
+ "version": "0.0.3-dev.1",
4
4
  "description": "ClickView Player",
5
5
  "main": "dist/player-app.js",
6
6
  "scripts": {
@@ -27,10 +27,9 @@
27
27
  "devDependencies": {
28
28
  "@babel/core": "7.11.6",
29
29
  "@clickview/eslint-config": "1.0.0",
30
- "@clickview/player-font": "0.0.10",
31
- "@clickview/tooling": "0.0.22-dev-us.7",
30
+ "@clickview/player-font": "0.0.8",
31
+ "@clickview/tooling": "0.0.22-dev.1",
32
32
  "@storybook/react": "6.0.26",
33
- "@types/chromecast-caf-sender": "1.0.3",
34
33
  "@types/cropperjs": "1.3.0",
35
34
  "@types/draft-js": "0.10.44",
36
35
  "@types/node-polyglot": "0.4.34",
@@ -42,7 +41,7 @@
42
41
  "webpack-dev-server": "3.11.0"
43
42
  },
44
43
  "dependencies": {
45
- "@clickview/styles": "1.0.15-dev-us.7",
44
+ "@clickview/styles": "1.0.15-dev.1",
46
45
  "@microsoft/signalr": "5.0.2",
47
46
  "cropperjs": "1.5.6",
48
47
  "draft-convert": "2.1.10",
@@ -50,7 +49,6 @@
50
49
  "keycode": "2.2.0",
51
50
  "node-polyglot": "2.3.0",
52
51
  "react-draft-wysiwyg": "1.14.5",
53
- "react-textarea-autosize": "8.3.2",
54
52
  "simplebar": "5.3.0",
55
53
  "simplebar-react": "2.3.0",
56
54
  "video.js": "7.11.2",