angular-apollo
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -60,2 +60,4 @@ export interface Type { | ||
custom: boolean; | ||
picto_id: number; | ||
partner: boolean; | ||
type: Type; | ||
@@ -62,0 +64,0 @@ nb_items: number; |
@@ -69,3 +69,4 @@ "use strict"; | ||
stubResponse(mockBackend, expiredTokens, refreshTokenResponse); | ||
authTokensValidator.validateTokens(expiredTokens.authToken, expiredTokens.refreshToken).subscribe(function (validatedTokens) { | ||
authTokensValidator.validateTokens(expiredTokens.authToken, expiredTokens.refreshToken) | ||
.subscribe(function (validatedTokens) { | ||
testing_1.expect(validatedTokens).toEqual(new authorisation_tokens_1.AuthorisationTokens(refreshTokenResponse.body.access_token, refreshTokenResponse.body.refresh_token, true)); | ||
@@ -72,0 +73,0 @@ }, fail); |
{ | ||
"name": "angular-apollo", | ||
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"main": "dist/index.js", | ||
@@ -15,3 +15,3 @@ "repository": "https://github.com/7digital/angular-apollo.git", | ||
"typings": "typings", | ||
"lint": "tslint app/**/*.ts", | ||
"lint": "tslint src/**/*.ts", | ||
"test": "npm run clean && npm run tsc && npm run lint && karma start", | ||
@@ -18,0 +18,0 @@ "prepublish": "npm run tsc" |
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
112877
1481