@vercel/python 5.0.3 → 5.0.4

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -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
package/package.json CHANGED
@@ -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",