Skip to content

Commit a193a4e

Browse files
committed
Added dependencies for nodes
Added dependencies for ws, https-proxy-agent, and url
1 parent 5b5f087 commit a193a4e

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

IgnitionNodeRED-build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<moduleId>org.imdc.nodered.IgnitionNodeRED</moduleId>
4848
<moduleName>${module-name}</moduleName>
4949
<moduleDescription>${module-description}</moduleDescription>
50-
<moduleVersion>1.5.8.${timestamp}</moduleVersion>
50+
<moduleVersion>1.5.9.${timestamp}</moduleVersion>
5151
<requiredIgnitionVersion>${ignition-platform-version}</requiredIgnitionVersion>
5252
<requiredFrameworkVersion>8</requiredFrameworkVersion>
5353
<licenseFile>license.html</licenseFile>

node-red-contrib-ignition/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ August 15, 2021
3030
* Added browse tag node
3131
* Added support for reading/writing multiple tags
3232
* Compatible with Ignition 8.1
33-
* Compatible with Ignition Maker
33+
* Compatible with Ignition Maker
34+
35+
### 1.5.9
36+
37+
August 20, 2021
38+
39+
* Added dependencies for ws, https-proxy-agent, and url

node-red-contrib-ignition/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "node-red-contrib-ignition-nodes",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "Adds support for reading, writing, and browsing tags in Ignition",
5-
"dependencies": {},
5+
"dependencies": {
6+
"ws": "^7.5.3",
7+
"https-proxy-agent": "^5.0.0",
8+
"url": "^0.11.0"
9+
},
610
"keywords": [
711
"node-red",
812
"tag",

0 commit comments

Comments
 (0)