@vercel/static-build 2.8.24 → 2.8.25
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 +28 -0
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -11947,6 +11947,7 @@ var require_frameworks = __commonJS({
|
|
|
11947
11947
|
name: "Python",
|
|
11948
11948
|
slug: "python",
|
|
11949
11949
|
experimental: true,
|
|
11950
|
+
runtimeFramework: true,
|
|
11950
11951
|
logo: "https://api-frameworks.vercel.sh/framework-logos/python.svg",
|
|
11951
11952
|
tagline: "Python is a programming language that lets you work quickly and integrate systems more effectively.",
|
|
11952
11953
|
description: "A generic Python application deployed as a serverless function.",
|
|
@@ -11993,6 +11994,33 @@ var require_frameworks = __commonJS({
|
|
|
11993
11994
|
}
|
|
11994
11995
|
]
|
|
11995
11996
|
},
|
|
11997
|
+
{
|
|
11998
|
+
name: "Services",
|
|
11999
|
+
slug: "services",
|
|
12000
|
+
experimental: true,
|
|
12001
|
+
logo: "https://api-frameworks.vercel.sh/framework-logos/other.svg",
|
|
12002
|
+
tagline: "Multiple services deployed as serverless functions within your project.",
|
|
12003
|
+
description: "Multiple services deployed as serverless functions within your project.",
|
|
12004
|
+
website: "https://vercel.com",
|
|
12005
|
+
detectors: {},
|
|
12006
|
+
settings: {
|
|
12007
|
+
installCommand: {
|
|
12008
|
+
placeholder: "None"
|
|
12009
|
+
},
|
|
12010
|
+
buildCommand: {
|
|
12011
|
+
placeholder: "None",
|
|
12012
|
+
value: null
|
|
12013
|
+
},
|
|
12014
|
+
devCommand: {
|
|
12015
|
+
placeholder: "None",
|
|
12016
|
+
value: null
|
|
12017
|
+
},
|
|
12018
|
+
outputDirectory: {
|
|
12019
|
+
value: "N/A"
|
|
12020
|
+
}
|
|
12021
|
+
},
|
|
12022
|
+
getOutputDirName: async () => "public"
|
|
12023
|
+
},
|
|
11996
12024
|
{
|
|
11997
12025
|
name: "Other",
|
|
11998
12026
|
slug: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.25",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"ts-morph": "12.0.0",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-
|
|
18
|
-
"@vercel/
|
|
19
|
-
"@vercel/
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
18
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.124",
|
|
19
|
+
"@vercel/static-config": "3.1.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/aws-lambda": "8.10.64",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"rc9": "1.2.0",
|
|
39
39
|
"semver": "7.5.2",
|
|
40
40
|
"tree-kill": "1.2.2",
|
|
41
|
+
"@vercel/build-utils": "13.2.13",
|
|
42
|
+
"@vercel/routing-utils": "5.3.2",
|
|
41
43
|
"@vercel/error-utils": "2.0.3",
|
|
42
|
-
"@vercel/
|
|
43
|
-
"@vercel/
|
|
44
|
-
"@vercel/frameworks": "3.15.6",
|
|
45
|
-
"@vercel/routing-utils": "5.3.2"
|
|
44
|
+
"@vercel/fs-detectors": "5.7.15",
|
|
45
|
+
"@vercel/frameworks": "3.15.7"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "node ../../utils/build-builder.mjs",
|