monocle-ts
Advanced tools
Comparing version 0.4.4 to 0.5.0
@@ -15,2 +15,7 @@ # Changelog | ||
# 0.5.0 | ||
- **Breaking Change** | ||
- upgrade to fp-ts 0.6 (@gcanti) | ||
# 0.4.4 | ||
@@ -17,0 +22,0 @@ |
{ | ||
"name": "monocle-ts", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "A porting of scala monocle library to TypeScript", | ||
@@ -33,3 +33,3 @@ "files": ["lib"], | ||
"dependencies": { | ||
"fp-ts": "^0.5.1" | ||
"fp-ts": "^0.6.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"tslint-config-standard": "4.0.0", | ||
"typescript": "2.5.2", | ||
"typescript": "2.6.0-rc", | ||
"typings-checker": "1.1.2" | ||
@@ -48,0 +48,0 @@ }, |
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
82745
+ Addedfp-ts@0.6.8(transitive)
- Removedfp-ts@0.5.4(transitive)
Updatedfp-ts@^0.6.0