Skip to content

Commit

Permalink
[RELEASE] 6.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed May 22, 2024
1 parent f851fc1 commit 5ffebe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oneblink/sdk-core",
"description": "OneBlink SDK for JavaScript (works in Browsers and NodeJS)",
"version": "6.2.0-beta.1",
"version": "6.2.0-beta.2",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/sdk-core-js/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/replaceCustomValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function formatValue({
const value = unknownValue as GoogleTypes.GoogleMapsAddress
return {
element: element,
value: value.formattedAddress || value.id,
value: value.formatted_address || value.place_id,
}
}
case 'civicaStreetName': {
Expand Down

0 comments on commit 5ffebe2

Please sign in to comment.