@adonisjs/fold
Advanced tools
Comparing version 5.0.10 to 5.0.11
@@ -54,3 +54,3 @@ "use strict"; | ||
construct(target, ...args) { | ||
return callTrap(target, 'construct', args); | ||
return callTrap(target, 'construct', ...args); | ||
}, | ||
@@ -57,0 +57,0 @@ }); |
{ | ||
"name": "@adonisjs/fold", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Dependency manager and ioc container for your next NodeJs application", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
32752