node-red-contrib-deconz
Advanced tools
Comparing version 2.3.12 to 2.3.13
@@ -12,2 +12,9 @@ const NODE_PATH = "/node-red-contrib-deconz/"; | ||
module.exports = function (RED) { | ||
function backendNode(config) { | ||
RED.nodes.createNode(this, config); | ||
} | ||
RED.nodes.registerType("deconz-ui-backend", backendNode); | ||
/** | ||
@@ -14,0 +21,0 @@ * Static files route because some users are using Node-Red 1.3.0 or lower |
{ | ||
"name": "node-red-contrib-deconz", | ||
"version": "2.3.12", | ||
"version": "2.3.13", | ||
"description": "deCONZ connectivity nodes for node-red", | ||
@@ -46,9 +46,4 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"prepack": "grunt build", | ||
"watch": "grunt watch", | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"@node-red/util": "^3.1.3", | ||
"@node-red/util": "^4.0.0", | ||
"compare-versions": "^6.1.0", | ||
@@ -58,6 +53,7 @@ "dot-prop": "^6.0.1", | ||
"multiple-select": "^1.7.0", | ||
"set-interval-async": "^2.0.3", | ||
"ws": "^8.15.1" | ||
"set-interval-async": "^3.0.3", | ||
"ws": "^8.17.1" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.6", | ||
"grunt": "^1.6.1", | ||
@@ -67,6 +63,6 @@ "grunt-contrib-uglify": "^5.2.2", | ||
"load-grunt-tasks": "^5.1.0", | ||
"mocha": "^8.4.0", | ||
"nyc": "^15.1.0", | ||
"mocha": "^10.4.0", | ||
"nyc": "^17.0.0", | ||
"should": "^13.2.3", | ||
"taze": "^0.13.0" | ||
"taze": "^0.13.8" | ||
}, | ||
@@ -88,3 +84,9 @@ "node-red": { | ||
"node": ">=14" | ||
}, | ||
"scripts": { | ||
"build": "grunt build", | ||
"dev": "grunt watch", | ||
"test": "mocha", | ||
"release": "pnpm run test && pnpm run build && changeset publish" | ||
} | ||
} | ||
} |
@@ -53,8 +53,4 @@ # Node-Red deCONZ | ||
Do not forget to open ports if you are using Node-Red from outside Home Assistant containers : | ||
This is not needed if you are using Node-Red from inside Home Assistant containers. | ||
[![HA setup](https://raw.githubusercontent.com/deconz-community/node-red-contrib-deconz/master/readme/ha_setup.png)](https://raw.githubusercontent.com/deconz-community/node-red-contrib-deconz/master/readme/ha_setup.png) | ||
## Legacy version | ||
The last version of the "legacy" version will be 1.3.4. This version was originally created | ||
by [@Andreypopov](https://github.com/andreypopov), he mentioned that he stopped development. Dennis the Community | ||
Manager of deCONZ asked him to transfer the repository so we can advance on it later. Please bear with us. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
767346
60
8808
9
56
+ Added@node-red/util@4.0.5(transitive)
+ Addedfs-extra@11.2.0(transitive)
+ Addedjsonata@2.0.5(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedmoment-timezone@0.5.46(transitive)
+ Addedset-interval-async@3.0.3(transitive)
- Removed@babel/runtime@7.5.0(transitive)
- Removed@node-red/util@3.1.14(transitive)
- Removedfs-extra@11.1.1(transitive)
- Removedjsonata@1.8.7(transitive)
- Removedmoment@2.29.4(transitive)
- Removedmoment-timezone@0.5.43(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
- Removedset-interval-async@2.0.3(transitive)
Updated@node-red/util@^4.0.0
Updatedset-interval-async@^3.0.3
Updatedws@^8.17.1