create-strapi-app 5.36.0 → 5.37.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-strapi-app",
3
- "version": "5.36.0",
3
+ "version": "5.37.0",
4
4
  "description": "Generate a new Strapi application.",
5
5
  "keywords": [
6
6
  "create-strapi-app",
@@ -50,7 +50,7 @@
50
50
  "watch": "run -T rollup -c -w"
51
51
  },
52
52
  "dependencies": {
53
- "@strapi/cloud-cli": "5.36.0",
53
+ "@strapi/cloud-cli": "5.37.0",
54
54
  "async-retry": "1.3.3",
55
55
  "chalk": "4.1.2",
56
56
  "commander": "8.3.0",
@@ -60,17 +60,17 @@
60
60
  "lodash": "4.17.23",
61
61
  "node-machine-id": "^1.1.10",
62
62
  "ora": "^5.4.1",
63
- "rollup": "4.19.1",
63
+ "rollup": "4.27.4",
64
64
  "semver": "7.5.4",
65
65
  "sort-package-json": "2.10.0",
66
- "tar": "7.4.3"
66
+ "tar": "7.5.9"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/async-retry": "^1",
70
70
  "@types/fs-extra": "11.0.4",
71
71
  "@types/inquirer": "8.2.5",
72
- "eslint-config-custom": "5.36.0",
73
- "tsconfig": "5.36.0"
72
+ "eslint-config-custom": "5.37.0",
73
+ "tsconfig": "5.37.0"
74
74
  },
75
75
  "engines": {
76
76
  "node": ">=20.0.0 <=24.x.x",
@@ -32,6 +32,7 @@
32
32
  "dist/",
33
33
  ".cache/",
34
34
  ".tmp/",
35
+ ".strapi/",
35
36
 
36
37
  // Do not include admin files in the server compilation
37
38
  "src/admin/",
@@ -32,6 +32,7 @@
32
32
  "dist/",
33
33
  ".cache/",
34
34
  ".tmp/",
35
+ ".strapi/",
35
36
 
36
37
  // Do not include admin files in the server compilation
37
38
  "src/admin/",