@flowfuse/nr-project-nodes 0.7.2 → 0.7.3-e8ae1f8-202409021242.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,7 +11,7 @@ on:
11
11
 
12
12
  jobs:
13
13
  build:
14
- uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.14.0'
14
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.28.0'
15
15
  with:
16
16
  node: '[
17
17
  {"version": "14", "tests": true, "lint": false},
@@ -25,7 +25,7 @@ jobs:
25
25
  if: |
26
26
  ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
27
27
  ( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
28
- uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.0'
28
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.28.0'
29
29
  with:
30
30
  package_name: nr-project-nodes
31
31
  publish_package: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-project-nodes",
3
- "version": "0.7.2",
3
+ "version": "0.7.3-e8ae1f8-202409021242.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": "mocha test/unit/**/*_spec.js --timeout 5000",