@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@e3e734b910af78371b2c9a1c6856446d17421f50'
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@5e57b30ac6ed8478406b3b3f2780241d2f4dcd8f'
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
@@ -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 FlowForge Team</p>
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 FlowForge Team and get a response back</p>
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.4.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",