@atlaskit/media-viewer 45.8.9 → 45.8.10

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-viewer
2
2
 
3
+ ## 45.8.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fe9ced0cd70`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe9ced0cd70) - Removed feature flags for polling settings
8
+ - Updated dependencies
9
+
3
10
  ## 45.8.9
4
11
 
5
12
  ### Patch Changes
@@ -215,6 +215,6 @@ var MediaViewer = (0, _mediaCommon.withMediaAnalyticsContext)({
215
215
  component: _analytics.component,
216
216
  componentName: _analytics.componentName
217
217
  }, {
218
- filterFeatureFlags: ['zipPreviews', 'codeViewer', 'poll_intervalMs', 'poll_maxAttempts', 'poll_backoffFactor', 'poll_maxIntervalMs']
218
+ filterFeatureFlags: ['zipPreviews', 'codeViewer']
219
219
  })((0, _analyticsNext.withAnalyticsEvents)()(MediaViewerComponent));
220
220
  exports.MediaViewer = MediaViewer;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-viewer",
3
- "version": "45.8.9",
3
+ "version": "45.8.10",
4
4
  "sideEffects": false
5
5
  }
@@ -177,5 +177,5 @@ export const MediaViewer = withMediaAnalyticsContext({
177
177
  component,
178
178
  componentName
179
179
  }, {
180
- filterFeatureFlags: ['zipPreviews', 'codeViewer', 'poll_intervalMs', 'poll_maxAttempts', 'poll_backoffFactor', 'poll_maxIntervalMs']
180
+ filterFeatureFlags: ['zipPreviews', 'codeViewer']
181
181
  })(withAnalyticsEvents()(MediaViewerComponent));
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-viewer",
3
- "version": "45.8.9",
3
+ "version": "45.8.10",
4
4
  "sideEffects": false
5
5
  }
@@ -192,5 +192,5 @@ export var MediaViewer = withMediaAnalyticsContext({
192
192
  component: component,
193
193
  componentName: componentName
194
194
  }, {
195
- filterFeatureFlags: ['zipPreviews', 'codeViewer', 'poll_intervalMs', 'poll_maxAttempts', 'poll_backoffFactor', 'poll_maxIntervalMs']
195
+ filterFeatureFlags: ['zipPreviews', 'codeViewer']
196
196
  })(withAnalyticsEvents()(MediaViewerComponent));
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-viewer",
3
- "version": "45.8.9",
3
+ "version": "45.8.10",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-viewer",
3
- "version": "45.8.9",
3
+ "version": "45.8.10",
4
4
  "description": "MediaViewer is Atlassian's powerful solution for viewing files on the web. It's both powerful and extendable yet easy-to-integrate",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,9 +32,9 @@
32
32
  "@atlaskit/code": "^14.1.0",
33
33
  "@atlaskit/icon": "^21.9.0",
34
34
  "@atlaskit/icon-file-type": "^6.3.0",
35
- "@atlaskit/media-client": "^14.2.0",
35
+ "@atlaskit/media-client": "^14.3.0",
36
36
  "@atlaskit/media-common": "^2.9.0",
37
- "@atlaskit/media-ui": "^17.0.0",
37
+ "@atlaskit/media-ui": "^17.1.0",
38
38
  "@atlaskit/navigation-next": "^9.0.0",
39
39
  "@atlaskit/spinner": "^15.0.0",
40
40
  "@atlaskit/theme": "^12.0.0",
@@ -56,11 +56,11 @@
56
56
  "@atlaskit/build-utils": "*",
57
57
  "@atlaskit/button": "^16.0.0",
58
58
  "@atlaskit/docs": "*",
59
- "@atlaskit/media-card": "^71.0.0",
59
+ "@atlaskit/media-card": "^72.0.0",
60
60
  "@atlaskit/media-core": "^32.2.0",
61
61
  "@atlaskit/media-integration-test-helpers": "^2.5.0",
62
62
  "@atlaskit/media-test-helpers": "^28.8.0",
63
- "@atlaskit/modal-dialog": "^12.0.0",
63
+ "@atlaskit/modal-dialog": "^12.1.0",
64
64
  "@atlaskit/ssr": "*",
65
65
  "@atlaskit/visual-regression": "*",
66
66
  "@atlaskit/webdriver-runner": "*",