read-config-file
Advanced tools
Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "read-config-file", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"main": "out/main.js", | ||
@@ -18,8 +18,8 @@ "author": "Vladimir Krivosheev", | ||
"compile": "tsc", | ||
"release": "pnpm compile && npm publish" | ||
"release": "pnpm compile && pnpm publish --no-git-checks" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^8.2.0", | ||
"dotenv": "^9.0.2", | ||
"dotenv-expand": "^5.1.0", | ||
"js-yaml": "^4.0.0", | ||
"js-yaml": "^4.1.0", | ||
"json5": "^2.2.0", | ||
@@ -29,7 +29,7 @@ "lazy-val": "^1.0.4" | ||
"devDependencies": { | ||
"@types/js-yaml": "^4.0.0", | ||
"@types/node": "^14.14.34", | ||
"typescript": "^4.2.3" | ||
"@types/js-yaml": "^4.0.1", | ||
"@types/node": "^15.0.2", | ||
"typescript": "^4.2.4" | ||
}, | ||
"typings": "./out/main.d.ts" | ||
} |
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
18849
+ Addeddotenv@9.0.2(transitive)
- Removeddotenv@8.6.0(transitive)
Updateddotenv@^9.0.2
Updatedjs-yaml@^4.1.0