@alheimsins/calculate-cheapest-charging-schedule
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@alheimsins/calculate-cheapest-charging-schedule", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple module for calculating the cheapest charging schedule for your EV", | ||
@@ -31,8 +31,8 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">=16.15.0" | ||
"node": ">=16.15.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "4.2.0", | ||
"ava": "4.3.0", | ||
"standard": "17.0.0" | ||
} | ||
} |
@@ -75,2 +75,5 @@ [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) | ||
- [tibber-get-price-info](https://github.com/Alheimsins/tibber-get-price-info) Retrieve price info from tibber for your current subscription | ||
- [zaptec-go-start-stop](https://github.com/Alheimsins/zaptec-go-start-stop) A module for starting and stopping your Zaptec Go EV charger | ||
- [bmw-is-connected-to-charger](https://github.com/Alheimsins/bmw-is-connected-to-charger) Answers the question: is my BMW connected to a charger? | ||
- [leaf-connect](https://github.com/Alheimsins/leaf-connect) Node.js client library for the Nissan Leaf API | ||
@@ -77,0 +80,0 @@ # License |
6038
89