Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unematiii committed Feb 22, 2023
1 parent c831e23 commit 2e088b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auto-api
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@highmobility/auto-api-javascript",
"version": "1.4.0",
"version": "1.4.1",
"description": "Auto API for JavaScript - the parsing library for the Auto API vehicle data model",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/capabilities/Charging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ enum Properties {
CurrentType = 'current_type',
DepartureTimeDisplay = 'departure_time_display',
DepartureTimes = 'departure_times',
DistanceToCompleteCharge = 'distance_to_complete_charge',
DrivingModePhev = 'driving_mode_phev',
EstimatedRange = 'estimated_range',
EstimatedRangeTarget = 'estimated_range_target',
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/configuration.json

Large diffs are not rendered by default.

0 comments on commit 2e088b2

Please sign in to comment.