@adonisjs/application
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -18,3 +18,2 @@ declare module '@ioc:Adonis/Core/Application' { | ||
reloadServer: boolean; | ||
processor?: string; | ||
}; | ||
@@ -21,0 +20,0 @@ export type RcFile = { |
@@ -53,3 +53,3 @@ "use strict"; | ||
} | ||
const { pattern, reloadServer, processor } = file; | ||
const { pattern, reloadServer } = file; | ||
if (!pattern) { | ||
@@ -61,3 +61,2 @@ throw new utils_1.Exception(`Invalid value for metaFiles[${index}]`, 500, 'E_METAFILE_MISSING_PATTERN'); | ||
reloadServer: !!reloadServer, | ||
processor: processor, | ||
}; | ||
@@ -64,0 +63,0 @@ }), |
{ | ||
"name": "@adonisjs/application", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "AdonisJs application class to read app related data", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
16215
276