@atlaskit/media-client 28.3.0 → 28.3.1
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,13 @@
|
|
|
1
1
|
# @atlaskit/media-client
|
|
2
2
|
|
|
3
|
+
## 28.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#165609](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165609)
|
|
8
|
+
[`b29c0cc4fef46`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b29c0cc4fef46) -
|
|
9
|
+
Cleaned up media card perf observer feature flag
|
|
10
|
+
|
|
3
11
|
## 28.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -452,7 +452,7 @@ var MediaStore = exports.MediaStore = /*#__PURE__*/function () {
|
|
|
452
452
|
params: extendImageParams(params, fetchMaxRes),
|
|
453
453
|
headers: headers,
|
|
454
454
|
traceContext: traceContext,
|
|
455
|
-
addMediaClientParam:
|
|
455
|
+
addMediaClientParam: true
|
|
456
456
|
});
|
|
457
457
|
return _context8.abrupt("return", this.request("/file/".concat(id, "/").concat(imageEndpoint), options, controller, true).then((0, _helpers.createMapResponseToBlob)(metadata)));
|
|
458
458
|
case 7:
|
|
@@ -271,7 +271,7 @@ export class MediaStore {
|
|
|
271
271
|
params: extendImageParams(params, fetchMaxRes),
|
|
272
272
|
headers,
|
|
273
273
|
traceContext,
|
|
274
|
-
addMediaClientParam:
|
|
274
|
+
addMediaClientParam: true
|
|
275
275
|
};
|
|
276
276
|
return this.request(`/file/${id}/${imageEndpoint}`, options, controller, true).then(createMapResponseToBlob(metadata));
|
|
277
277
|
}
|
|
@@ -446,7 +446,7 @@ export var MediaStore = /*#__PURE__*/function () {
|
|
|
446
446
|
params: extendImageParams(params, fetchMaxRes),
|
|
447
447
|
headers: headers,
|
|
448
448
|
traceContext: traceContext,
|
|
449
|
-
addMediaClientParam:
|
|
449
|
+
addMediaClientParam: true
|
|
450
450
|
});
|
|
451
451
|
return _context8.abrupt("return", this.request("/file/".concat(id, "/").concat(imageEndpoint), options, controller, true).then(createMapResponseToBlob(metadata)));
|
|
452
452
|
case 7:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/media-client",
|
|
3
|
-
"version": "28.3.
|
|
3
|
+
"version": "28.3.1",
|
|
4
4
|
"description": "Media API Web Client Library",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/media-core": "^34.3.0",
|
|
58
58
|
"@atlaskit/media-state": "^1.1.0",
|
|
59
59
|
"@atlaskit/ssr": "*",
|
|
60
|
-
"@atlaskit/tokens": "^2.
|
|
60
|
+
"@atlaskit/tokens": "^2.4.0",
|
|
61
61
|
"@atlassian/feature-flags-test-utils": "0.2.3",
|
|
62
62
|
"@emotion/react": "^11.7.1",
|
|
63
63
|
"@types/deep-equal": "^1.0.1",
|
|
@@ -81,9 +81,6 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"platform-feature-flags": {
|
|
84
|
-
"platform.media-card-performance-observer_a803k": {
|
|
85
|
-
"type": "boolean"
|
|
86
|
-
},
|
|
87
84
|
"platform_media_cdn_single_host": {
|
|
88
85
|
"type": "boolean"
|
|
89
86
|
},
|