@atlaskit/util-service-support
Advanced tools
Comparing version 6.0.0 to 6.0.1
# @atlaskit/util-service-support | ||
## 6.0.1 | ||
### Patch Changes | ||
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0 | ||
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade | ||
to prevent duplicates of tslib being bundled. | ||
## 6.0.0 | ||
@@ -4,0 +13,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.utils = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ tslib_1.__exportStar(require("./types"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AbstractResource = void 0; | ||
var AbstractResource = /** @class */ (function () { | ||
@@ -4,0 +5,0 @@ function AbstractResource() { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.requestService = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var URL = tslib_1.__importStar(require("url")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buildCredentials = void 0; | ||
exports.buildCredentials = function (secOptions) { | ||
@@ -4,0 +5,0 @@ return secOptions && secOptions.omitCredentials |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.0.0" | ||
"version": "6.0.1" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.0.0" | ||
"version": "6.0.1" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.0.0" | ||
"version": "6.0.1" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -17,2 +17,3 @@ "publishConfig": { | ||
"atlassian": { | ||
"deprecatedAutoEntryPoints": true, | ||
"releaseModel": "continuous" | ||
@@ -24,3 +25,3 @@ }, | ||
"dependencies": { | ||
"tslib": "^1.9.3", | ||
"tslib": "^2.0.0", | ||
"url": "^0.11.0", | ||
@@ -27,0 +28,0 @@ "url-search-params": "^0.10.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57299
825
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.0