@finnair/v-validation-luxon
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.2.0](https://github.com/finnair/v-validation/compare/v5.1.0...v5.2.0) (2024-02-14) | ||
### Bug Fixes | ||
* use peerDependencies to other v-validation packages to avoid duplicate dependencies ([#101](https://github.com/finnair/v-validation/issues/101)) ([ae1def0](https://github.com/finnair/v-validation/commit/ae1def01e10d3491949424a76c986caa82e7a4d2)) | ||
# [5.1.0](https://github.com/finnair/v-validation/compare/v5.0.1...v5.1.0) (2023-11-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@finnair/v-validation-luxon", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"private": false, | ||
@@ -42,10 +42,12 @@ "description": "Luxon validators", | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@finnair/path": "^5.1.0", | ||
"@finnair/v-validation": "^5.1.0" | ||
"@finnair/v-validation": "^5.1.0", | ||
"luxon": "^3.4.0" | ||
}, | ||
"peerDependencies": { | ||
"luxon": "^3.0.0" | ||
"devDependencies": { | ||
"@finnair/path": "^5.2.0", | ||
"@finnair/v-validation": "^5.2.0" | ||
}, | ||
"gitHead": "fdba98ed7487efbd1d54c6bfbc85805b45a65299" | ||
"gitHead": "563d677caefeb2a9c68006bd3076bb9c3cc66baf" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
105932
0
2
- Removed@finnair/path@^5.1.0
- Removed@finnair/v-validation@^5.1.0