vercel-cli 47.0.4__py3-none-any.whl → 47.0.5__py3-none-any.whl
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.
Potentially problematic release.
This version of vercel-cli might be problematic. Click here for more details.
- vercel_cli/vendor/dist/index.js +10 -0
- vercel_cli/vendor/package.json +1 -1
- {vercel_cli-47.0.4.dist-info → vercel_cli-47.0.5.dist-info}/METADATA +1 -1
- {vercel_cli-47.0.4.dist-info → vercel_cli-47.0.5.dist-info}/RECORD +6 -6
- {vercel_cli-47.0.4.dist-info → vercel_cli-47.0.5.dist-info}/WHEEL +0 -0
- {vercel_cli-47.0.4.dist-info → vercel_cli-47.0.5.dist-info}/entry_points.txt +0 -0
vercel_cli/vendor/dist/index.js
CHANGED
|
@@ -119088,6 +119088,16 @@ var require_detect_builders = __commonJS2({
|
|
|
119088
119088
|
builders.push(...apiBuilders);
|
|
119089
119089
|
}
|
|
119090
119090
|
if (frontendBuilder) {
|
|
119091
|
+
if (frontendBuilder?.use === "@vercel/express") {
|
|
119092
|
+
builders.push({
|
|
119093
|
+
src: "public/**/*",
|
|
119094
|
+
use: "@vercel/static",
|
|
119095
|
+
config: {
|
|
119096
|
+
zeroConfig: true,
|
|
119097
|
+
outputDirectory: "public"
|
|
119098
|
+
}
|
|
119099
|
+
});
|
|
119100
|
+
}
|
|
119091
119101
|
builders.push(frontendBuilder);
|
|
119092
119102
|
if (hasNextApiFiles && apiBuilders.some((b) => (0, import_is_official_runtime.isOfficialRuntime)("node", b.use))) {
|
|
119093
119103
|
warnings.push({
|
vercel_cli/vendor/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vercel-cli
|
|
3
|
-
Version: 47.0.
|
|
3
|
+
Version: 47.0.5
|
|
4
4
|
Summary: Vercel CLI packaged for Python (bundled Node.js, vendored npm)
|
|
5
5
|
Project-URL: Homepage, https://github.com/nuage-studio/vercel-cli-python
|
|
6
6
|
Project-URL: Repository, https://github.com/nuage-studio/vercel-cli-python
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
vercel_cli/vendor/LICENSE,sha256=sHDXe_ssUqHdaZbeDOX2TEmgylXIibFjqWPd9csAHuI,11343
|
|
2
2
|
vercel_cli/vendor/README.md,sha256=2ZrJzd7x21xlpsOZ9QKG6478zbXb8-3YN8cPyzPxZNk,1799
|
|
3
|
-
vercel_cli/vendor/package.json,sha256=
|
|
3
|
+
vercel_cli/vendor/package.json,sha256=9QxA9iw_YaMTayR4bon5Pex2cZCcMi4pT7kxB-V-X-o,1261
|
|
4
4
|
vercel_cli/vendor/dist/VERCEL_DIR_README.txt,sha256=9dHtD1AyrhKJMfRkWbX6oa9jGfwt-z56X-VKhL-T29Y,520
|
|
5
5
|
vercel_cli/vendor/dist/builder-worker.js,sha256=RgutTXJcurRisV2NtlruuPDtCBOi8eHSGCo3n4GcCIM,1969
|
|
6
6
|
vercel_cli/vendor/dist/get-latest-worker.js,sha256=w7nK8nQtlYad_SKuFQGw_sg7_bb-p0uHOf1MYiwrUNs,7964
|
|
7
|
-
vercel_cli/vendor/dist/index.js,sha256=
|
|
7
|
+
vercel_cli/vendor/dist/index.js,sha256=4A8YRPxm1J4AYZg4wc126krw7Md7XAiBxFHgxJ5KVn4,8852679
|
|
8
8
|
vercel_cli/vendor/dist/vc.js,sha256=AAC4u6uwjpO0KfFVuLRs5YWXjW4aMCkgSj_45hR3W8k,340
|
|
9
9
|
vercel_cli/vendor/node_modules/.package-lock.json,sha256=WW2AxnyFnHx0CyUeIx_d85tcf1RqMlg6zpQ0Fgan8fY,1002
|
|
10
10
|
vercel_cli/vendor/node_modules/@vercel/build-utils/CHANGELOG.md,sha256=ji-V7NgIUH1Fj-lmUh0LmIxhS6bq_0TW7xFH0e9yiF8,18051
|
|
@@ -97,7 +97,7 @@ vercel_cli/vendor/node_modules/@vercel/python/LICENSE,sha256=sHDXe_ssUqHdaZbeDOX
|
|
|
97
97
|
vercel_cli/vendor/node_modules/@vercel/python/package.json,sha256=tIyyNkdzUM3UhxWNM9JNiKyPnwCXLSx3nYKMQq24UTw,1044
|
|
98
98
|
vercel_cli/vendor/node_modules/@vercel/python/vc_init.py,sha256=lNNCD5t4cXG6Xc0_HQvnCUblXrp47VZIC3fFiHi2_hE,27477
|
|
99
99
|
vercel_cli/vendor/node_modules/@vercel/python/dist/index.js,sha256=0cjK0Hujjgpb4dwryWKVbf1s6q_wfDi1TOQYn8UYtLw,102883
|
|
100
|
-
vercel_cli-47.0.
|
|
101
|
-
vercel_cli-47.0.
|
|
102
|
-
vercel_cli-47.0.
|
|
103
|
-
vercel_cli-47.0.
|
|
100
|
+
vercel_cli-47.0.5.dist-info/METADATA,sha256=mCNbSXXCMvxethV_QQJiPixvimeA0ZvcF9gj2RpbhHQ,7085
|
|
101
|
+
vercel_cli-47.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
102
|
+
vercel_cli-47.0.5.dist-info/entry_points.txt,sha256=3iHkg20gi2BZorK1g5UlyZY3tN5E1vJX6PX5-ibn9fI,83
|
|
103
|
+
vercel_cli-47.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|