create-wattpm 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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -302,7 +302,7 @@ export async function createApplication (
302
302
  install,
303
303
  process.cwd(),
304
304
  additionalGeneratorOptions,
305
- { ...additionalGeneratorConfig, skipTypescript: true }
305
+ { ...additionalGeneratorConfig, skipTypescript: true, skipServer: true }
306
306
  )
307
307
  }
308
308
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-wattpm",
3
- "version": "3.55.0",
3
+ "version": "3.56.0",
4
4
  "description": "Create platformatic application interactive tool",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,10 +22,10 @@
22
22
  "pino": "^9.9.0",
23
23
  "pino-pretty": "^13.0.0",
24
24
  "resolve": "^1.22.8",
25
- "undici": "^7.0.0",
25
+ "undici": "^7.27.2",
26
26
  "which": "^3.0.1",
27
- "@platformatic/foundation": "3.55.0",
28
- "@platformatic/generators": "3.55.0"
27
+ "@platformatic/foundation": "3.56.0",
28
+ "@platformatic/generators": "3.56.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.5.0",
@@ -39,10 +39,10 @@
39
39
  "semver": "^7.6.0",
40
40
  "typescript": "~5.8.0",
41
41
  "yaml": "^2.4.1",
42
- "@platformatic/gateway": "3.55.0",
43
- "@platformatic/service": "3.55.0",
44
- "@platformatic/db": "3.55.0",
45
- "@platformatic/runtime": "3.55.0"
42
+ "@platformatic/db": "3.56.0",
43
+ "@platformatic/gateway": "3.56.0",
44
+ "@platformatic/service": "3.56.0",
45
+ "@platformatic/runtime": "3.56.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.19.0"