@platformatic/generators 3.57.0 → 3.58.1

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.
@@ -45,7 +45,7 @@ export class ImportGenerator extends BaseGenerator {
45
45
  })
46
46
 
47
47
  this.questions.push({
48
- type: 'list',
48
+ type: 'select',
49
49
  name: 'operation',
50
50
  message: 'Do you want to import or copy your application?',
51
51
  default: 'import',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/generators",
3
- "version": "3.57.0",
3
+ "version": "3.58.1",
4
4
  "description": "Main classes and utils for generators.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "fastify": "^5.7.0",
24
24
  "pino": "^9.9.0",
25
25
  "undici": "^7.27.2",
26
- "@platformatic/foundation": "3.57.0"
26
+ "@platformatic/foundation": "3.58.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/inquirer": "^9.0.7",