@adastradev/serverless-discovery-sdk
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -70,2 +70,6 @@ "use strict"; | ||
case 0: | ||
// If version hasn't been specified, try to find one from the cloudDependencies | ||
if (!version) { | ||
version = this.cloudDependencies.get(serviceName); | ||
} | ||
// Only use the default stageName if other filters are not provided | ||
@@ -79,6 +83,2 @@ if (!stageName && !version && !externalID) { | ||
} | ||
// If version hasn't been specified, try to find one from the cloudDependencies | ||
if (!version) { | ||
version = this.cloudDependencies.get(serviceName); | ||
} | ||
if (version && this.lookupVersionPostfix) { | ||
@@ -85,0 +85,0 @@ version += this.lookupVersionPostfix; |
{ | ||
"name": "@adastradev/serverless-discovery-sdk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Serverless Service Discovery API", | ||
@@ -5,0 +5,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