@wixc3/codux-librarian
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -36,2 +36,3 @@ "use strict"; | ||
const dependencies = packageJson.dependencies || {}; | ||
const devDependencies = packageJson.devDependencies || {}; | ||
const peerDependencies = packageJson.peerDependencies || {}; | ||
@@ -43,2 +44,5 @@ const usedDependencies = {}; | ||
} | ||
else if (devDependencies[dep]) { | ||
usedDependencies[dep] = devDependencies[dep]; | ||
} | ||
else if (peerDependencies[dep]) { | ||
@@ -45,0 +49,0 @@ usedDependencies[dep] = peerDependencies[dep]; |
@@ -8,4 +8,5 @@ export interface PackageJson { | ||
dependencies?: Record<string, string>; | ||
devDependencies?: Record<string, string>; | ||
peerDependencies?: Record<string, string>; | ||
} | ||
//# sourceMappingURL=package-json.d.ts.map |
{ | ||
"name": "@wixc3/codux-librarian", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"license": "MIT", | ||
@@ -26,3 +26,2 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.1", | ||
"@eslint/js": "^9.9.0", | ||
@@ -39,6 +38,6 @@ "@file-services/memory": "^9.4.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"eslint-plugin-no-only-tests": "^3.3.0", | ||
"mocha": "^10.7.3", | ||
"typescript-eslint": "^8.0.1" | ||
"typescript-eslint": "^8.1.0" | ||
} | ||
} |
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
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
79259
14
934