@vercel/static-build 1.3.28 → 1.3.30
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 +1 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -239204,6 +239204,7 @@ exports.frameworks = [
|
|
|
239204
239204
|
value: 'storybook-static',
|
|
239205
239205
|
},
|
|
239206
239206
|
},
|
|
239207
|
+
getOutputDirName: async () => 'storybook-static',
|
|
239207
239208
|
},
|
|
239208
239209
|
{
|
|
239209
239210
|
name: 'Other',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.30",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.10",
|
|
23
|
-
"@vercel/gatsby-plugin-vercel-builder": "1.3.
|
|
23
|
+
"@vercel/gatsby-plugin-vercel-builder": "1.3.3"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/aws-lambda": "8.10.64",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@types/semver": "7.3.13",
|
|
35
35
|
"@vercel/build-utils": "6.7.2",
|
|
36
36
|
"@vercel/error-utils": "1.0.10",
|
|
37
|
-
"@vercel/frameworks": "1.4.
|
|
38
|
-
"@vercel/fs-detectors": "3.9.
|
|
37
|
+
"@vercel/frameworks": "1.4.2",
|
|
38
|
+
"@vercel/fs-detectors": "3.9.2",
|
|
39
39
|
"@vercel/ncc": "0.24.0",
|
|
40
40
|
"@vercel/routing-utils": "2.2.1",
|
|
41
41
|
"@vercel/static-config": "2.0.17",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"tree-kill": "1.2.2",
|
|
51
51
|
"ts-morph": "12.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d1d3e9384d139a06acca521348f8f9209bb3d214"
|
|
54
54
|
}
|