@finnair/path
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,3 +6,3 @@ # Change Log | ||
# [0.6.0](https://github.com/finnair/v-validation/compare/v0.5.0...v0.6.0) (2020-05-19) | ||
## [0.6.1](https://github.com/finnair/v-validation/compare/v0.6.0...v0.6.1) (2020-05-22) | ||
@@ -12,3 +12,3 @@ | ||
* Changelog + try fixing publish failing because of private package(?) ([589a896](https://github.com/finnair/v-validation/commit/589a89674b17e48148341878492f57a57f69c966)) | ||
* NPM ignore node_modules ([9f1264f](https://github.com/finnair/v-validation/commit/9f1264f5086e406d30f94f5a47aa3fb6956d725a)) | ||
@@ -19,3 +19,3 @@ | ||
# [0.5.0](https://github.com/finnair/v-validation/compare/v0.4.0...v0.5.0) (2020-05-19) | ||
# [0.6.0](https://github.com/finnair/v-validation/compare/v0.5.0...v0.6.0) (2020-05-19) | ||
@@ -27,1 +27,5 @@ Path utilities: | ||
- `Projection` - PathMatcher based include/exclude mapper for providing partial results from e.g. an API. | ||
# [0.5.0](https://github.com/finnair/v-validation/compare/v0.4.0...v0.5.0) (2020-05-19) | ||
Publish failed. |
{ | ||
"name": "@finnair/path", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"private": false, | ||
@@ -25,3 +25,3 @@ "description": "Simple object path as array of strings and numbers", | ||
}, | ||
"gitHead": "62b25a748646454b1c56dfec9c9d33eee7451b13" | ||
"gitHead": "ad2e94b85250b4a36e79f505f1efca2fe30a9127" | ||
} |
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
35155