wattpm 2.44.4 → 2.45.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.
@@ -120,7 +120,7 @@ export async function buildCommand (logger, args) {
120
120
  }
121
121
 
122
122
  logger.done('All services have been built.')
123
- await runtime.close(false, true)
123
+ await runtime.close(true)
124
124
  }
125
125
 
126
126
  export async function installCommand (logger, args) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattpm",
3
- "version": "2.44.4",
3
+ "version": "2.45.0",
4
4
  "description": "The Node.js Application Server",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -36,11 +36,11 @@
36
36
  "semver": "^7.7.0",
37
37
  "split2": "^4.2.0",
38
38
  "table": "^6.8.2",
39
- "@platformatic/basic": "2.44.4",
40
- "@platformatic/config": "2.44.4",
41
- "@platformatic/control": "2.44.4",
42
- "@platformatic/utils": "2.44.4",
43
- "@platformatic/runtime": "2.44.4"
39
+ "@platformatic/basic": "2.45.0",
40
+ "@platformatic/config": "2.45.0",
41
+ "@platformatic/control": "2.45.0",
42
+ "@platformatic/runtime": "2.45.0",
43
+ "@platformatic/utils": "2.45.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "borp": "^0.19.0",
@@ -50,7 +50,7 @@
50
50
  "neostandard": "^0.12.0",
51
51
  "typescript": "^5.5.4",
52
52
  "undici": "^7.0.0",
53
- "@platformatic/node": "2.44.4"
53
+ "@platformatic/node": "2.45.0"
54
54
  },
55
55
  "scripts": {
56
56
  "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.44.4.json",
2
+ "$id": "https://schemas.platformatic.dev/wattpm/2.45.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "type": "object",
5
5
  "properties": {
@@ -78,7 +78,6 @@
78
78
  "type": "object",
79
79
  "properties": {
80
80
  "enabled": {
81
- "default": true,
82
81
  "anyOf": [
83
82
  {
84
83
  "type": "boolean"
@@ -89,7 +88,6 @@
89
88
  ]
90
89
  },
91
90
  "interval": {
92
- "default": 30000,
93
91
  "anyOf": [
94
92
  {
95
93
  "type": "number",
@@ -101,7 +99,6 @@
101
99
  ]
102
100
  },
103
101
  "gracePeriod": {
104
- "default": 30000,
105
102
  "anyOf": [
106
103
  {
107
104
  "type": "number",
@@ -113,7 +110,6 @@
113
110
  ]
114
111
  },
115
112
  "maxUnhealthyChecks": {
116
- "default": 10,
117
113
  "anyOf": [
118
114
  {
119
115
  "type": "number",
@@ -125,7 +121,6 @@
125
121
  ]
126
122
  },
127
123
  "maxELU": {
128
- "default": 0.99,
129
124
  "anyOf": [
130
125
  {
131
126
  "type": "number",
@@ -138,7 +133,6 @@
138
133
  ]
139
134
  },
140
135
  "maxHeapUsed": {
141
- "default": 0.99,
142
136
  "anyOf": [
143
137
  {
144
138
  "type": "number",
@@ -151,7 +145,6 @@
151
145
  ]
152
146
  },
153
147
  "maxHeapTotal": {
154
- "default": 4294967296,
155
148
  "anyOf": [
156
149
  {
157
150
  "type": "number",
@@ -249,7 +242,6 @@
249
242
  "type": "object",
250
243
  "properties": {
251
244
  "enabled": {
252
- "default": true,
253
245
  "anyOf": [
254
246
  {
255
247
  "type": "boolean"
@@ -260,7 +252,6 @@
260
252
  ]
261
253
  },
262
254
  "interval": {
263
- "default": 30000,
264
255
  "anyOf": [
265
256
  {
266
257
  "type": "number",
@@ -272,7 +263,6 @@
272
263
  ]
273
264
  },
274
265
  "gracePeriod": {
275
- "default": 30000,
276
266
  "anyOf": [
277
267
  {
278
268
  "type": "number",
@@ -284,7 +274,6 @@
284
274
  ]
285
275
  },
286
276
  "maxUnhealthyChecks": {
287
- "default": 10,
288
277
  "anyOf": [
289
278
  {
290
279
  "type": "number",
@@ -296,7 +285,6 @@
296
285
  ]
297
286
  },
298
287
  "maxELU": {
299
- "default": 0.99,
300
288
  "anyOf": [
301
289
  {
302
290
  "type": "number",
@@ -309,7 +297,6 @@
309
297
  ]
310
298
  },
311
299
  "maxHeapUsed": {
312
- "default": 0.99,
313
300
  "anyOf": [
314
301
  {
315
302
  "type": "number",
@@ -322,7 +309,6 @@
322
309
  ]
323
310
  },
324
311
  "maxHeapTotal": {
325
- "default": 4294967296,
326
312
  "anyOf": [
327
313
  {
328
314
  "type": "number",
@@ -485,7 +471,6 @@
485
471
  "type": "object",
486
472
  "properties": {
487
473
  "enabled": {
488
- "default": true,
489
474
  "anyOf": [
490
475
  {
491
476
  "type": "boolean"
@@ -496,7 +481,6 @@
496
481
  ]
497
482
  },
498
483
  "interval": {
499
- "default": 30000,
500
484
  "anyOf": [
501
485
  {
502
486
  "type": "number",
@@ -508,7 +492,6 @@
508
492
  ]
509
493
  },
510
494
  "gracePeriod": {
511
- "default": 30000,
512
495
  "anyOf": [
513
496
  {
514
497
  "type": "number",
@@ -520,7 +503,6 @@
520
503
  ]
521
504
  },
522
505
  "maxUnhealthyChecks": {
523
- "default": 10,
524
506
  "anyOf": [
525
507
  {
526
508
  "type": "number",
@@ -532,7 +514,6 @@
532
514
  ]
533
515
  },
534
516
  "maxELU": {
535
- "default": 0.99,
536
517
  "anyOf": [
537
518
  {
538
519
  "type": "number",
@@ -545,7 +526,6 @@
545
526
  ]
546
527
  },
547
528
  "maxHeapUsed": {
548
- "default": 0.99,
549
529
  "anyOf": [
550
530
  {
551
531
  "type": "number",
@@ -558,7 +538,6 @@
558
538
  ]
559
539
  },
560
540
  "maxHeapTotal": {
561
- "default": 4294967296,
562
541
  "anyOf": [
563
542
  {
564
543
  "type": "number",
@@ -1137,6 +1116,16 @@
1137
1116
  }
1138
1117
  ]
1139
1118
  },
1119
+ "enabled": {
1120
+ "anyOf": [
1121
+ {
1122
+ "type": "boolean"
1123
+ },
1124
+ {
1125
+ "type": "string"
1126
+ }
1127
+ ]
1128
+ },
1140
1129
  "hostname": {
1141
1130
  "type": "string"
1142
1131
  },