@vercel/python 4.7.3 → 4.7.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3090,6 +3090,7 @@ var build = async ({
3090
3090
  ignore: config && typeof config.excludeFiles === "string" ? config.excludeFiles : [
3091
3091
  ".git/**",
3092
3092
  ".vercel/**",
3093
+ ".pnpm-store/**",
3093
3094
  "**/node_modules/**",
3094
3095
  "**/.next/**",
3095
3096
  "**/.nuxt/**"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "4.7.3",
3
+ "version": "4.7.4",
4
4
  "main": "./dist/index.js",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",