Skip to content

Commit

Permalink
Merge pull request #28 from phillipivan/main
Browse files Browse the repository at this point in the history
Use node 22. update dependencies
  • Loading branch information
phillipivan authored Nov 30, 2024
2 parents 7a6f2f6 + 4a248ff commit a0cef49
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 136 deletions.
9 changes: 7 additions & 2 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,15 @@ Tally and connected messages recieved from the router will create new set crossp

### Version 2.0.1

- Add TX message queue
- Add TX message queue
- Update dependencies
- Update package manager

### Version 2.0.2

- Fix typo in variable-parsing function
- Fix typo in variable-parsing function

### Version 2.0.3

- Use Node 22
- Update dependencies
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"runtime": {
"type": "node18",
"type": "node22",
"api": "nodejs-ipc",
"apiVersion": "0.0.0",
"entrypoint": "../src/main.js"
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-swp08",
"version": "2.0.2",
"version": "2.0.3",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand All @@ -17,18 +17,21 @@
"url": "git+https://github.com/bitfocus/companion-module-generic-swp08.git"
},
"dependencies": {
"@companion-module/base": "~1.10.0",
"@companion-module/base": "~1.11.2",
"p-queue": "^8.0.1"
},
"devDependencies": {
"@companion-module/tools": "^2.0.4",
"eslint": "^9.11.0",
"husky": "^9.1.6",
"@companion-module/tools": "^2.1.0",
"eslint": "^9.15.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"engines": {
"node": "^22.11"
},
"prettier": "@companion-module/tools/.prettierrc.json",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"lint-staged": {
"*.{css,json,md,scss}": [
"prettier --write"
Expand Down
Loading

0 comments on commit a0cef49

Please sign in to comment.