@mcma/client
Advanced tools
Comparing version 0.4.6 to 0.5.0
@@ -17,3 +17,3 @@ import { AxiosRequestConfig, AxiosPromise } from "axios"; | ||
add(authType: string, authenticatorFactory: AuthenticatorFactory): void; | ||
get(authType: string, authContext: any): Authenticator; | ||
get(authType: string, authContext?: any): Authenticator; | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "@mcma/client", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "Node module with classes and functions used to access services in an MCMA environment", | ||
@@ -26,5 +26,8 @@ "engines": { | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"@mcma/core": "0.4.6" | ||
"@mcma/core": "^0.5.0", | ||
"axios": "^0.18.0" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.5.0" | ||
}, | ||
"devDependencies": { | ||
@@ -31,0 +34,0 @@ "jasmine": "^3.3.1" |
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
24583
3
+ Added@mcma/core@0.5.5(transitive)
- Removed@mcma/core@0.4.6(transitive)
Updated@mcma/core@^0.5.0