vercel-cli 46.1.1__py3-none-any.whl → 47.0.1__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.

@@ -47228,7 +47228,7 @@ var require_package = __commonJS2({
47228
47228
  "../client/package.json"(exports2, module2) {
47229
47229
  module2.exports = {
47230
47230
  name: "@vercel/client",
47231
- version: "15.3.15",
47231
+ version: "16.0.0",
47232
47232
  main: "dist/index.js",
47233
47233
  typings: "dist/index.d.ts",
47234
47234
  homepage: "https://vercel.com",
@@ -47250,7 +47250,7 @@ var require_package = __commonJS2({
47250
47250
  "type-check": "tsc --noEmit"
47251
47251
  },
47252
47252
  engines: {
47253
- node: ">= 18"
47253
+ node: ">= 20"
47254
47254
  },
47255
47255
  devDependencies: {
47256
47256
  "@types/async-retry": "1.4.5",
@@ -47267,7 +47267,7 @@ var require_package = __commonJS2({
47267
47267
  vitest: "2.0.1"
47268
47268
  },
47269
47269
  dependencies: {
47270
- "@vercel/build-utils": "11.0.2",
47270
+ "@vercel/build-utils": "12.0.0",
47271
47271
  "@vercel/error-utils": "2.0.3",
47272
47272
  "@vercel/microfrontends": "1.2.2",
47273
47273
  "@vercel/routing-utils": "5.1.1",
@@ -3,9 +3,9 @@
3
3
  "requires": true,
4
4
  "packages": {
5
5
  "node_modules/@vercel/build-utils": {
6
- "version": "11.0.2",
7
- "resolved": "https://registry.npmjs.org/@vercel/build-utils/-/build-utils-11.0.2.tgz",
8
- "integrity": "sha512-Y48OT9IsvAFU21LJ3m5SbrXpQaD++h4v4nQoQjCUDZORxXzPf3doVQfrQBBIX45xoSkfq/Fuq0VNF0yRbJw/aA==",
6
+ "version": "12.0.0",
7
+ "resolved": "https://registry.npmjs.org/@vercel/build-utils/-/build-utils-12.0.0.tgz",
8
+ "integrity": "sha512-pWlOGHc8oC4xWQkf2HhwL19jbATjw+u5Wqg1CfF098XghDp4Bjs6UdmdrEnzvR1uYE2PEgfdMF4BU/qyTbkFWQ==",
9
9
  "license": "Apache-2.0"
10
10
  },
11
11
  "node_modules/@vercel/detect-agent": {
@@ -1,5 +1,11 @@
1
1
  # @vercel/build-utils
2
2
 
3
+ ## 12.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Drop Node.js 18, bump minimum to Node.js 20 ([#13856](https://github.com/vercel/vercel/pull/13856))
8
+
3
9
  ## 11.0.2
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "11.0.2",
3
+ "version": "12.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",
@@ -4,13 +4,13 @@
4
4
  "vercel": "./dist/vc.js"
5
5
  },
6
6
  "dependencies": {
7
- "@vercel/build-utils": "11.0.2",
7
+ "@vercel/build-utils": "12.0.0",
8
8
  "@vercel/detect-agent": "0.2.0",
9
9
  "@vercel/python": "5.0.0"
10
10
  },
11
11
  "description": "The command-line interface for Vercel",
12
12
  "engines": {
13
- "node": ">= 18"
13
+ "node": ">= 20"
14
14
  },
15
15
  "files": [
16
16
  "dist"
@@ -37,5 +37,5 @@
37
37
  "vitest-run": "vitest --config ./vitest.config.mts",
38
38
  "vitest-unit": "jest test/unit/ --listTests"
39
39
  },
40
- "version": "46.1.1"
40
+ "version": "47.0.1"
41
41
  }
@@ -1,7 +1,29 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vercel-cli
3
- Version: 46.1.1
3
+ Version: 47.0.1
4
4
  Summary: Vercel CLI packaged for Python (bundled Node.js, vendored npm)
5
+ Project-URL: Homepage, https://github.com/nuage-studio/vercel-cli-python
6
+ Project-URL: Repository, https://github.com/nuage-studio/vercel-cli-python
7
+ Project-URL: Issues, https://github.com/nuage-studio/vercel-cli-python/issues
8
+ Project-URL: Documentation, https://github.com/nuage-studio/vercel-cli-python#readme
9
+ Author: Nuage
10
+ Maintainer: Nuage
11
+ Keywords: cli,deployment,edge,functions,nodejs,npm,serverless,vercel,wrapper
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Programming Language :: Python :: 3
17
+ Classifier: Programming Language :: Python :: 3 :: Only
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Topic :: Software Development :: Build Tools
25
+ Classifier: Topic :: System :: Systems Administration
26
+ Classifier: Topic :: Utilities
5
27
  Requires-Python: >=3.8
6
28
  Requires-Dist: nodejs-wheel-binaries==22.16.0
7
29
  Description-Content-Type: text/markdown
@@ -1,20 +1,20 @@
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=SP0Q3MSdePoRpF1b5sPNyKYuW8tOO49BG6vXOkEzftM,1261
3
+ vercel_cli/vendor/package.json,sha256=1B1MWyVohmVD8MWHmVEoY1fIIF0-unvxphFFrsIXDK0,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=ahKPU5sJKuwxaIcvv4jy8GNU4XP6GfpaEXw1kA8xRtM,8852244
7
+ vercel_cli/vendor/dist/index.js,sha256=qa0E8fC-QzlvLFqjoqW_XDXjdIgsbdpwD4nuupxta9I,8852243
8
8
  vercel_cli/vendor/dist/vc.js,sha256=AAC4u6uwjpO0KfFVuLRs5YWXjW4aMCkgSj_45hR3W8k,340
9
- vercel_cli/vendor/node_modules/.package-lock.json,sha256=91NxCOquF5ulXP_UcjZxdWt0FTr7RJ1ffczBDGUnrSk,1002
10
- vercel_cli/vendor/node_modules/@vercel/build-utils/CHANGELOG.md,sha256=Mc0LaW4Urc5FohoZwt8YZbHqIya-mwZr9x_UwlN9eKw,17809
9
+ vercel_cli/vendor/node_modules/.package-lock.json,sha256=rb2ojeVN7Cby5vzCqd5iloeZa6M8HuD-CXPIie0tSF0,1002
10
+ vercel_cli/vendor/node_modules/@vercel/build-utils/CHANGELOG.md,sha256=adcBwTUX9j6EgC0npjqU14uJ1lkHVaEDlYpUWAKCJzg,17942
11
11
  vercel_cli/vendor/node_modules/@vercel/build-utils/LICENSE,sha256=sHDXe_ssUqHdaZbeDOX2TEmgylXIibFjqWPd9csAHuI,11343
12
12
  vercel_cli/vendor/node_modules/@vercel/build-utils/build.mjs,sha256=UCAJgPaur_bxtLTnQxSkBwoq246SSCBvI-0w_PvbAVU,132
13
13
  vercel_cli/vendor/node_modules/@vercel/build-utils/file-blob.js,sha256=aRpphtlekNrjt2il5QT0F2bXAkqFTO_V1krxIOq4hrI,51
14
14
  vercel_cli/vendor/node_modules/@vercel/build-utils/file-fs-ref.js,sha256=fOL25R1bIwSeLf_imxHGMUUhjRLF_BE1_Zu7id4zQHQ,52
15
15
  vercel_cli/vendor/node_modules/@vercel/build-utils/file-ref.js,sha256=Zagnve_F2XviRbTHabnkueLyODg4bS0YrNSqd3nfIl8,50
16
16
  vercel_cli/vendor/node_modules/@vercel/build-utils/lambda.js,sha256=KAiW9B7zt1YNj6DpnUErjD8pZJUq7MP1xCTG8oFzCKU,42
17
- vercel_cli/vendor/node_modules/@vercel/build-utils/package.json,sha256=rPKT-ma4HqMUVug1m6WgrPWezZSmzy_PQxgSMWXh1LM,1847
17
+ vercel_cli/vendor/node_modules/@vercel/build-utils/package.json,sha256=ExvTJt6RekZhWlSj00sWvM9QIMyuHuldyy_b-VNIq30,1847
18
18
  vercel_cli/vendor/node_modules/@vercel/build-utils/dist/clone-env.d.ts,sha256=j_d2xvRDDMBB4yXz53kyZ-plZRvg0Rg1d9-lFFvjVRo,415
19
19
  vercel_cli/vendor/node_modules/@vercel/build-utils/dist/clone-env.js,sha256=LzFB8CsnB1G7wZ2pl5D25siWq0kuY2eTvRlZMj6tbg0,1423
20
20
  vercel_cli/vendor/node_modules/@vercel/build-utils/dist/debug.d.ts,sha256=zh9K0T0QHcac03_UpCv9r4q3w8aia11XqtWd7Jsfhos,76
@@ -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-46.1.1.dist-info/METADATA,sha256=wi3R37PDXfd3MAMy2RnR1MLIcpJW2rmgC2wKRZmJcHE,5933
101
- vercel_cli-46.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
- vercel_cli-46.1.1.dist-info/entry_points.txt,sha256=3iHkg20gi2BZorK1g5UlyZY3tN5E1vJX6PX5-ibn9fI,83
103
- vercel_cli-46.1.1.dist-info/RECORD,,
100
+ vercel_cli-47.0.1.dist-info/METADATA,sha256=_-05_cK2XS03rHICO5V2f7imY2s6wl_UdcG_RNgextY,7085
101
+ vercel_cli-47.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
+ vercel_cli-47.0.1.dist-info/entry_points.txt,sha256=3iHkg20gi2BZorK1g5UlyZY3tN5E1vJX6PX5-ibn9fI,83
103
+ vercel_cli-47.0.1.dist-info/RECORD,,