codemaker
Advanced tools
Comparing version 1.34.0 to 1.35.0
{ | ||
"name": "codemaker", | ||
"version": "1.34.0", | ||
"version": "1.35.0", | ||
"description": "A tiny utility for generating source code", | ||
@@ -20,3 +20,3 @@ "license": "Apache-2.0", | ||
"engines": { | ||
"node": ">= 10.3.0" | ||
"node": ">= 12.7.0" | ||
}, | ||
@@ -40,10 +40,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/fs-extra": "^8.1.2", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^10.17.60", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^12.20.26", | ||
"eslint": "^7.32.0", | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"jest": "^27.2.1", | ||
"prettier": "^2.4.1", | ||
"typescript": "~3.9.10" | ||
} | ||
} |
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
65556