Comparing version 4.2.1 to 4.2.2
@@ -20,5 +20,5 @@ { | ||
"boolean": "^3.0.2", | ||
"detect-node": "^2.0.4", | ||
"detect-node": "^2.0.5", | ||
"fast-json-stringify": "^2.5.2", | ||
"fast-printf": "^1.6.2", | ||
"fast-printf": "^1.6.4", | ||
"globalthis": "^1.0.2", | ||
@@ -35,3 +35,3 @@ "is-circular": "^1.0.2", | ||
"@types/json-stringify-safe": "^5.0.0", | ||
"@types/node": "^14.14.31", | ||
"@types/node": "^14.14.35", | ||
"@types/semver-compare": "^1.0.1", | ||
@@ -43,3 +43,3 @@ "ava": "^3.15.0", | ||
"domain-parent": "^1.0.0", | ||
"eslint": "^7.20.0", | ||
"eslint": "^7.22.0", | ||
"eslint-config-canonical": "^25.9.0", | ||
@@ -49,5 +49,5 @@ "gitdown": "^3.1.4", | ||
"nyc": "^15.1.0", | ||
"semantic-release": "^17.3.9", | ||
"semantic-release": "^17.4.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.2" | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -57,8 +57,2 @@ "engines": { | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/src/log.js", | ||
"require": "./dist/cjs/src/log.js" | ||
} | ||
}, | ||
"husky": { | ||
@@ -76,3 +70,3 @@ "scripts": { | ||
"license": "BSD-3-Clause", | ||
"main": "./dist/cjs/src/log.js", | ||
"main": "./dist/src/log.js", | ||
"name": "roarr", | ||
@@ -85,3 +79,3 @@ "repository": { | ||
"benchmark": "ROARR_LOG=true ts-node --transpile-only test/benchmark.ts", | ||
"build": "del-cli ./dist && tsc && tsc -p tsconfig-esm.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json && echo '{\"type\": \"module\"}' > dist/esm/package.json", | ||
"build": "del-cli ./dist && tsc", | ||
"create-readme": "gitdown ./.README/README.md --output-file ./README.md", | ||
@@ -93,3 +87,3 @@ "dev": "tsc --watch", | ||
"typings": "./dist/esm/src/log.d.ts", | ||
"version": "4.2.1" | ||
"version": "4.2.2" | ||
} |
@@ -13,3 +13,3 @@ { | ||
"noUnusedParameters": false, | ||
"outDir": "dist/cjs", | ||
"outDir": "dist", | ||
"skipLibCheck": true, | ||
@@ -16,0 +16,0 @@ "strict": true, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
59467
30
1081
1
Updateddetect-node@^2.0.5
Updatedfast-printf@^1.6.4