create-strapi-app 5.47.1 → 5.48.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.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const engines = {
4
- node: '>=20.0.0 <=24.x.x',
4
+ node: '>=20.0.0 <=26.x.x',
5
5
  npm: '>=6.0.0'
6
6
  };
7
7
 
@@ -1 +1 @@
1
- {"version":3,"file":"engines.js","sources":["../../src/utils/engines.ts"],"sourcesContent":["export const engines = {\n node: '>=20.0.0 <=24.x.x',\n npm: '>=6.0.0',\n};\n"],"names":["engines","node","npm"],"mappings":";;MAAaA,OAAAA,GAAU;IACrBC,IAAAA,EAAM,mBAAA;IACNC,GAAAA,EAAK;AACP;;;;"}
1
+ {"version":3,"file":"engines.js","sources":["../../src/utils/engines.ts"],"sourcesContent":["export const engines = {\n node: '>=20.0.0 <=26.x.x',\n npm: '>=6.0.0',\n};\n"],"names":["engines","node","npm"],"mappings":";;MAAaA,OAAAA,GAAU;IACrBC,IAAAA,EAAM,mBAAA;IACNC,GAAAA,EAAK;AACP;;;;"}
@@ -1,5 +1,5 @@
1
1
  const engines = {
2
- node: '>=20.0.0 <=24.x.x',
2
+ node: '>=20.0.0 <=26.x.x',
3
3
  npm: '>=6.0.0'
4
4
  };
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"engines.mjs","sources":["../../src/utils/engines.ts"],"sourcesContent":["export const engines = {\n node: '>=20.0.0 <=24.x.x',\n npm: '>=6.0.0',\n};\n"],"names":["engines","node","npm"],"mappings":"MAAaA,OAAAA,GAAU;IACrBC,IAAAA,EAAM,mBAAA;IACNC,GAAAA,EAAK;AACP;;;;"}
1
+ {"version":3,"file":"engines.mjs","sources":["../../src/utils/engines.ts"],"sourcesContent":["export const engines = {\n node: '>=20.0.0 <=26.x.x',\n npm: '>=6.0.0',\n};\n"],"names":["engines","node","npm"],"mappings":"MAAaA,OAAAA,GAAU;IACrBC,IAAAA,EAAM,mBAAA;IACNC,GAAAA,EAAK;AACP;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-strapi-app",
3
- "version": "5.47.1",
3
+ "version": "5.48.1",
4
4
  "description": "Generate a new Strapi application.",
5
5
  "keywords": [
6
6
  "create-strapi-app",
@@ -51,7 +51,7 @@
51
51
  "watch": "run -T rollup -c -w"
52
52
  },
53
53
  "dependencies": {
54
- "@strapi/cloud-cli": "5.47.1",
54
+ "@strapi/cloud-cli": "5.48.1",
55
55
  "async-retry": "1.3.3",
56
56
  "chalk": "4.1.2",
57
57
  "commander": "8.3.0",
@@ -61,7 +61,7 @@
61
61
  "lodash": "4.18.1",
62
62
  "node-machine-id": "^1.1.10",
63
63
  "ora": "^5.4.1",
64
- "rollup": "4.59.0",
64
+ "rollup": "4.60.4",
65
65
  "semver": "7.7.4",
66
66
  "sort-package-json": "2.10.0",
67
67
  "tar": "7.5.11"
@@ -70,11 +70,11 @@
70
70
  "@types/async-retry": "^1",
71
71
  "@types/fs-extra": "11.0.4",
72
72
  "@types/inquirer": "9.0.9",
73
- "eslint-config-custom": "5.47.1",
74
- "tsconfig": "5.47.1"
73
+ "eslint-config-custom": "5.48.1",
74
+ "tsconfig": "5.48.1"
75
75
  },
76
76
  "engines": {
77
- "node": ">=20.0.0 <=24.x.x",
77
+ "node": ">=20.0.0 <=26.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  }
80
80
  }