@qawolf/config
Advanced tools
Comparing version 0.9.0-beta.0 to 0.9.0-beta.1
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.9.0-beta.0", | ||
"version": "0.9.0-beta.1", | ||
"license": "BSD-3.0", | ||
@@ -23,10 +23,14 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"dotenv": "^8.1.0", | ||
"fs-extra": "^8.1.0" | ||
"dotenv": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@qawolf/types": "^0.9.0-beta.0", | ||
"@types/dotenv": "^6.1.1" | ||
"@qawolf/types": "0.9.0-beta.1", | ||
"@types/dotenv": "^6.1.1", | ||
"fs-extra": "^8.x", | ||
"lodash": "^4.x" | ||
}, | ||
"gitHead": "6bab686a24263f4a2c60231dcc350a3634eb5477" | ||
"peerDependencies": { | ||
"lodash": "^4.x" | ||
}, | ||
"gitHead": "1ad91ef78fb32d8dd592a83a2f9f62c9c7916d2b" | ||
} |
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
8573
4
+ Addedlodash@4.17.21(transitive)
- Removedfs-extra@^8.1.0
- Removedfs-extra@8.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)