pds-dev-kit-web 2.2.183 → 2.2.184

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.
@@ -21,7 +21,7 @@ exports.MOCK_VIDEO_CB = {
21
21
  CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: 10,
22
22
  CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: true,
23
23
  CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: true,
24
- CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
24
+ CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
25
25
  CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: 5,
26
26
  CB_CONTENT_PROP_VIDEO_SPEC_THUMB: '',
27
27
  CB_CONTENT_PROP_VIDEO_SPEC_TYPE: 'FILE',
@@ -19,7 +19,7 @@ function parseTargetUrl(url) {
19
19
  }
20
20
  return {
21
21
  encodedURL: encodedURL,
22
- fallbackURL: "http://".concat(fallbackUrl)
22
+ fallbackURL: "https://".concat(fallbackUrl)
23
23
  };
24
24
  }
25
25
  exports.parseTargetUrl = parseTargetUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.183",
3
+ "version": "2.2.184",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.183]
2
+ ## [v2.2.184]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1313] 비디오 CB의 플레이어 사이즈 조정시 영상 일부가 잘리는 현상
6
+ * [PDS-1314] 비디오 CB의 fallbackUrl 프로토콜 변경