@serverless/platform-sdk
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -87,3 +87,3 @@ 'use strict'; | ||
* Write Config File | ||
* - Writes a .serverlessrc file on the local machine in the root dir. | ||
* - Writes a .serverlessrc file on the local machine in the root dir | ||
*/ | ||
@@ -107,2 +107,5 @@ | ||
var config = readConfigFile(); | ||
if (!config.userId) { | ||
return null; | ||
} | ||
var user = (0, _ramda.path)(['users', config.userId, 'dashboard'], config); | ||
@@ -109,0 +112,0 @@ if (!user || !user.username) { |
{ | ||
"name": "@serverless/platform-sdk", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Serverless Platform SDK", | ||
@@ -5,0 +5,0 @@ "author": "Serverless, Inc.", |
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
173822
1900