Skip to content

Commit

Permalink
feat(parser): upgrade pelias-parser dependency
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrades to a new major version of pelias/parser which reverts unit number parsing functionality due to OOM errors.

Additional changes in pelias/parser being brought in:
- pelias/parser@72d6463
- pelias/parser@90481c5
- pelias/parser@94eae1b
- pelias/parser@e92f96c
- pelias/parser@a1af69b

Original commit to pin pelias-parser to a branch:
4061a2f
  • Loading branch information
missinglink committed Oct 5, 2021
1 parent 71c7e43 commit 5a393fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pelias-logger": "^1.2.0",
"pelias-microservice-wrapper": "^1.10.0",
"pelias-model": "^9.0.0",
"pelias-parser": "pelias/parser#remove-unit-type",
"pelias-parser": "^2.0.0",
"pelias-query": "^11.0.0",
"pelias-sorting": "^1.2.0",
"predicates": "^2.0.0",
Expand Down

0 comments on commit 5a393fd

Please sign in to comment.