@flowfuse/file-server 2.14.1-9b2f9c7-202502140942.0 → 2.14.2-0c6c69b-202503051459.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### 2.14.1: Release
2
+
3
+ - Bump serialize-javascript and mocha (#144) @app/dependabot
4
+
1
5
  #### 2.14.0: Release
2
6
 
3
7
 
package/forge/config.js CHANGED
@@ -81,7 +81,7 @@ module.exports = {
81
81
  if (process.env.NODE_ENV === 'development') {
82
82
  app.log.info('Development mode')
83
83
  }
84
- app.log.info(`FlowFuse File Storage v${config.ffVersion}`)
84
+ app.log.info(`FlowFuse File Storage v${config.version}`)
85
85
  app.log.info(`FlowFuse File Storage running with NodeJS ${process.version}`)
86
86
  app.log.info(`FlowFuse File Storage HOME Directory: ${process.env.FLOWFORGE_HOME}`)
87
87
  if (!opts.config) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/file-server",
3
- "version": "2.14.1-9b2f9c7-202502140942.0",
3
+ "version": "2.14.2-0c6c69b-202503051459.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {