@atlaskit/util-service-support
Advanced tools
Comparing version 6.2.0 to 6.2.1
# @atlaskit/util-service-support | ||
## 6.2.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 6.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.2.0" | ||
"version": "6.2.1" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.2.0" | ||
"version": "6.2.1" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.2.0" | ||
"version": "6.2.1" | ||
} |
@@ -5,2 +5,2 @@ import { RequestServiceOptions, ServiceConfig } from './types'; | ||
*/ | ||
export declare const requestService: <T>(serviceConfig: ServiceConfig, options?: RequestServiceOptions | undefined) => Promise<T>; | ||
export declare const requestService: <T>(serviceConfig: ServiceConfig, options?: RequestServiceOptions) => Promise<T>; |
@@ -56,3 +56,3 @@ export interface OnProviderChange<R, E, I> { | ||
} | ||
export declare const buildCredentials: (secOptions?: SecurityOptions | undefined) => "omit" | "include"; | ||
export declare const buildCredentials: (secOptions?: SecurityOptions) => "omit" | "include"; | ||
/** | ||
@@ -59,0 +59,0 @@ * Returns a promise to a SecurityOptions that has just been forcibly refreshed with a |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -15,2 +15,10 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"atlaskit:src": "src/index.ts", | ||
@@ -34,3 +42,3 @@ "atlassian": { | ||
"sinon": "^2.2.0", | ||
"typescript": "4.5.5" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -37,0 +45,0 @@ "keywords": [ |
@@ -40,3 +40,3 @@ <!-- API Report Version: 2.3 --> | ||
export const buildCredentials: ( | ||
secOptions?: SecurityOptions | undefined, | ||
secOptions?: SecurityOptions, | ||
) => 'include' | 'omit'; | ||
@@ -76,3 +76,3 @@ | ||
serviceConfig: ServiceConfig, | ||
options?: RequestServiceOptions | undefined, | ||
options?: RequestServiceOptions, | ||
) => Promise<T>; | ||
@@ -79,0 +79,0 @@ |
@@ -8,5 +8,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/serviceResources.d.ts" | ||
"../dist/types-ts4.5/serviceResources.d.ts" | ||
] | ||
@@ -13,0 +13,0 @@ } |
@@ -8,5 +8,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/serviceUtils.d.ts" | ||
"../dist/types-ts4.5/serviceUtils.d.ts" | ||
] | ||
@@ -13,0 +13,0 @@ } |
@@ -8,5 +8,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
"../dist/types-ts4.5/types.d.ts" | ||
] | ||
@@ -13,0 +13,0 @@ } |
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
48976
30
857