wattpm 3.40.0 → 3.41.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.
@@ -60,7 +60,7 @@ export async function devCommand (logger, args) {
60
60
 
61
61
  async function reloadApplication () {
62
62
  await runtime.close()
63
- runtime = await create(root, configurationFile, { start: true, reloaded: true })
63
+ runtime = await create(root, configurationFile, { start: true, reloaded: true, envFile: env })
64
64
  }
65
65
 
66
66
  const watcher = new FileWatcher({ path: configurationFile })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattpm",
3
- "version": "3.40.0",
3
+ "version": "3.41.0",
4
4
  "description": "The Node.js Application Server",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -30,21 +30,21 @@
30
30
  "pino-pretty": "^13.0.0",
31
31
  "split2": "^4.2.0",
32
32
  "table": "^6.8.2",
33
- "@platformatic/control": "3.40.0",
34
- "@platformatic/foundation": "3.40.0",
35
- "@platformatic/runtime": "3.40.0"
33
+ "@platformatic/foundation": "3.41.0",
34
+ "@platformatic/runtime": "3.41.0",
35
+ "@platformatic/control": "3.41.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "cleaner-spec-reporter": "^0.5.0",
39
39
  "eslint": "9",
40
40
  "execa": "^9.4.0",
41
- "fastify": "5.7.4",
41
+ "fastify": "5.8.1",
42
42
  "inspector-client": "^0.2.0",
43
43
  "json-schema-to-typescript": "^15.0.0",
44
44
  "neostandard": "^0.12.0",
45
45
  "typescript": "^5.5.4",
46
46
  "undici": "^7.0.0",
47
- "@platformatic/node": "3.40.0"
47
+ "@platformatic/node": "3.41.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/wattpm/3.40.0.json",
2
+ "$id": "https://schemas.platformatic.dev/wattpm/3.41.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Runtime Config",
5
5
  "type": "object",