wattpm 2.21.0 → 2.22.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/package.json +7 -7
  2. package/schema.json +25 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattpm",
3
- "version": "2.21.0",
3
+ "version": "2.22.0",
4
4
  "description": "The Node.js Application Server",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -35,11 +35,11 @@
35
35
  "pino-pretty": "^13.0.0",
36
36
  "split2": "^4.2.0",
37
37
  "table": "^6.8.2",
38
- "@platformatic/basic": "2.21.0",
39
- "@platformatic/control": "2.21.0",
40
- "@platformatic/config": "2.21.0",
41
- "@platformatic/runtime": "2.21.0",
42
- "@platformatic/utils": "2.21.0"
38
+ "@platformatic/basic": "2.22.0",
39
+ "@platformatic/config": "2.22.0",
40
+ "@platformatic/control": "2.22.0",
41
+ "@platformatic/runtime": "2.22.0",
42
+ "@platformatic/utils": "2.22.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "borp": "^0.19.0",
@@ -49,7 +49,7 @@
49
49
  "neostandard": "^0.11.1",
50
50
  "typescript": "^5.5.4",
51
51
  "undici": "^7.0.0",
52
- "@platformatic/node": "2.21.0"
52
+ "@platformatic/node": "2.22.0"
53
53
  },
54
54
  "scripts": {
55
55
  "test": "npm run lint && borp --concurrency=1 --timeout=300000",
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/wattpm/2.21.0.json",
2
+ "$id": "https://schemas.platformatic.dev/wattpm/2.22.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {
@@ -296,6 +296,15 @@
296
296
  }
297
297
  },
298
298
  "additionalProperties": false
299
+ },
300
+ "env": {
301
+ "type": "object",
302
+ "additionalProperties": {
303
+ "type": "string"
304
+ }
305
+ },
306
+ "envfile": {
307
+ "type": "string"
299
308
  }
300
309
  }
301
310
  }
@@ -449,6 +458,15 @@
449
458
  }
450
459
  },
451
460
  "additionalProperties": false
461
+ },
462
+ "env": {
463
+ "type": "object",
464
+ "additionalProperties": {
465
+ "type": "string"
466
+ }
467
+ },
468
+ "envfile": {
469
+ "type": "string"
452
470
  }
453
471
  }
454
472
  }
@@ -1113,6 +1131,12 @@
1113
1131
  "resolvedServicesBasePath": {
1114
1132
  "type": "string",
1115
1133
  "default": "external"
1134
+ },
1135
+ "env": {
1136
+ "type": "object",
1137
+ "additionalProperties": {
1138
+ "type": "string"
1139
+ }
1116
1140
  }
1117
1141
  },
1118
1142
  "anyOf": [