@vercel/static-build 0.23.0 → 0.23.1-canary.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 +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -9114,7 +9114,7 @@ exports.frameworks = [
|
|
|
9114
9114
|
}));
|
|
9115
9115
|
return (config && config.publishDir) || 'public';
|
|
9116
9116
|
},
|
|
9117
|
-
defaultVersion: '0.58.2',
|
|
9117
|
+
defaultVersion: '0.58.2', // Must match the build image
|
|
9118
9118
|
},
|
|
9119
9119
|
{
|
|
9120
9120
|
name: 'Jekyll',
|
|
@@ -9252,7 +9252,7 @@ exports.frameworks = [
|
|
|
9252
9252
|
},
|
|
9253
9253
|
},
|
|
9254
9254
|
getOutputDirName: async () => 'public',
|
|
9255
|
-
defaultVersion: '0.
|
|
9255
|
+
defaultVersion: '0.13.0', // Must match the build image
|
|
9256
9256
|
},
|
|
9257
9257
|
{
|
|
9258
9258
|
name: 'Vite',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "0.23.0",
|
|
3
|
+
"version": "0.23.1-canary.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"@types/ms": "0.7.31",
|
|
25
25
|
"@types/node-fetch": "2.5.4",
|
|
26
26
|
"@types/promise-timeout": "1.3.0",
|
|
27
|
-
"@vercel/build-utils": "2.15.0",
|
|
28
|
-
"@vercel/frameworks": "0.7.0",
|
|
27
|
+
"@vercel/build-utils": "2.15.1-canary.0",
|
|
28
|
+
"@vercel/frameworks": "0.7.1-canary.0",
|
|
29
29
|
"@vercel/ncc": "0.24.0",
|
|
30
|
-
"@vercel/routing-utils": "1.13.0",
|
|
30
|
+
"@vercel/routing-utils": "1.13.1-canary.0",
|
|
31
31
|
"get-port": "5.0.0",
|
|
32
32
|
"is-port-reachable": "2.0.1",
|
|
33
33
|
"ms": "2.1.2",
|
|
34
34
|
"node-fetch": "2.6.1",
|
|
35
35
|
"rc9": "1.2.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "c76dfbe8c9e1055113fe7ced8850bca4a64ad232"
|
|
38
38
|
}
|