@flowfuse/file-server 2.14.1 → 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.
Files changed (2) hide show
  1. package/forge/config.js +1 -1
  2. package/package.json +1 -1
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",
3
+ "version": "2.14.2-0c6c69b-202503051459.0",
4
4
  "description": "A basic Object Storage backend",
5
5
  "main": "index.js",
6
6
  "scripts": {