Skip to content

Commit

Permalink
Merge pull request #53 from phillipivan/master
Browse files Browse the repository at this point in the history
v2.6.1
  • Loading branch information
phillipivan authored Jan 23, 2025
2 parents f8363ec + cab5715 commit 95e757c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 40 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generic-emberplus",
"version": "2.6.0",
"version": "2.6.1",
"main": "dist/index.js",
"scripts": {
"prepare": "husky",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"devDependencies": {
"@companion-module/tools": "^2.1.1",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"eslint": "^9.18.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "~5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const setValue =
}
break
case EmberModel.ParameterType.Boolean:
if (action.options['relative']) {
if (action.options['toggle']) {
value = !state.parameters.get(path)
} else if (action.options['useVar']) {
switch (await self.parseVariablesInString(action.options['valueVar']?.toString() ?? '')) {
Expand Down
81 changes: 45 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=20, @types/node@npm:^22.10.7":
"@types/node@npm:*, @types/node@npm:>=20":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
Expand All @@ -358,6 +358,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.10":
version: 22.10.10
resolution: "@types/node@npm:22.10.10"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/3425772d4513cd5dbdd87c00acda088113c03a97445f84f6a89744c60a66990b56c9d3a7213d09d57b6b944ae8ff45f985565e0c1846726112588e33a22dd12b
languageName: node
linkType: hard

"@types/node@npm:^7.0.4":
version: 7.10.14
resolution: "@types/node@npm:7.10.14"
Expand Down Expand Up @@ -903,7 +912,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"chalk@npm:~5.4.1":
"chalk@npm:^5.4.1":
version: 5.4.1
resolution: "chalk@npm:5.4.1"
checksum: 10c0/b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef
Expand Down Expand Up @@ -991,20 +1000,20 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"commander@npm:^13.1.0":
version: 13.1.0
resolution: "commander@npm:13.1.0"
checksum: 10c0/7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164
languageName: node
linkType: hard

"commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
checksum: 10c0/74c781a5248c2402a0a3e966a0a2bba3c054aad144f5c023364be83265e796b20565aa9feff624132ff629aa64e16999fa40a743c10c12f7c61e96a794b99288
languageName: node
linkType: hard

"commander@npm:~12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: 10c0/6e1996680c083b3b897bfc1cfe1c58dfbcd9842fd43e1aaf8a795fbc237f65efcc860a3ef457b318e73f29a4f4a28f6403c3d653d021d960e4632dd45bde54a9
languageName: node
linkType: hard

"concat-map@npm:0.0.1":
version: 0.0.1
resolution: "concat-map@npm:0.0.1"
Expand All @@ -1023,7 +1032,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.4.0":
"debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.0":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
Expand Down Expand Up @@ -1379,7 +1388,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"execa@npm:~8.0.1":
"execa@npm:^8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -1558,12 +1567,12 @@ asn1@evs-broadcast/node-asn1:
dependencies:
"@companion-module/base": "npm:~1.11.3"
"@companion-module/tools": "npm:^2.1.1"
"@types/node": "npm:^22.10.7"
"@types/node": "npm:^22.10.10"
delay: "npm:^6.0.0"
emberplus-connection: "npm:0.2.1"
eslint: "npm:^9.18.0"
husky: "npm:^9.1.7"
lint-staged: "npm:^15.4.1"
lint-staged: "npm:^15.4.2"
p-queue: "npm:^8.0.1"
prettier: "npm:^3.4.2"
rimraf: "npm:^6.0.1"
Expand Down Expand Up @@ -1945,34 +1954,34 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"lilconfig@npm:~3.1.3":
"lilconfig@npm:^3.1.3":
version: 3.1.3
resolution: "lilconfig@npm:3.1.3"
checksum: 10c0/f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc
languageName: node
linkType: hard

"lint-staged@npm:^15.4.1":
version: 15.4.1
resolution: "lint-staged@npm:15.4.1"
"lint-staged@npm:^15.4.2":
version: 15.4.2
resolution: "lint-staged@npm:15.4.2"
dependencies:
chalk: "npm:~5.4.1"
commander: "npm:~12.1.0"
debug: "npm:~4.4.0"
execa: "npm:~8.0.1"
lilconfig: "npm:~3.1.3"
listr2: "npm:~8.2.5"
micromatch: "npm:~4.0.8"
pidtree: "npm:~0.6.0"
string-argv: "npm:~0.3.2"
yaml: "npm:~2.6.1"
chalk: "npm:^5.4.1"
commander: "npm:^13.1.0"
debug: "npm:^4.4.0"
execa: "npm:^8.0.1"
lilconfig: "npm:^3.1.3"
listr2: "npm:^8.2.5"
micromatch: "npm:^4.0.8"
pidtree: "npm:^0.6.0"
string-argv: "npm:^0.3.2"
yaml: "npm:^2.7.0"
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/1ba9ac047f644a36d476f5e139854ea7fef8bfa97b59d6f709ffca36d3d8b3b45b8c0dbcdeed9d9b9eacb36ca4abc8170d857761d8e0e748f85f1e155ef3e47d
checksum: 10c0/08dd28149241788f7ca628a64c9c1817a9dfbe19517ba0317fdf96a1109f6d624948864edfeaf2936561bb49c65aeb32d5ddc75fb15afa2b6527024ef01a546b
languageName: node
linkType: hard

"listr2@npm:~8.2.5":
"listr2@npm:^8.2.5":
version: 8.2.5
resolution: "listr2@npm:8.2.5"
dependencies:
Expand Down Expand Up @@ -2075,7 +2084,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
"micromatch@npm:^4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
Expand Down Expand Up @@ -2458,7 +2467,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"pidtree@npm:~0.6.0":
"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
bin:
Expand Down Expand Up @@ -2785,7 +2794,7 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"string-argv@npm:~0.3.2":
"string-argv@npm:^0.3.2":
version: 0.3.2
resolution: "string-argv@npm:0.3.2"
checksum: 10c0/75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82
Expand Down Expand Up @@ -3215,12 +3224,12 @@ asn1@evs-broadcast/node-asn1:
languageName: node
linkType: hard

"yaml@npm:~2.6.1":
version: 2.6.1
resolution: "yaml@npm:2.6.1"
"yaml@npm:^2.7.0":
version: 2.7.0
resolution: "yaml@npm:2.7.0"
bin:
yaml: bin.mjs
checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
checksum: 10c0/886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9
languageName: node
linkType: hard

Expand Down

0 comments on commit 95e757c

Please sign in to comment.