@finnair/path-parser
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,4 +19,8 @@ | ||
# [0.6.0](https://github.com/finnair/v-validation/compare/v0.5.0...v0.6.0) (2020-05-19) | ||
- Parsers for `Path` and `PathMatcher` (`@finnair/path`) | ||
# [0.5.0](https://github.com/finnair/v-validation/compare/v0.4.0...v0.5.0) (2020-05-19) | ||
- Parsers for `Path` and `PathMatcher` (`@finnair/path`) | ||
Publish failed. |
{ | ||
"name": "@finnair/path-parser", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"private": false, | ||
@@ -26,7 +26,7 @@ "description": "Simple object path as array of strings and numbers", | ||
"dependencies": { | ||
"@finnair/path": "^0.6.0", | ||
"@finnair/path": "^0.6.1", | ||
"@types/nearley": "2.11.1", | ||
"nearley": "2.19.3" | ||
}, | ||
"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
14469
Updated@finnair/path@^0.6.1