@platformatic/generators 3.55.0 → 3.56.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.
@@ -271,7 +271,7 @@ class BaseGenerator extends FileGenerator {
271
271
  }
272
272
 
273
273
  // port
274
- if (!this.config.skipPort) {
274
+ if (!this.config.skipServer) {
275
275
  this.questions.push({
276
276
  type: 'input',
277
277
  name: 'port',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/generators",
3
- "version": "3.55.0",
3
+ "version": "3.56.0",
4
4
  "description": "Main classes and utils for generators.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -22,8 +22,8 @@
22
22
  "execa": "^9.6.0",
23
23
  "fastify": "^5.7.0",
24
24
  "pino": "^9.9.0",
25
- "undici": "^7.0.0",
26
- "@platformatic/foundation": "3.55.0"
25
+ "undici": "^7.27.2",
26
+ "@platformatic/foundation": "3.56.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/inquirer": "^9.0.7",