@atlaskit/media-common 2.16.1 → 2.16.2

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,12 @@
1
1
  # @atlaskit/media-common
2
2
 
3
+ ## 2.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c81ee725277`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c81ee725277) - Add attribute fileMediaType into media viewer loadSucceeded event
8
+ - Updated dependencies
9
+
3
10
  ## 2.16.1
4
11
 
5
12
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "sideEffects": false
5
5
  }
@@ -33,6 +33,7 @@ export declare type WithPerformanceAttributes = {
33
33
  };
34
34
  export declare type SuccessAttributes = {
35
35
  status: 'success';
36
+ fileMediatype?: MediaType;
36
37
  };
37
38
  export declare type FailureAttributes = {
38
39
  status: 'fail';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-common",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "description": "Includes common utilities used by other media packages",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,7 +35,7 @@
35
35
  "@atlaskit/analytics-gas-types": "^5.0.5",
36
36
  "@atlaskit/analytics-namespaced-context": "^6.5.0",
37
37
  "@atlaskit/analytics-next": "^8.1.1",
38
- "@atlaskit/section-message": "^6.0.0",
38
+ "@atlaskit/section-message": "^6.2.0",
39
39
  "@babel/runtime": "^7.0.0"
40
40
  },
41
41
  "peerDependencies": {