@flowfuse/nr-launcher 2.29.1-e5815f6-202604090909.0 → 2.29.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### 2.29.1: Release
2
+
3
+ - Update FlowFuse dependencies (#516) @Steve-Mcl
4
+
1
5
  #### 2.29.0: Release
2
6
 
3
7
  - Update dependencies: bump @flowfuse/nr-file-nodes to v0.0.10 (#514) @cstns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-launcher",
3
- "version": "2.29.1-e5815f6-202604090909.0",
3
+ "version": "2.29.1",
4
4
  "description": "FlowFuse Launcher for running Node-RED",
5
5
  "exports": {
6
6
  "./auditLogger": "./lib/auditLogger/index.js",
@@ -46,12 +46,12 @@
46
46
  },
47
47
  "homepage": "https://github.com/FlowFuse/nr-launcher#readme",
48
48
  "dependencies": {
49
- "@flowfuse/nr-assistant": "0.12.1-568729a-202604090718.0",
50
- "@flowfuse/nr-file-nodes": "0.0.11-fc234b7-202604081639.0",
51
- "@flowfuse/nr-mqtt-nodes": "0.3.1-28bf3a6-202603311324.0",
52
- "@flowfuse/nr-project-nodes": "0.7.9-9ee80e0-202603261301.0",
49
+ "@flowfuse/nr-assistant": "^0.12.0",
50
+ "@flowfuse/nr-file-nodes": "^0.0.10",
51
+ "@flowfuse/nr-mqtt-nodes": "^0.3.0",
52
+ "@flowfuse/nr-project-nodes": "^0.7.8",
53
53
  "@flowfuse/nr-subflow-export": "^1.0.2",
54
- "@flowfuse/nr-tables-nodes": "0.2.3-606399d-202603261058.0",
54
+ "@flowfuse/nr-tables-nodes": "^0.2.2",
55
55
  "@node-red/util": "^3.1.0",
56
56
  "body-parser": "^1.20.2",
57
57
  "bytes": "^3.1.2",