@apify/utilities
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@apify/utilities", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Tools and constants shared across Apify projects.", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -37,3 +30,2 @@ "apify" | ||
"build": "npm run clean && npm run compile && npm run copy", | ||
"postbuild": "npx gen-esm-wrapper index.js index.mjs", | ||
"clean": "rimraf ./dist", | ||
@@ -47,4 +39,4 @@ "compile": "tsc -p tsconfig.build.json", | ||
"dependencies": { | ||
"@apify/consts": "^1.1.2", | ||
"@apify/log": "^1.0.4" | ||
"@apify/consts": "^1.1.3", | ||
"@apify/log": "^1.0.5" | ||
}, | ||
@@ -54,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "def61f4750536ed9543a5c9afa6ca4fd295a8d83" | ||
"gitHead": "94f261b10baa1a539e97b4955f80f808cb1b02ac" | ||
} |
89878
19
1756
Updated@apify/consts@^1.1.3
Updated@apify/log@^1.0.5