@ntegral/lulu
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -150,2 +150,3 @@ "use strict"; | ||
} | ||
this.decoded = yield this.decode(result); | ||
this.token = result; | ||
@@ -152,0 +153,0 @@ this.isAuthenticated = true; |
@@ -171,2 +171,3 @@ import * as request from 'request'; | ||
this.decoded = await this.decode(result); | ||
this.token = result; | ||
@@ -173,0 +174,0 @@ this.isAuthenticated = true; |
@@ -10,3 +10,3 @@ { | ||
"name": "@ntegral/lulu", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Lulu Print API Client", | ||
@@ -13,0 +13,0 @@ "main": "./dist/index.js", |
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
60189
1589