@vodafoneuk/aim-mocking
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -593,3 +593,3 @@ import bodyParser from 'body-parser'; | ||
data.__cacheMeta = {}; | ||
data.__cacheMeta.filePath = mockFilePath; | ||
data.__cacheMeta.filePath = path.relative(process.cwd(), mockFilePath); | ||
return data; | ||
@@ -596,0 +596,0 @@ } |
{ | ||
"name": "@vodafoneuk/aim-mocking", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Api Interceptor Middleware - localized cache lib and middleware for dalmatian and other api calls", | ||
@@ -73,3 +73,3 @@ "author": "Radoslaw Swiat", | ||
}, | ||
"gitHead": "69924bf80b42cbf414b89681a408fcfb5a9a2ab3" | ||
"gitHead": "8a50ab8f1ebf81ec33bf0063da62a8a1929aa461" | ||
} |
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
79546