serverless-build-plugin
Advanced tools
Comparing version 3.0.0-alpha to 3.1.0-alpha
## 2.4.0-alpha.1 - Aug 18 2018 | ||
Fix: | ||
- [x] Fix symlink, walker required / at the end of packagePath for reading symlink. | ||
## 2.3.0 - Aug 08 2017 | ||
@@ -3,0 +7,0 @@ Features: |
@@ -164,3 +164,3 @@ "use strict"; | ||
}); }; | ||
return [4 /*yield*/, new Walker_1.Walker(packagePath) | ||
return [4 /*yield*/, new Walker_1.Walker("" + packagePath + path_1.sep) | ||
.filter(filter) | ||
@@ -167,0 +167,0 @@ .file(onFile) |
{ | ||
"name": "serverless-build-plugin", | ||
"version": "3.0.0-alpha", | ||
"version": "3.1.0-alpha", | ||
"description": "A Node.js focused build optimizer plugin for serverless", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
148676