@vercel/static-build 1.3.45 → 1.4.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/dist/index.js +7 -7
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -234501,7 +234501,7 @@ exports.frameworks = [
|
|
|
234501
234501
|
cachePattern: '.cache/**',
|
|
234502
234502
|
},
|
|
234503
234503
|
{
|
|
234504
|
-
name: 'Docusaurus
|
|
234504
|
+
name: 'Docusaurus (v2)',
|
|
234505
234505
|
slug: 'docusaurus-2',
|
|
234506
234506
|
demo: 'https://docusaurus-2-template.vercel.app',
|
|
234507
234507
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/docusaurus.svg',
|
|
@@ -234584,7 +234584,7 @@ exports.frameworks = [
|
|
|
234584
234584
|
],
|
|
234585
234585
|
},
|
|
234586
234586
|
{
|
|
234587
|
-
name: 'Docusaurus
|
|
234587
|
+
name: 'Docusaurus (v1)',
|
|
234588
234588
|
slug: 'docusaurus',
|
|
234589
234589
|
demo: 'https://docusaurus-template.vercel.app',
|
|
234590
234590
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/docusaurus.svg',
|
|
@@ -235107,7 +235107,7 @@ exports.frameworks = [
|
|
|
235107
235107
|
},
|
|
235108
235108
|
{
|
|
235109
235109
|
// TODO: fix detected as "sveltekit-1"
|
|
235110
|
-
name: 'SvelteKit (
|
|
235110
|
+
name: 'SvelteKit (v0)',
|
|
235111
235111
|
slug: 'sveltekit',
|
|
235112
235112
|
demo: 'https://sveltekit-template.vercel.app',
|
|
235113
235113
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/svelte.svg',
|
|
@@ -235144,7 +235144,7 @@ exports.frameworks = [
|
|
|
235144
235144
|
getOutputDirName: async () => 'public',
|
|
235145
235145
|
},
|
|
235146
235146
|
{
|
|
235147
|
-
name: 'SvelteKit',
|
|
235147
|
+
name: 'SvelteKit (v1)',
|
|
235148
235148
|
slug: 'sveltekit-1',
|
|
235149
235149
|
demo: 'https://sveltekit-1-template.vercel.app',
|
|
235150
235150
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/svelte.svg',
|
|
@@ -235642,8 +235642,8 @@ exports.frameworks = [
|
|
|
235642
235642
|
placeholder: 'None',
|
|
235643
235643
|
},
|
|
235644
235644
|
buildCommand: {
|
|
235645
|
-
placeholder: '`npm run build` or `hugo
|
|
235646
|
-
value: 'hugo
|
|
235645
|
+
placeholder: '`npm run build` or `hugo --gc`',
|
|
235646
|
+
value: 'hugo --gc',
|
|
235647
235647
|
},
|
|
235648
235648
|
devCommand: {
|
|
235649
235649
|
value: 'hugo server -D -w -p $PORT',
|
|
@@ -235803,7 +235803,7 @@ exports.frameworks = [
|
|
|
235803
235803
|
defaultVersion: '0.13.0', // Must match the build image
|
|
235804
235804
|
},
|
|
235805
235805
|
{
|
|
235806
|
-
name: 'Hydrogen',
|
|
235806
|
+
name: 'Hydrogen (v1)',
|
|
235807
235807
|
slug: 'hydrogen',
|
|
235808
235808
|
demo: 'https://hydrogen-template.vercel.app',
|
|
235809
235809
|
logo: 'https://api-frameworks.vercel.sh/framework-logos/hydrogen.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.10",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "1.3.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "1.3.18"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/aws-lambda": "8.10.64",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@types/semver": "7.3.13",
|
|
29
29
|
"@vercel/build-utils": "6.8.3",
|
|
30
30
|
"@vercel/error-utils": "1.0.10",
|
|
31
|
-
"@vercel/frameworks": "1.
|
|
32
|
-
"@vercel/fs-detectors": "4.1.
|
|
31
|
+
"@vercel/frameworks": "1.6.0",
|
|
32
|
+
"@vercel/fs-detectors": "4.1.3",
|
|
33
33
|
"@vercel/ncc": "0.24.0",
|
|
34
34
|
"@vercel/routing-utils": "2.2.1",
|
|
35
35
|
"@vercel/static-config": "2.0.17",
|