apigee-x-module
Advanced tools
Comparing version 0.5.13 to 0.5.14
@@ -17,4 +17,3 @@ "use strict"; | ||
const form = new FormData(); | ||
var newFile = fs.readFileSync(bundlePath); | ||
form.append('file', newFile, `${proxyName + ".zip"}`); | ||
form.append('file', fs.createReadStream(bundlePath), `${proxyName + ".zip"}`); | ||
axios.request({ | ||
@@ -21,0 +20,0 @@ url: `https://apigee.googleapis.com/v1/organizations/${projectId}/apis?name=${proxyName}&action=import`, |
{ | ||
"name": "apigee-x-module", | ||
"version": "0.5.13", | ||
"version": "0.5.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
45722
739