File tree 4 files changed +142
-131
lines changed
4 files changed +142
-131
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ The Action Recorder will translate any recieved numeric valueIs messages into Co
51
51
52
52
### Version 1.1.2
53
53
54
+ - Parse local variables
55
+
56
+ ### Version 1.1.2
57
+
54
58
- Use Node 22
55
59
- Update dependencies
56
60
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " peavy-ratc" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"main" : " src/main.js" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
20
20
},
21
21
"devDependencies" : {
22
22
"@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 "
25
25
},
26
26
"engines" : {
27
27
"node" : " ^22.13"
28
28
},
29
29
"prettier" : " @companion-module/tools/.prettierrc.json" ,
30
- "packageManager" : " yarn@4.6 .0"
30
+ "packageManager" : " yarn@4.7 .0"
31
31
}
You can’t perform that action at this time.
0 commit comments