@applitools/logger
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -55,6 +55,3 @@ "use strict"; | ||
const dirname = path.dirname(filename); | ||
if (!fs.existsSync(dirname)) { | ||
ensureDirectoryExistence(dirname); | ||
fs.mkdirSync(dirname); | ||
} | ||
fs.mkdirSync(dirname, { recursive: true }); | ||
} |
@@ -14,2 +14,2 @@ "use strict"; | ||
LogLevel[LogLevel["all"] = Number.MAX_VALUE] = "all"; | ||
})(LogLevel = exports.LogLevel || (exports.LogLevel = {})); | ||
})(LogLevel || (exports.LogLevel = LogLevel = {})); |
{ | ||
"name": "@applitools/logger", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Applitools logger", | ||
@@ -25,5 +25,2 @@ "keywords": [ | ||
}, | ||
"aliases": [ | ||
"logger" | ||
], | ||
"exports": { | ||
@@ -51,13 +48,8 @@ ".": { | ||
"scripts": { | ||
"lint": "node ../../node_modules/.bin/eslint '**/*.ts'", | ||
"build": "node ../../node_modules/.bin/tsc --project ./tsconfig.build.json", | ||
"test": "node ../../node_modules/.bin/mocha './test/**/*.spec.ts'", | ||
"test:sanity": "yarn test", | ||
"deps": "bongo deps", | ||
"preversion": "bongo preversion", | ||
"version": "bongo version", | ||
"postversion": "bongo postversion" | ||
"lint": "run --top-level eslint '**/*.ts'", | ||
"build": "run --top-level tsc --project ./tsconfig.build.json", | ||
"test": "run --top-level mocha './test/**/*.spec.ts'" | ||
}, | ||
"dependencies": { | ||
"@applitools/utils": "1.3.37", | ||
"@applitools/utils": "1.4.0", | ||
"chalk": "4.1.2", | ||
@@ -67,3 +59,2 @@ "debug": "4.3.3" | ||
"devDependencies": { | ||
"@applitools/bongo": "^4.0.0", | ||
"@types/debug": "^4.1.7", | ||
@@ -75,2 +66,2 @@ "@types/node": "^12.20.55" | ||
} | ||
} | ||
} |
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
2
28
47516
732
+ Added@applitools/utils@1.4.0(transitive)
- Removed@applitools/utils@1.3.37(transitive)
Updated@applitools/utils@1.4.0