Skip to content

Commit 5b244b4

Browse files
authored
Merge pull request #14 from phillipivan/main
Parse local variables
2 parents e210ec1 + 4fb9c01 commit 5b244b4

File tree

4 files changed

+142
-131
lines changed

4 files changed

+142
-131
lines changed

Diff for: companion/HELP.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ The Action Recorder will translate any recieved numeric valueIs messages into Co
5151

5252
### Version 1.1.2
5353

54+
- Parse local variables
55+
56+
### Version 1.1.2
57+
5458
- Use Node 22
5559
- Update dependencies
5660

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peavy-ratc",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "src/main.js",
55
"type": "module",
66
"scripts": {
@@ -20,12 +20,12 @@
2020
},
2121
"devDependencies": {
2222
"@companion-module/tools": "^2.1.1",
23-
"eslint": "^9.19.0",
24-
"prettier": "^3.4.2"
23+
"eslint": "^9.21.0",
24+
"prettier": "^3.5.3"
2525
},
2626
"engines": {
2727
"node": "^22.13"
2828
},
2929
"prettier": "@companion-module/tools/.prettierrc.json",
30-
"packageManager": "yarn@4.6.0"
30+
"packageManager": "yarn@4.7.0"
3131
}

0 commit comments

Comments
 (0)