File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 49
49
"dependencies" : {
50
50
"@blackmagic-controller/node" : " ^0.1.1" ,
51
51
"@companion-app/shared" : " *" ,
52
- "@companion-module/base" : " ^1.12.0-2 " ,
52
+ "@companion-module/base" : " ^1.12.0-4 " ,
53
53
"@elgato-stream-deck/node" : " ^7.1.2" ,
54
54
"@elgato-stream-deck/tcp" : " ^7.1.2" ,
55
55
"@julusian/bonjour-service" : " ^1.3.0-2" ,
Original file line number Diff line number Diff line change 1
1
import semver from 'semver'
2
2
3
- const MODULE_BASE_VERSION = '1.12.0-2 '
3
+ const MODULE_BASE_VERSION = '1.12.0-4 '
4
4
5
5
const moduleVersion = semver . parse ( MODULE_BASE_VERSION )
6
6
if ( ! moduleVersion ) throw new Error ( `Failed to parse version as semver: ${ MODULE_BASE_VERSION } ` )
Original file line number Diff line number Diff line change @@ -1350,9 +1350,9 @@ __metadata:
1350
1350
languageName: unknown
1351
1351
linkType: soft
1352
1352
1353
- "@companion-module/base@npm:^1.12.0-2 ":
1354
- version: 1.12.0-2
1355
- resolution: "@companion-module/base@npm:1.12.0-2 "
1353
+ "@companion-module/base@npm:^1.12.0-4 ":
1354
+ version: 1.12.0-4
1355
+ resolution: "@companion-module/base@npm:1.12.0-4 "
1356
1356
dependencies:
1357
1357
ajv: "npm:^8.17.1"
1358
1358
colord: "npm:^2.9.3"
@@ -1363,7 +1363,7 @@ __metadata:
1363
1363
p-queue: "npm:^6.6.2"
1364
1364
p-timeout: "npm:^4.1.0"
1365
1365
tslib: "npm:^2.8.1"
1366
- checksum: 10c0/d0db97124ea182677ff9db215484eccc12be5f3667fb9a39b74b40d06a3d610c388b527fd1efff0400de13d4b59a884955bf324bdee7500e3dd28a2fe6b07112
1366
+ checksum: 10c0/96d1e223436c57186c6f324528a4135382baa7da1abf0874ad08652e19c288c4c3e7c87e0e880092deafaf79c80e11b2f3f3231e4fb0a5e05f418a3a55d1990b
1367
1367
languageName: node
1368
1368
linkType: hard
1369
1369
@@ -7028,7 +7028,7 @@ asn1@evs-broadcast/node-asn1:
7028
7028
dependencies:
7029
7029
"@blackmagic-controller/node": "npm:^0.1.1"
7030
7030
"@companion-app/shared": "npm:*"
7031
- "@companion-module/base": "npm:^1.12.0-2 "
7031
+ "@companion-module/base": "npm:^1.12.0-4 "
7032
7032
"@elgato-stream-deck/node": "npm:^7.1.2"
7033
7033
"@elgato-stream-deck/tcp": "npm:^7.1.2"
7034
7034
"@julusian/bonjour-service": "npm:^1.3.0-2"
You can’t perform that action at this time.
0 commit comments