@antcolag/tools
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@antcolag/tools", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "npm wrapper for tools", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -208,4 +208,3 @@ import { | ||
return await this.trigger( | ||
self[p].bind(this), | ||
...args | ||
self[p].bind(this, ...args) | ||
) | ||
@@ -212,0 +211,0 @@ } |
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
1197633
2112