@flowfuse/nr-project-nodes
Advanced tools
Comparing version 0.6.2-2b70c7a-202312012118.0 to 0.6.2-ae6ae46-202403151658.0
@@ -19,3 +19,6 @@ module.exports = function (RED) { | ||
const TOPIC_VERSION = 'v1' | ||
const OWNER_TYPE = RED.settings.flowforge.applicationID ? 'application' : 'instance' | ||
// It is not unreasonable to expect `projectID` and `applicationID` are set for an instance | ||
// owned device, however an application owned device should not have a projectID. | ||
// therefore, assume project owned if `projectID` is set | ||
const OWNER_TYPE = RED.settings.flowforge.projectID ? 'instance' : 'application' | ||
@@ -22,0 +25,0 @@ // #region JSDoc |
{ | ||
"name": "@flowfuse/nr-project-nodes", | ||
"version": "0.6.2-2b70c7a-202312012118.0", | ||
"version": "0.6.2-ae6ae46-202403151658.0", | ||
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
86641
951