vercel-cli 47.1.4__py3-none-any.whl → 48.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.

@@ -15,9 +15,9 @@
15
15
  "license": "Apache-2.0"
16
16
  },
17
17
  "node_modules/@vercel/python": {
18
- "version": "5.0.3",
19
- "resolved": "https://registry.npmjs.org/@vercel/python/-/python-5.0.3.tgz",
20
- "integrity": "sha512-kalXcbgwnAyP97VrE+Rb7tLtBlkgUVsbxvOD4zleBXo5hpw5jugCOqrtGglECuUXLOYQhlBCnNgNczb8HfrG2g==",
18
+ "version": "5.0.4",
19
+ "resolved": "https://registry.npmjs.org/@vercel/python/-/python-5.0.4.tgz",
20
+ "integrity": "sha512-QtwyRRjW3SB5K8QvXn4yI78gQusmdLXCwWa2kXdMwx53eln5UCuVCXrNpA3TASLIgbVQ6i7VFcVwdyFKt3qKcg==",
21
21
  "license": "Apache-2.0"
22
22
  }
23
23
  }
@@ -3126,7 +3126,6 @@ var build = async ({
3126
3126
  const vendorBaseDir = (0, import_path2.join)(
3127
3127
  workPath,
3128
3128
  ".vercel",
3129
- "cache",
3130
3129
  "python",
3131
3130
  `py${pythonVersion.version}`,
3132
3131
  entryDirectory
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -6,7 +6,7 @@
6
6
  "dependencies": {
7
7
  "@vercel/build-utils": "12.1.0",
8
8
  "@vercel/detect-agent": "0.2.0",
9
- "@vercel/python": "5.0.3"
9
+ "@vercel/python": "5.0.4"
10
10
  },
11
11
  "description": "The command-line interface for Vercel",
12
12
  "engines": {
@@ -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": "47.1.4"
40
+ "version": "48.0.1"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vercel-cli
3
- Version: 47.1.4
3
+ Version: 48.0.1
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,12 +1,12 @@
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=pAUVy4NjIPrkT_Z6nj0DpSAv0cmr_ra-1MWqGg4KZ5M,1261
3
+ vercel_cli/vendor/package.json,sha256=HAUQhNe0t2lYGxsyn5DHh7kE3E4Nbs3uXkgQE9xgnZc,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=ES9bNJKYDWuDf3TK9hpo61Q2jdQmRYFmroWfLX_ZZDE,8858810
7
+ vercel_cli/vendor/dist/index.js,sha256=vSm1kTA8AJ0WSS0Bu0EN-HEfCP9V6Yl_aF8CwMw5g0A,8859642
8
8
  vercel_cli/vendor/dist/vc.js,sha256=AAC4u6uwjpO0KfFVuLRs5YWXjW4aMCkgSj_45hR3W8k,340
9
- vercel_cli/vendor/node_modules/.package-lock.json,sha256=bjdhiBvW31jIhFUeW_CcgnKPbPB-wcs164ID4Xwgdww,1002
9
+ vercel_cli/vendor/node_modules/.package-lock.json,sha256=gfpJC3qtwTs1Lur0Dgt3ptrO4UwbX6YkqzhrKQgjY6o,1002
10
10
  vercel_cli/vendor/node_modules/@vercel/build-utils/CHANGELOG.md,sha256=ji-V7NgIUH1Fj-lmUh0LmIxhS6bq_0TW7xFH0e9yiF8,18051
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
@@ -94,10 +94,10 @@ vercel_cli/vendor/node_modules/@vercel/detect-agent/package.json,sha256=Mt64aqQb
94
94
  vercel_cli/vendor/node_modules/@vercel/detect-agent/dist/index.d.ts,sha256=vmuS3wT5-mth54kB1N8ue-58SV_K6vMlaaZr3YPY30k,67
95
95
  vercel_cli/vendor/node_modules/@vercel/detect-agent/dist/index.js,sha256=WfZXin2E4GP1hNp0-jz3-XhHgFrbyp-wmGo-Mw0q3js,1973
96
96
  vercel_cli/vendor/node_modules/@vercel/python/LICENSE,sha256=sHDXe_ssUqHdaZbeDOX2TEmgylXIibFjqWPd9csAHuI,11343
97
- vercel_cli/vendor/node_modules/@vercel/python/package.json,sha256=atlkXbQQzFjD6wQioF1v2-uKZ6ppHEYcBxRCRw9GD0Q,1044
97
+ vercel_cli/vendor/node_modules/@vercel/python/package.json,sha256=7FIHqqKqng5jeEOZWZP516OdmJTyS4OM-r5Mhb8mSCo,1044
98
98
  vercel_cli/vendor/node_modules/@vercel/python/vc_init.py,sha256=A7949hQi18B9yqPkTr1bepToi7nKRh_yRP7GwmsI-Ww,28201
99
- vercel_cli/vendor/node_modules/@vercel/python/dist/index.js,sha256=ViBtEehBNplFPGqjIo_4Vtd937VcX6UqPQfRXYpD4og,107048
100
- vercel_cli-47.1.4.dist-info/METADATA,sha256=KaJacoVtPOeKPsOe1Iq-DRZeUjuOxUZu8VeGHb2U7Cc,7085
101
- vercel_cli-47.1.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
- vercel_cli-47.1.4.dist-info/entry_points.txt,sha256=3iHkg20gi2BZorK1g5UlyZY3tN5E1vJX6PX5-ibn9fI,83
103
- vercel_cli-47.1.4.dist-info/RECORD,,
99
+ vercel_cli/vendor/node_modules/@vercel/python/dist/index.js,sha256=G5daDqyPBQM_vPQGZC-OrHdYt3aKOuVUwvPKqeETjSU,107035
100
+ vercel_cli-48.0.1.dist-info/METADATA,sha256=-bdGW_0j7S1wQ0QGSNTOl5MAxOUDN-1aBwwWxxwNHiI,7085
101
+ vercel_cli-48.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
102
+ vercel_cli-48.0.1.dist-info/entry_points.txt,sha256=3iHkg20gi2BZorK1g5UlyZY3tN5E1vJX6PX5-ibn9fI,83
103
+ vercel_cli-48.0.1.dist-info/RECORD,,