Skip to content

Commit

Permalink
feat(deps): update pelias/model
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Feb 18, 2025
1 parent fd049c4 commit 406e0f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pelias-config": "^6.0.0",
"pelias-dbclient": "^3.1.0",
"pelias-logger": "^1.2.1",
"pelias-model": "^10.2.0",
"pelias-model": "^10.5.0",
"pelias-wof-admin-lookup": "^7.11.0",
"split2": "^3.2.2",
"temp": "^0.9.1",
Expand Down
30 changes: 15 additions & 15 deletions test/data/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@
"_id": "openaddresses:address:input_file_1:f026cd5494a7e4f4",
"data": {
"name": {
"default": "00 Elm St"
"default": "0 Elm St"
},
"phrase": {
"default": "00 Elm St"
"default": "0 Elm St"
},
"address_parts": {
"number": "00",
"number": "0",
"street": "Elm St"
},
"center_point": {
Expand All @@ -207,13 +207,13 @@
"_id": "openaddresses:address:input_file_1:4509c0194f1efaca",
"data": {
"name": {
"default": "00300 Main St"
"default": "300 Main St"
},
"phrase": {
"default": "00300 Main St"
"default": "300 Main St"
},
"address_parts": {
"number": "00300",
"number": "300",
"street": "Main St"
},
"center_point": {
Expand Down Expand Up @@ -253,13 +253,13 @@
"_id": "openaddresses:address:input_file_2:b7c25b5e6eea7831",
"data": {
"name": {
"default": "00000 Vireo Rd"
"default": "0 Vireo Rd"
},
"phrase": {
"default": "00000 Vireo Rd"
"default": "0 Vireo Rd"
},
"address_parts": {
"number": "00000",
"number": "0",
"street": "Vireo Rd"
},
"center_point": {
Expand All @@ -276,13 +276,13 @@
"_id": "openaddresses:address:input_file_2:25d52af880bfefc4",
"data": {
"name": {
"default": "00500 Calle De Lago"
"default": "500 Calle De Lago"
},
"phrase": {
"default": "00500 Calle De Lago"
"default": "500 Calle De Lago"
},
"address_parts": {
"number": "00500",
"number": "500",
"street": "Calle De Lago"
},
"center_point": {
Expand All @@ -299,13 +299,13 @@
"_id": "openaddresses:address:input_file_2:0d9cb0ba093a3d23",
"data": {
"name": {
"default": "00500 Calle De Lago"
"default": "500 Calle De Lago"
},
"phrase": {
"default": "00500 Calle De Lago"
"default": "500 Calle De Lago"
},
"address_parts": {
"number": "00500",
"number": "500",
"street": "Calle De Lago"
},
"center_point": {
Expand Down

0 comments on commit 406e0f1

Please sign in to comment.