Skip to content

Commit

Permalink
Merge pull request #34 from phillipivan/main
Browse files Browse the repository at this point in the history
Dont give up trying to connect when connection is in fault
  • Loading branch information
phillipivan authored Sep 20, 2024
2 parents 9665cd1 + ac119e9 commit 95998de
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 193 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-emberplus",
"version": "2.3.1",
"version": "2.3.2",
"main": "dist/index.js",
"scripts": {
"prepare": "husky",
Expand Down Expand Up @@ -31,17 +31,18 @@
"dependencies": {
"@companion-module/base": "~1.10.0",
"@types/node": "^18.19.45",
"emberplus-connection": "^0.2.1"
"emberplus-connection": "^0.2.1",
"p-queue": "^8.0.1"
},
"devDependencies": {
"@companion-module/tools": "^2.0.4",
"eslint": "^9.10.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "~5.5.4",
"typescript-eslint": "^8.5.0"
"typescript-eslint": "^8.6.0"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 95998de

Please sign in to comment.