@atlaskit/media-picker 63.0.3 → 63.0.4

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-picker
2
2
 
3
+ ## 63.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
8
+ - Updated dependencies
9
+
3
10
  ## 63.0.3
4
11
 
5
12
  ### Patch Changes
@@ -22,7 +22,7 @@ var relevantFlags = {
22
22
  memoryCacheLogging: false
23
23
  };
24
24
  var packageName = "@atlaskit/media-picker";
25
- var packageVersion = "63.0.3";
25
+ var packageVersion = "63.0.4";
26
26
  var LOGGED_FEATURE_FLAGS = (0, _mediaCommon.filterFeatureFlagNames)(relevantFlags);
27
27
  exports.LOGGED_FEATURE_FLAGS = LOGGED_FEATURE_FLAGS;
28
28
  var LOGGED_FEATURE_FLAG_KEYS = (0, _mediaCommon.filterFeatureFlagKeysAllProducts)(relevantFlags);
@@ -20,7 +20,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
20
20
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
21
 
22
22
  var packageName = "@atlaskit/media-picker";
23
- var packageVersion = "63.0.3";
23
+ var packageVersion = "63.0.4";
24
24
  var ufoExperience;
25
25
 
26
26
  var initExperience = function initExperience(id, componentName) {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "63.0.3"
3
+ "version": "63.0.4"
4
4
  }
@@ -12,7 +12,7 @@ const relevantFlags = {
12
12
  memoryCacheLogging: false
13
13
  };
14
14
  const packageName = "@atlaskit/media-picker";
15
- const packageVersion = "63.0.3";
15
+ const packageVersion = "63.0.4";
16
16
  export const LOGGED_FEATURE_FLAGS = filterFeatureFlagNames(relevantFlags);
17
17
  export const LOGGED_FEATURE_FLAG_KEYS = filterFeatureFlagKeysAllProducts(relevantFlags);
18
18
  export function getPackageAttributes(componentName) {
@@ -2,7 +2,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
2
2
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
3
3
  import { LOGGED_FEATURE_FLAG_KEYS } from './analytics';
4
4
  const packageName = "@atlaskit/media-picker";
5
- const packageVersion = "63.0.3";
5
+ const packageVersion = "63.0.4";
6
6
  let ufoExperience;
7
7
 
8
8
  const initExperience = (id, componentName) => {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "63.0.3"
3
+ "version": "63.0.4"
4
4
  }
@@ -12,7 +12,7 @@ var relevantFlags = {
12
12
  memoryCacheLogging: false
13
13
  };
14
14
  var packageName = "@atlaskit/media-picker";
15
- var packageVersion = "63.0.3";
15
+ var packageVersion = "63.0.4";
16
16
  export var LOGGED_FEATURE_FLAGS = filterFeatureFlagNames(relevantFlags);
17
17
  export var LOGGED_FEATURE_FLAG_KEYS = filterFeatureFlagKeysAllProducts(relevantFlags);
18
18
  export function getPackageAttributes(componentName) {
@@ -8,7 +8,7 @@ import { ConcurrentExperience, ExperiencePerformanceTypes, ExperienceTypes } fro
8
8
  import { getMediaEnvironment, getMediaRegion } from '@atlaskit/media-client';
9
9
  import { LOGGED_FEATURE_FLAG_KEYS } from './analytics';
10
10
  var packageName = "@atlaskit/media-picker";
11
- var packageVersion = "63.0.3";
11
+ var packageVersion = "63.0.4";
12
12
  var ufoExperience;
13
13
 
14
14
  var initExperience = function initExperience(id, componentName) {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "63.0.3"
3
+ "version": "63.0.4"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-picker",
3
- "version": "63.0.3",
3
+ "version": "63.0.4",
4
4
  "description": "Library for handling file uploads",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "uuid-validate": "^0.0.3"
42
42
  },
43
43
  "peerDependencies": {
44
- "@atlaskit/media-core": "^33.0.1",
44
+ "@atlaskit/media-core": "^33.0.2",
45
45
  "react": "^16.8.0",
46
46
  "react-dom": "^16.8.0",
47
47
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -69,7 +69,7 @@
69
69
  "react": "^16.8.0",
70
70
  "react-dom": "^16.8.0",
71
71
  "react-intl-next": "npm:react-intl@^5.18.1",
72
- "typescript": "4.2.4",
72
+ "typescript": "4.3.5",
73
73
  "wait-for-expect": "^1.2.0"
74
74
  },
75
75
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"