@atlaskit/util-service-support 6.4.0 → 6.4.2

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 +15 -0
  2. package/package.json +10 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/util-service-support
2
2
 
3
+ ## 6.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 6.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`72290778b16ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/72290778b16ca) -
14
+ Enrol mixed platform packages into the React Compiler with platform gating via
15
+ isReactCompilerActivePlatform
16
+ - Updated dependencies
17
+
3
18
  ## 6.4.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-service-support",
3
- "version": "6.4.0",
3
+ "version": "6.4.2",
4
4
  "description": "A library of support classes for integrating React components with REST HTTP services",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,6 +22,13 @@
22
22
  },
23
23
  "atlaskit:src": "src/index.ts",
24
24
  "atlassian": {
25
+ "react-compiler": {
26
+ "enabled": true,
27
+ "gating": {
28
+ "source": "@atlassian/react-compiler-gating",
29
+ "importSpecifierName": "isReactCompilerActivePlatform"
30
+ }
31
+ },
25
32
  "team": "Build Infra"
26
33
  },
27
34
  "config": {
@@ -29,11 +36,12 @@
29
36
  },
30
37
  "dependencies": {
31
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
32
- "@atlaskit/react-ufo": "^5.20.0",
39
+ "@atlaskit/react-ufo": "^6.0.0",
33
40
  "@babel/runtime": "^7.0.0",
34
41
  "meros": "^1.3.0"
35
42
  },
36
43
  "devDependencies": {
44
+ "@atlassian/react-compiler-gating": "workspace:^",
37
45
  "es6-promise": "^4.0.5",
38
46
  "fetch-mock": "^8.0.0",
39
47
  "sinon": "^2.2.0"