@saulx/utils
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -29,3 +29,3 @@ "use strict"; | ||
if (await options.itemMatchFn(item)) { | ||
itemFn(item.ref, { name, path, type }); | ||
await itemFn(item.ref, { name, path, type }); | ||
} | ||
@@ -32,0 +32,0 @@ if (await options.recurseFn(item)) { |
{ | ||
"name": "@saulx/utils", | ||
"main": "./dist/index.js", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "tsc", |
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
52748