@lskjs/utils
Advanced tools
Comparing version 2.3.0-beta.22 to 2.3.0-beta.42
@@ -8,3 +8,3 @@ "use strict"; | ||
}); | ||
exports["default"] = void 0; | ||
exports["default"] = exports.asyncMapValues = void 0; | ||
@@ -20,7 +20,9 @@ var _bluebird = _interopRequireDefault(require("bluebird")); | ||
// ): Promise<Dictionary<any>> => Bluebird.props(mapValues(obj, callback)); // @ts-ignore | ||
var _default = function _default(obj, callback) { | ||
var asyncMapValues = function asyncMapValues(obj, callback) { | ||
return _bluebird["default"].props((0, _mapValues["default"])(obj, callback)); | ||
}; | ||
exports.asyncMapValues = asyncMapValues; | ||
var _default = asyncMapValues; | ||
exports["default"] = _default; | ||
//# sourceMappingURL=asyncMapValues.js.map |
{ | ||
"name": "@lskjs/utils", | ||
"version": "2.3.0-beta.22", | ||
"version": "2.3.0-beta.42", | ||
"description": "LSK.js – utils – helpers and functions", | ||
@@ -35,3 +35,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "646f56afefc4dc04d914f6f2e7e55f317bcf6421" | ||
"gitHead": "716b30e8d34ee779de3c4e8ad9d53125e2ef5b1e" | ||
} |
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
368035
3683