@atlaskit/media-client 31.1.2 → 32.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/media-client
2
2
 
3
+ ## 32.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#123539](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/123539)
8
+ [`3be0da32cfe48`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3be0da32cfe48) -
9
+ Updated helper createServerUnauthorizedError. Adds Inner Error to the returned value
10
+
11
+ ## 32.0.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 31.1.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-client",
3
- "version": "31.1.2",
3
+ "version": "32.0.1",
4
4
  "description": "Media API Web Client Library",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,9 +34,9 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/chunkinator": "^6.2.0",
38
- "@atlaskit/media-common": "^11.8.0",
39
- "@atlaskit/platform-feature-flags": "1.1.0",
37
+ "@atlaskit/chunkinator": "^7.0.0",
38
+ "@atlaskit/media-common": "^12.0.0",
39
+ "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "dataloader": "^2.1.0",
42
42
  "deep-equal": "^1.0.1",
@@ -50,15 +50,15 @@
50
50
  "xstate": "4.20.0"
51
51
  },
52
52
  "peerDependencies": {
53
- "@atlaskit/media-core": "^34.4.0",
54
- "@atlaskit/media-state": "^1.0.0"
53
+ "@atlaskit/media-core": "^35.0.0",
54
+ "@atlaskit/media-state": "^1.5.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@atlaskit/media-core": "^34.5.0",
57
+ "@atlaskit/media-core": "^35.0.0",
58
58
  "@atlaskit/media-state": "^1.5.0",
59
- "@atlaskit/ssr": "*",
60
- "@atlaskit/tokens": "^3.3.0",
61
- "@atlassian/feature-flags-test-utils": "0.3.1",
59
+ "@atlaskit/ssr": "^0.4.0",
60
+ "@atlaskit/tokens": "^4.3.0",
61
+ "@atlassian/feature-flags-test-utils": "^0.3.0",
62
62
  "@emotion/react": "^11.7.1",
63
63
  "@types/deep-equal": "^1.0.1",
64
64
  "@types/uuid-validate": "^0.0.2",