@atlaskit/media-test-helpers 37.0.1 → 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,20 @@
|
|
|
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
|
+
|
|
12
|
+
## 37.0.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 37.0.1
|
|
4
19
|
|
|
5
20
|
### 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: '
|
|
49
|
+
id: '99bd2b36-5745-4f71-aa1d-4d7fb5b3982b',
|
|
50
50
|
mediaItemType: fileType,
|
|
51
51
|
collectionName: _collectionNames.defaultCollectionName
|
|
52
52
|
};
|
|
@@ -40,7 +40,7 @@ export var videoLargeFileId = {
|
|
|
40
40
|
collectionName: collectionName
|
|
41
41
|
};
|
|
42
42
|
export var videoMp4SaganAliensId = {
|
|
43
|
-
id: '
|
|
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.
|
|
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/"
|
|
@@ -22,8 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"atlaskit:src": "src/index.tsx",
|
|
24
24
|
"atlassian": {
|
|
25
|
-
"team": "Media Exif"
|
|
26
|
-
"runReact18": true
|
|
25
|
+
"team": "Media Exif"
|
|
27
26
|
},
|
|
28
27
|
"dependencies": {
|
|
29
28
|
"@atlaskit/button": "^23.2.0",
|
|
@@ -31,9 +30,9 @@
|
|
|
31
30
|
"@atlaskit/form": "^12.0.0",
|
|
32
31
|
"@atlaskit/icon": "^27.2.0",
|
|
33
32
|
"@atlaskit/locale": "^3.0.0",
|
|
34
|
-
"@atlaskit/media-client": "^
|
|
33
|
+
"@atlaskit/media-client": "^35.0.0",
|
|
35
34
|
"@atlaskit/media-common": "^12.3.0",
|
|
36
|
-
"@atlaskit/media-ui": "^28.
|
|
35
|
+
"@atlaskit/media-ui": "^28.6.0",
|
|
37
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
37
|
"@atlaskit/popup": "^4.3.0",
|
|
39
38
|
"@atlaskit/primitives": "^14.10.0",
|