apigee-x-module
Advanced tools
Comparing version 0.4.13 to 0.4.14
@@ -62,2 +62,4 @@ "use strict"; | ||
apiProduct.specUrl = attr.value; | ||
if (attr.name === "access") | ||
apiProduct.access = attr.value; | ||
} | ||
@@ -64,0 +66,0 @@ resolve(apiProduct); |
@@ -66,2 +66,3 @@ interface ApigeeApiProducts { | ||
status?: string; | ||
access?: string; | ||
} | ||
@@ -68,0 +69,0 @@ interface Developers { |
{ | ||
"name": "apigee-x-module", | ||
"version": "0.4.13", | ||
"version": "0.4.14", | ||
"description": "Module for integrating with the Apigee X platform for TS/JS developer portal integrations.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/tyayers/apigee-x-module", |
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
43283
721