@finnair/path-parser
Advanced tools
Comparing version 6.1.0 to 7.0.0-alpha.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [7.0.0-alpha.0](https://github.com/finnair/v-validation/compare/v6.1.0...v7.0.0-alpha.0) (2024-11-08) | ||
**Note:** Version bump only for package @finnair/path-parser | ||
# [6.1.0](https://github.com/finnair/v-validation/compare/v6.0.2...v6.1.0) (2024-10-21) | ||
@@ -8,0 +12,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parsePath = void 0; | ||
exports.parsePath = parsePath; | ||
const path_1 = require("@finnair/path"); | ||
@@ -21,2 +21,1 @@ const nearley_1 = __importDefault(require("nearley")); | ||
} | ||
exports.parsePath = parsePath; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parsePathMatcher = void 0; | ||
exports.parsePathMatcher = parsePathMatcher; | ||
const nearley_1 = __importDefault(require("nearley")); | ||
@@ -21,2 +21,1 @@ const matcherGrammar_js_1 = __importDefault(require("./matcherGrammar.js")); | ||
} | ||
exports.parsePathMatcher = parsePathMatcher; |
{ | ||
"name": "@finnair/path-parser", | ||
"version": "6.1.0", | ||
"version": "7.0.0-alpha.0", | ||
"private": false, | ||
@@ -46,8 +46,8 @@ "description": "Simple object path as array of strings and numbers", | ||
"peerDependencies": { | ||
"@finnair/path": "~6.0" | ||
"@finnair/path": ">=6" | ||
}, | ||
"devDependencies": { | ||
"@finnair/path": "^6.1.0" | ||
"@finnair/path": "^7.0.0-alpha.0" | ||
}, | ||
"gitHead": "24a7a43d0a5201a29d650e8bb767195d14af9784" | ||
"gitHead": "9070e0d4d554bae9bb499ac5163a65adbe52dd65" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
60135
393
2
4
0