@bafsllc/serverless-import-config-plugin
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -141,4 +141,4 @@ "use strict"; | ||
const { module: pathToImport, inputs } = realOptions; | ||
this.serverless.cli.log(`Importing ${pathToImport}`); | ||
const importPath = yield this.resolvePathToImport(pathToImport, { basedir }); | ||
this.serverless.cli.log(`Importing ${importPath}`); | ||
let config; | ||
@@ -145,0 +145,0 @@ try { |
{ | ||
"name": "@bafsllc/serverless-import-config-plugin", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Adds possibility to import YAML files in serverless.yaml config file", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
23489