File tree 4 files changed +513
-569
lines changed
4 files changed +513
-569
lines changed Original file line number Diff line number Diff line change 15
15
uses : bitfocus/actions/.github/workflows/module-checks.yaml@main
16
16
# with:
17
17
# upload-artifact: true # uncomment this to upload the built package as an artifact to this workflow that you can download and share with others
18
-
Original file line number Diff line number Diff line change 19
19
],
20
20
"legacyIds" : [],
21
21
"runtime" : {
22
- "type" : " node18 " ,
22
+ "type" : " node22 " ,
23
23
"api" : " nodejs-ipc" ,
24
24
"apiVersion" : " 0.0.0" ,
25
25
"entrypoint" : " ..\\ src\\ index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generic-snmp" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
4
4
"main" : " src/index.js" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
11
11
"package" : " companion-module-build"
12
12
},
13
13
"dependencies" : {
14
- "@companion-module/base" : " ~1.10.0 " ,
15
- "net-snmp" : " ^3.15.0 " ,
14
+ "@companion-module/base" : " ~1.11.3 " ,
15
+ "net-snmp" : " ^3.18.2 " ,
16
16
"p-queue" : " ^8.0.1"
17
17
},
18
18
"devDependencies" : {
19
- "@companion-module/tools" : " ^2.0.4" ,
20
- "eslint" : " ^8.1.0" ,
21
- "prettier" : " ^3.3.3"
19
+ "@companion-module/tools" : " ^2.1.1" ,
20
+ "eslint" : " ^9.19.0" ,
21
+ "prettier" : " ^3.4.2"
22
+ },
23
+ "engines" : {
24
+ "node" : " ^22.13"
22
25
},
23
26
"license" : " ISC" ,
24
27
"repository" : {
25
28
"type" : " git" ,
26
29
"url" : " git+https://github.com/bitfocus/companion-module-generic-snmp.git"
27
30
},
28
31
"prettier" : " @companion-module/tools/.prettierrc.json" ,
29
- "packageManager" : " yarn@4.4.1 "
32
+ "packageManager" : " yarn@4.6.0 "
30
33
}
You can’t perform that action at this time.
0 commit comments