@vercel/static-build 2.0.12 → 2.0.13
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/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9651,8 +9651,8 @@ var require_frameworks = __commonJS({
|
|
|
9651
9651
|
placeholder: "`yarn install`, `pnpm install`, `npm install`, or `bun install`"
|
|
9652
9652
|
},
|
|
9653
9653
|
buildCommand: {
|
|
9654
|
-
placeholder: "`npm run build` or `nuxt
|
|
9655
|
-
value: "nuxt
|
|
9654
|
+
placeholder: "`npm run build` or `nuxt build`",
|
|
9655
|
+
value: "nuxt build"
|
|
9656
9656
|
},
|
|
9657
9657
|
devCommand: {
|
|
9658
9658
|
value: "nuxt"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@types/semver": "7.3.13",
|
|
31
31
|
"@vercel/build-utils": "7.2.5",
|
|
32
32
|
"@vercel/error-utils": "2.0.2",
|
|
33
|
-
"@vercel/frameworks": "2.0.
|
|
34
|
-
"@vercel/fs-detectors": "5.1.
|
|
33
|
+
"@vercel/frameworks": "2.0.4",
|
|
34
|
+
"@vercel/fs-detectors": "5.1.4",
|
|
35
35
|
"@vercel/routing-utils": "3.1.0",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|