node-red-contrib-antenna-genius 1.0.1 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ jobs:
18
18
 
19
19
  strategy:
20
20
  matrix:
21
- node-version: [12.x, 14.x, 16.x]
21
+ node-version: [14.x, 16.x, 18.x]
22
22
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
23
 
24
24
  steps:
package/SECURITY.md ADDED
@@ -0,0 +1,8 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Supported |
6
+ | ------- | ------------------ |
7
+ | 1.0.x | :white_check_mark: |
8
+
@@ -34,6 +34,7 @@ module.exports = (RED) => {
34
34
  this.log("TCP connection disconnected with the server.");
35
35
  clearInterval(this.interval);
36
36
  clearTimeout(this.timer);
37
+ this.connected = false;
37
38
 
38
39
  if (this.updatesEventEmitter.listenerCount("closed") == 0) {
39
40
  this.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-antenna-genius",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Antenna Genius Control and Monitoring Nodes",
5
5
  "keywords": [
6
6
  "node-red"
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "auto-dist-tag": "^2.1.1",
38
- "jest": "^27.4.7",
39
- "node-red": "^2.1.4",
40
- "node-red-node-test-helper": "^0.2.7"
38
+ "jest": "^28.1.3",
39
+ "node-red": "^3.0.2",
40
+ "node-red-node-test-helper": "^0.3.0"
41
41
  },
42
42
  "jest": {
43
43
  "verbose": true