lambda-serverless-api
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -14,3 +14,3 @@ const fs = require("fs"); | ||
// load referenced yaml file | ||
const match = /^\${file\(([^)]+?)\)(?::([a-zA-Z0-9]*?))?}$/g.exec(entry); | ||
const match = /^\${file\(([^(){}$]+?)\)(?::([a-zA-Z0-9]*?))?}$/g.exec(entry); | ||
if (match) { | ||
@@ -17,0 +17,0 @@ const loaded = yaml.safeLoad(fs.readFileSync(path.join(dir, match[1]), 'utf8')); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"scripts": { | ||
@@ -26,0 +26,0 @@ "test": "grunt gardener", |
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
17868