@atlaskit/media-client 27.2.0 → 27.2.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.
@@ -320,6 +320,7 @@ var MediaStore = exports.MediaStore = /*#__PURE__*/function () {
320
320
  },
321
321
  headers: headers,
322
322
  params: {
323
+ collection: collectionName,
323
324
  'max-age': "".concat(maxAge)
324
325
  }
325
326
  });
@@ -202,6 +202,7 @@ export class MediaStore {
202
202
  },
203
203
  headers,
204
204
  params: {
205
+ collection: collectionName,
205
206
  'max-age': `${maxAge}`
206
207
  }
207
208
  };
@@ -313,6 +313,7 @@ export var MediaStore = /*#__PURE__*/function () {
313
313
  },
314
314
  headers: headers,
315
315
  params: {
316
+ collection: collectionName,
316
317
  'max-age': "".concat(maxAge)
317
318
  }
318
319
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "27.2.0",
3
+ "version": "27.2.1",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -61,7 +61,6 @@
61
61
  "@atlaskit/media-state": "^1.1.0",
62
62
  "@atlaskit/ssr": "*",
63
63
  "@atlaskit/tokens": "^1.49.0",
64
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
65
64
  "@atlassian/feature-flags-test-utils": "0.2.1",
66
65
  "@emotion/react": "^11.7.1",
67
66
  "@types/deep-equal": "^1.0.1",
@@ -84,7 +83,6 @@
84
83
  ]
85
84
  }
86
85
  },
87
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
88
86
  "platform-feature-flags": {
89
87
  "platform.media-svg-rendering": {
90
88
  "type": "boolean"