@vercel/static-build 1.3.12 → 1.3.14
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 +5 -3
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -237440,12 +237440,13 @@ exports.frameworks = [
|
|
|
237440
237440
|
useRuntime: { src: 'package.json', use: '@vercel/remix' },
|
|
237441
237441
|
ignoreRuntimes: ['@vercel/node'],
|
|
237442
237442
|
detectors: {
|
|
237443
|
-
|
|
237444
|
-
// Intentionally does not detect a package name
|
|
237445
|
-
// https://github.com/vercel/vercel/pull/7761
|
|
237443
|
+
some: [
|
|
237446
237444
|
{
|
|
237447
237445
|
path: 'remix.config.js',
|
|
237448
237446
|
},
|
|
237447
|
+
{
|
|
237448
|
+
path: 'remix.config.mjs',
|
|
237449
|
+
},
|
|
237449
237450
|
],
|
|
237450
237451
|
},
|
|
237451
237452
|
settings: {
|
|
@@ -238895,6 +238896,7 @@ exports.frameworks = [
|
|
|
238895
238896
|
description: 'React framework for headless commerce',
|
|
238896
238897
|
website: 'https://hydrogen.shopify.dev',
|
|
238897
238898
|
useRuntime: { src: 'package.json', use: '@vercel/hydrogen' },
|
|
238899
|
+
envPrefix: 'PUBLIC_',
|
|
238898
238900
|
detectors: {
|
|
238899
238901
|
some: [
|
|
238900
238902
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@vercel/gatsby-plugin-vercel-analytics": "1.0.
|
|
33
|
-
"@vercel/gatsby-plugin-vercel-builder": "1.1.
|
|
32
|
+
"@vercel/gatsby-plugin-vercel-analytics": "1.0.8",
|
|
33
|
+
"@vercel/gatsby-plugin-vercel-builder": "1.1.11"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/aws-lambda": "8.10.64",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@types/node-fetch": "2.5.4",
|
|
43
43
|
"@types/promise-timeout": "1.3.0",
|
|
44
44
|
"@types/semver": "7.3.13",
|
|
45
|
-
"@vercel/build-utils": "6.3.
|
|
46
|
-
"@vercel/frameworks": "1.3.
|
|
47
|
-
"@vercel/fs-detectors": "3.8.
|
|
45
|
+
"@vercel/build-utils": "6.3.2",
|
|
46
|
+
"@vercel/frameworks": "1.3.2",
|
|
47
|
+
"@vercel/fs-detectors": "3.8.2",
|
|
48
48
|
"@vercel/ncc": "0.24.0",
|
|
49
|
-
"@vercel/routing-utils": "2.1.
|
|
49
|
+
"@vercel/routing-utils": "2.1.10",
|
|
50
50
|
"@vercel/static-config": "2.0.13",
|
|
51
51
|
"execa": "3.2.0",
|
|
52
52
|
"fs-extra": "10.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"ts-morph": "12.0.0",
|
|
61
61
|
"typescript": "4.3.4"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "803a9363f93c3f2be0f0ea2bce3ba64eefa78e04"
|
|
64
64
|
}
|