@flowfuse/nr-launcher 2.31.2 → 2.31.3-567db72-202606161319.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.
@@ -477,7 +477,8 @@ module.exports = {
477
477
  ui: true
478
478
  },
479
479
  telemetry: {
480
- enabled: true
480
+ enabled: true,
481
+ updateNotification: false
481
482
  },
482
483
  httpAdminMiddleware: function(req,res,next) {
483
484
  res.set("Content-Security-Policy", "frame-ancestors 'self' ${settings.forgeURL}");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-launcher",
3
- "version": "2.31.2",
3
+ "version": "2.31.3-567db72-202606161319.0",
4
4
  "description": "FlowFuse Launcher for running Node-RED",
5
5
  "exports": {
6
6
  "./auditLogger": "./lib/auditLogger/index.js",
@@ -47,12 +47,12 @@
47
47
  },
48
48
  "homepage": "https://github.com/FlowFuse/nr-launcher#readme",
49
49
  "dependencies": {
50
- "@flowfuse/nr-assistant": "^0.16.0",
51
- "@flowfuse/nr-file-nodes": "^0.0.10",
52
- "@flowfuse/nr-mqtt-nodes": "^0.3.0",
53
- "@flowfuse/nr-project-nodes": "^0.7.8",
50
+ "@flowfuse/nr-assistant": "0.16.1-1f0b396-202605261503.0",
51
+ "@flowfuse/nr-file-nodes": "0.0.11-d0106e8-202605271642.0",
52
+ "@flowfuse/nr-mqtt-nodes": "0.3.1-c51c891-202605271642.0",
53
+ "@flowfuse/nr-project-nodes": "0.7.9-6f59a94-202605271246.0",
54
54
  "@flowfuse/nr-subflow-export": "^1.0.2",
55
- "@flowfuse/nr-tables-nodes": "^0.2.2",
55
+ "@flowfuse/nr-tables-nodes": "0.2.3-cfb675a-202605280559.0",
56
56
  "@node-red/util": "^3.1.0",
57
57
  "body-parser": "^1.20.2",
58
58
  "bytes": "^3.1.2",