Comparing version 2.0.56 to 2.0.57
@@ -17,5 +17,5 @@ "use strict"; | ||
resolve: () => { | ||
if (dirExists && typeof adm_zip_1.default === undefined) | ||
throw new Error(`You need to install adm-zip to fetch your sdk: "npm i adm-zip"`); | ||
return new adm_zip_1.default(sdkPath).toBuffer(); | ||
const zip = new adm_zip_1.default(); | ||
zip.addLocalFolder(sdkPath); | ||
return zip.toBuffer(); | ||
}, | ||
@@ -22,0 +22,0 @@ }), |
{ | ||
"name": "bridge", | ||
"version": "2.0.56", | ||
"version": "2.0.57", | ||
"description": "Bridge is a Typescript Node.js framework that provides an easy and scalable way to create REST APIs while generating the client code.", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
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
115499