@apify/utilities
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -21,3 +21,6 @@ "use strict"; | ||
}; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
mod | ||
)); | ||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); | ||
@@ -24,0 +27,0 @@ |
{ | ||
"name": "@apify/utilities", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -47,3 +47,3 @@ "main": "./index.js", | ||
"@apify/consts": "^2.3.0", | ||
"@apify/log": "^2.1.3" | ||
"@apify/log": "^2.1.4" | ||
}, | ||
@@ -53,3 +53,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "446ed8764af60ff373af7175c6ec024324b02e61" | ||
"gitHead": "6869dcdec03377cd035c95ca5d8d70d343877408" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
277810
3839
Updated@apify/log@^2.1.4