@flowfuse/nr-project-nodes 0.4.0 → 0.5.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.
|
@@ -11,14 +11,14 @@ on:
|
|
|
11
11
|
|
|
12
12
|
jobs:
|
|
13
13
|
build:
|
|
14
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@
|
|
14
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.1.0'
|
|
15
15
|
|
|
16
16
|
publish:
|
|
17
17
|
needs: build
|
|
18
18
|
if: |
|
|
19
19
|
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
|
|
20
20
|
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
|
|
21
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@
|
|
21
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.0'
|
|
22
22
|
with:
|
|
23
23
|
package_name: nr-project-nodes
|
|
24
24
|
publish_package: true
|
package/nodes/project-link.html
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
</script>
|
|
398
398
|
|
|
399
399
|
<script type="text/html" data-help-name="project link out">
|
|
400
|
-
<p>Send messages to other projects within your
|
|
400
|
+
<p>Send messages to other projects within your FlowFuse Team</p>
|
|
401
401
|
<h3>Details</h3>
|
|
402
402
|
<p>This node can be used to send messages to other Node-RED instances.</p>
|
|
403
403
|
<p>
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
</script>
|
|
436
436
|
|
|
437
437
|
<script type="text/html" data-help-name="project link call">
|
|
438
|
-
<p>Send messages to other Node-RED instances within your
|
|
438
|
+
<p>Send messages to other Node-RED instances within your FlowFuse Team and get a response back</p>
|
|
439
439
|
<h3>Details</h3>
|
|
440
440
|
<p>
|
|
441
441
|
This node can be used to send messages to other instances and then wait
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/nr-project-nodes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|