homebridge-tauron-elicznik 0.0.2-beta93 → 0.0.3-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +3 -2
package/index.js CHANGED
@@ -3,6 +3,7 @@
3
3
  const path = require('path');
4
4
  const fs = require('fs');
5
5
  const fsPromises = fs.promises;
6
+ const axios = require('axios');
6
7
 
7
8
  const PLUGIN_NAME = 'homebridge-tauron-elicznik';
8
9
  const PLATFORM_NAME = 'tauroneLicznik';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Tauron eLicznik",
3
3
  "name": "homebridge-tauron-elicznik",
4
- "version": "0.0.2-beta93",
4
+ "version": "0.0.3-beta.0",
5
5
  "description": "Homebridge plugin (https://github.com/homebridge/homebridge) to read data from Tauron eLicznik.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -27,10 +27,11 @@
27
27
  "LICENSE"
28
28
  ],
29
29
  "engines": {
30
- "node": ">=12.0.0",
30
+ "node": ">=14.0.0",
31
31
  "homebridge": ">=1.3.0"
32
32
  },
33
33
  "dependencies": {
34
+ "axios": ">=0.25.0"
34
35
  },
35
36
  "keywords": [
36
37
  "homebridge",