create-mercato-app 0.6.6-develop.6159.1.82dfc232ca → 0.6.6-develop.6174.1.8a7040f00d

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-mercato-app",
3
- "version": "0.6.6-develop.6159.1.82dfc232ca",
3
+ "version": "0.6.6-develop.6174.1.8a7040f00d",
4
4
  "type": "module",
5
5
  "description": "Create a new Open Mercato application",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "tar": "^7.5.16"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/node": "^25.9.3",
24
+ "@types/node": "^26.0.0",
25
25
  "esbuild": "^0.28.1",
26
26
  "tsx": "^4.22.4",
27
27
  "typescript": "^6.0.3"
@@ -13,7 +13,7 @@
13
13
  "dev:classic": "node ./scripts/dev.mjs --classic",
14
14
  "dev:verbose": "node ./scripts/dev.mjs --verbose",
15
15
  "dev:reset": "node ./scripts/dev-reset.mjs",
16
- "build": "yarn generate && next build",
16
+ "build": "yarn generate && cross-env NODE_OPTIONS=--max-old-space-size=8192 next build",
17
17
  "start": "mercato server start",
18
18
  "lint": "next lint",
19
19
  "typecheck": "tsc --noEmit",
@@ -121,6 +121,7 @@
121
121
  "@types/node": "^25.6.0",
122
122
  "@types/react": "^19.2.14",
123
123
  "@types/react-dom": "^19.2.3",
124
+ "cross-env": "^10.1.0",
124
125
  "eslint": "^10.2.1",
125
126
  "eslint-config-next": "16.2.4",
126
127
  "jest": "^30.3.0",