@platformatic/generators 3.0.6 → 3.2.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.
@@ -355,7 +355,7 @@ class BaseGenerator extends FileGenerator {
355
355
  ...this.config.dependencies
356
356
  },
357
357
  engines: {
358
- node: '>=22.18.0'
358
+ node: '>=22.19.0'
359
359
  }
360
360
  }
361
361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/generators",
3
- "version": "3.0.6",
3
+ "version": "3.2.0",
4
4
  "description": "Main classes and utils for generators.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "bugs": {
15
15
  "url": "https://github.com/platformatic/platformatic/issues"
16
16
  },
17
- "homepage": "https://docs.platformatic.dev/docs/getting-started/quick-start-watt",
17
+ "homepage": "https://docs.platformatic.dev/docs/getting-started/quick-start",
18
18
  "keywords": [],
19
19
  "dependencies": {
20
20
  "@fastify/error": "^4.0.0",
@@ -23,7 +23,7 @@
23
23
  "fastify": "^5.0.0",
24
24
  "pino": "^9.9.0",
25
25
  "undici": "^7.0.0",
26
- "@platformatic/foundation": "3.0.6"
26
+ "@platformatic/foundation": "3.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/inquirer": "^9.0.7",
@@ -35,7 +35,7 @@
35
35
  "typescript": "^5.5.4"
36
36
  },
37
37
  "engines": {
38
- "node": ">=22.18.0"
38
+ "node": ">=22.19.0"
39
39
  },
40
40
  "scripts": {
41
41
  "lint": "eslint",