twilio-functions-utils
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -18,3 +18,3 @@ /* global jest */ | ||
getFunctions: jest.fn(() => (functions.reduce((p, c) => { | ||
p[`/${c.replace('.protected.js', '').replace('.private.js', '').replace('.js', '')}`] = { | ||
p[`${c.replace('.protected.js', '').replace('.private.js', '').replace('.js', '')}`] = { | ||
path: path.resolve('./functions', c).replace('.js', ''), | ||
@@ -21,0 +21,0 @@ }; |
{ | ||
"name": "twilio-functions-utils", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Twilio Functions utils library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19696