@vercel/static-build 1.0.40 → 1.0.42
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 -8
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -209484,17 +209484,10 @@ exports.frameworks = [
|
|
|
209484
209484
|
getOutputDirName: async () => 'dist',
|
|
209485
209485
|
defaultRoutes: [
|
|
209486
209486
|
{
|
|
209487
|
-
src: '^/
|
|
209487
|
+
src: '^/assets/(.*)$',
|
|
209488
209488
|
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
|
209489
209489
|
continue: true,
|
|
209490
209490
|
},
|
|
209491
|
-
{
|
|
209492
|
-
handle: 'filesystem',
|
|
209493
|
-
},
|
|
209494
|
-
{
|
|
209495
|
-
src: '/(.*)',
|
|
209496
|
-
dest: '/index.html',
|
|
209497
|
-
},
|
|
209498
209491
|
],
|
|
209499
209492
|
},
|
|
209500
209493
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@types/ms": "0.7.31",
|
|
37
37
|
"@types/node-fetch": "2.5.4",
|
|
38
38
|
"@types/promise-timeout": "1.3.0",
|
|
39
|
-
"@vercel/build-utils": "5.
|
|
40
|
-
"@vercel/frameworks": "1.1.
|
|
39
|
+
"@vercel/build-utils": "5.7.0",
|
|
40
|
+
"@vercel/frameworks": "1.1.14",
|
|
41
41
|
"@vercel/ncc": "0.24.0",
|
|
42
42
|
"@vercel/routing-utils": "2.1.3",
|
|
43
43
|
"@vercel/static-config": "2.0.6",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"tree-kill": "1.2.2",
|
|
51
51
|
"typescript": "4.3.4"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b37ac5f798acbfb8f04e047301766440ad0d4c59"
|
|
54
54
|
}
|