@atlaskit/util-service-support
Advanced tools
Comparing version 4.0.7 to 4.0.8
# @atlaskit/util-service-support | ||
## 4.0.8 | ||
### Patch Changes | ||
- [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716): | ||
Updated version of analytics-next to fix potential incompatibilities with TS 3.6 | ||
## 4.0.7 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "4.0.7" | ||
"version": "4.0.8" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "4.0.7" | ||
"version": "4.0.8" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -22,3 +22,3 @@ "config": { | ||
"name": "Util Service Support", | ||
"team": "elements" | ||
"team": "teams" | ||
}, | ||
@@ -25,0 +25,0 @@ "license": "Apache-2.0", |
@@ -10,4 +10,4 @@ { | ||
"./docs/**/*.ts", | ||
"./docs/**/*.tsx", | ||
], | ||
"./docs/**/*.tsx" | ||
] | ||
} |
37503
35