@poppinss/manager
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -113,3 +113,3 @@ "use strict"; | ||
if (!driver) { | ||
throw new Error(`Make sure to define driver for "${name}" mapping`); | ||
throw new Error(`Make sure to define driver for "${mappingName}" mapping`); | ||
} | ||
@@ -116,0 +116,0 @@ /** |
{ | ||
"name": "@poppinss/manager", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "The builder (Manager) pattern implementation", | ||
@@ -35,3 +35,3 @@ "main": "build/index.js", | ||
"@adonisjs/require-ts": "^1.0.0", | ||
"@types/node": "^14.11.1", | ||
"@types/node": "^14.11.2", | ||
"commitizen": "^4.2.1", | ||
@@ -41,4 +41,4 @@ "cz-conventional-changelog": "^3.3.0", | ||
"doctoc": "^1.4.0", | ||
"eslint": "^7.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-adonis": "^1.0.15", | ||
@@ -49,3 +49,3 @@ "eslint-plugin-prettier": "^3.1.4", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.5.0", | ||
"mrm": "^2.5.1", | ||
"np": "^6.5.0", | ||
@@ -52,0 +52,0 @@ "npm-audit-html": "^1.4.3", |
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
22795