From bfbdc1e5b484329a79bcc7925e4e2752fedcadf2 Mon Sep 17 00:00:00 2001 From: Phillip Ivan Pietruschka Date: Wed, 25 Sep 2024 16:28:50 +1000 Subject: [PATCH 1/2] roll back to emberplus-connection 0.2.1 --- package.json | 4 ++-- yarn.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index abc7c68..9f43c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generic-emberplus", - "version": "2.4.3", + "version": "2.4.4", "main": "dist/index.js", "scripts": { "prepare": "husky", @@ -32,7 +32,7 @@ "@companion-module/base": "~1.10.0", "@types/node": "^18.19.45", "delay": "^6.0.0", - "emberplus-connection": "^0.2.2", + "emberplus-connection": "0.2.1", "p-queue": "^8.0.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 46d1d6b..8b6e869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1062,9 +1062,9 @@ asn1@evs-broadcast/node-asn1: languageName: node linkType: hard -"emberplus-connection@npm:^0.2.2": - version: 0.2.2 - resolution: "emberplus-connection@npm:0.2.2" +"emberplus-connection@npm:0.2.1": + version: 0.2.1 + resolution: "emberplus-connection@npm:0.2.1" dependencies: asn1: evs-broadcast/node-asn1 debug: "npm:^4.3.4" @@ -1072,7 +1072,7 @@ asn1@evs-broadcast/node-asn1: long: "npm:^3.2.0" smart-buffer: "npm:^3.0.3" tslib: "npm:^2.6.2" - checksum: 10c0/e7674b2990733800f3838f8ec4d9679b26336bc6c2e83b78dce2c10e9552c26f8fc3f08fbaa0ce8f089812c26ef7d4c3057b20cb90527a5e34e53cc6b4203430 + checksum: 10c0/33a98476560664e921dc2e375256ae8f8e92d78c095ac03a123d91acccc38daaa5da313d7b5d0a63ef450b86d069da7eb999cbc8e921b09abeb399dcd3dc10c3 languageName: node linkType: hard @@ -1550,7 +1550,7 @@ asn1@evs-broadcast/node-asn1: "@companion-module/tools": "npm:^2.0.4" "@types/node": "npm:^18.19.45" delay: "npm:^6.0.0" - emberplus-connection: "npm:^0.2.2" + emberplus-connection: "npm:0.2.1" eslint: "npm:^9.11.0" husky: "npm:^9.1.6" lint-staged: "npm:^15.2.10" From fbdf5f111aff92647d7bec3d02bf39a33ad3fd23 Mon Sep 17 00:00:00 2001 From: Phillip Ivan Pietruschka Date: Wed, 25 Sep 2024 16:29:39 +1000 Subject: [PATCH 2/2] update help --- companion/HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion/HELP.md b/companion/HELP.md index e9edefc..780d9b6 100644 --- a/companion/HELP.md +++ b/companion/HELP.md @@ -38,7 +38,7 @@ Central to the concept of ember+ is the address or path of the data element you - #### Decimal in Brackets: My Useful Ember Path [1.2.3.4] - Any path field that contains brackets [] will just use the contents enclosed in the brackets as the path. Thus you can copy paste any path with text and decimals from Ember Plus Viewer, and keep the text for readability or enter your own description _This is a very useful path[1.2.3.4]_. Only the path will be used for variable creation. + Any path field that contains brackets [] will just use the contents enclosed in the brackets as the path. Thus you can copy paste any path with text and decimals from Ember Plus Viewer, and keep the text for readability or enter your own description _This is a very useful path[1.2.3.4]_. Only the path will be used for variable creation. This method cannot be used in config fields. - #### Variables Except in the module configuration, all of the above can be constructed with variables for both actions and feedbacks.