@atlaskit/media-test-helpers 37.0.2 → 37.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/media-test-helpers
2
2
 
3
+ ## 37.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#179944](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/179944)
8
+ [`38d8f955d6238`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38d8f955d6238) -
9
+ Updated sample file id
10
+ - Updated dependencies
11
+
3
12
  ## 37.0.2
4
13
 
5
14
  ### Patch Changes
@@ -46,7 +46,7 @@ var videoLargeFileId = exports.videoLargeFileId = {
46
46
  collectionName: _collectionNames.defaultCollectionName
47
47
  };
48
48
  var videoMp4SaganAliensId = exports.videoMp4SaganAliensId = {
49
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
49
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
50
50
  mediaItemType: fileType,
51
51
  collectionName: _collectionNames.defaultCollectionName
52
52
  };
@@ -40,7 +40,7 @@ export const videoLargeFileId = {
40
40
  collectionName
41
41
  };
42
42
  export const videoMp4SaganAliensId = {
43
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
43
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
44
44
  mediaItemType: fileType,
45
45
  collectionName
46
46
  };
@@ -40,7 +40,7 @@ export var videoLargeFileId = {
40
40
  collectionName: collectionName
41
41
  };
42
42
  export var videoMp4SaganAliensId = {
43
- id: '6643202c-6d5d-428a-9db1-69f98164f0f6',
43
+ id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
44
44
  mediaItemType: fileType,
45
45
  collectionName: collectionName
46
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-test-helpers",
3
- "version": "37.0.2",
3
+ "version": "37.0.3",
4
4
  "description": "Collection of test helpers used in media component stories and specs",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/locale": "^3.0.0",
33
33
  "@atlaskit/media-client": "^35.0.0",
34
34
  "@atlaskit/media-common": "^12.3.0",
35
- "@atlaskit/media-ui": "^28.5.0",
35
+ "@atlaskit/media-ui": "^28.6.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
37
  "@atlaskit/popup": "^4.3.0",
38
38
  "@atlaskit/primitives": "^14.10.0",