Skip to content

Commit e9b5f29

Browse files
authored
Merge pull request #23 from phillipivan/main
2.1.2
2 parents 22f595e + 0b9c037 commit e9b5f29

File tree

4 files changed

+513
-569
lines changed

4 files changed

+513
-569
lines changed

.github/workflows/companion-module-checks.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
1616
# with:
1717
# 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-

companion/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"legacyIds": [],
2121
"runtime": {
22-
"type": "node18",
22+
"type": "node22",
2323
"api": "nodejs-ipc",
2424
"apiVersion": "0.0.0",
2525
"entrypoint": "..\\src\\index.js"

package.json

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generic-snmp",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"main": "src/index.js",
55
"type": "module",
66
"scripts": {
@@ -11,20 +11,23 @@
1111
"package": "companion-module-build"
1212
},
1313
"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",
1616
"p-queue": "^8.0.1"
1717
},
1818
"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"
2225
},
2326
"license": "ISC",
2427
"repository": {
2528
"type": "git",
2629
"url": "git+https://github.com/bitfocus/companion-module-generic-snmp.git"
2730
},
2831
"prettier": "@companion-module/tools/.prettierrc.json",
29-
"packageManager": "yarn@4.4.1"
32+
"packageManager": "yarn@4.6.0"
3033
}

0 commit comments

Comments
 (0)