file-system-cache
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -15,2 +15,7 @@ # Change Log | ||
## [2.4.2] - 2023-06-8 | ||
#### Fixed | ||
- Issue #33: "@types/ramda" types as devDependency causing upstream issues on `--skipLib` | ||
## [2.4.1] - 2023-06-28 | ||
@@ -17,0 +22,0 @@ #### Fixed |
{ | ||
"name": "file-system-cache", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "A super-fast, promise-based cache that reads and writes to the file-system.", | ||
@@ -13,2 +13,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@types/ramda": "0.29.3", | ||
"fs-extra": "11.1.1", | ||
@@ -22,3 +23,2 @@ "ramda": "0.29.0" | ||
"@types/mocha": "10.0.1", | ||
"@types/ramda": "0.29.2", | ||
"chai": "4.3.7", | ||
@@ -28,3 +28,3 @@ "mocha": "10.2.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.3" | ||
"typescript": "5.1.6" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
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
26796
9
3
+ Added@types/ramda@0.29.3
+ Added@types/ramda@0.29.3(transitive)
+ Addedts-toolbelt@9.6.0(transitive)
+ Addedtypes-ramda@0.29.10(transitive)