Skip to content

Commit

Permalink
Merge pull request #254 from NebzHB/beta
Browse files Browse the repository at this point in the history
Update to beta
  • Loading branch information
NebzHB authored Sep 16, 2024
2 parents a51eb49 + 4d807d8 commit 9419873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/jeedom-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
'use strict';
const axios = require('axios');
const async = require('async');
const http = require('http');
var DEV_DEBUG;
var USE_QUEUES;
axios.defaults.httpAgent = new http.Agent({ keepAlive: false });

function JeedomClient(url, apikey, Plateform, myPlugin) {
this.apikey = apikey;
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nebz/homebridge-jeedom",
"version": "v1.8.4",
"cust_serial": "0002",
"cust_serial": "0003",
"description": "Homebridge plugin for Jeedom ",
"main": "index.js",
"private":true,
Expand All @@ -12,7 +12,7 @@
"lint": "npm run lint:js"
},
"engines": {
"node": ">=18.0.0",
"node": ">=20.0.0",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"repository": {
Expand All @@ -28,8 +28,8 @@
],
"dependencies": {
"async": "3.2.6",
"axios": "1.7.5",
"express": "4.19.2",
"axios": "1.7.7",
"express": "4.21.0",
"fakegato-history": "NebzHB/fakegato-history#master"
},
"devDependencies": {
Expand Down

0 comments on commit 9419873

Please sign in to comment.