mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
Version Packages (#10478)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @vercel/build-utils@7.2.0 ### Minor Changes - Add new optional prerender field: experimentalStreamingLambdaPath ([#10476](https://github.com/vercel/vercel/pull/10476)) - [build-utils] Add zero config detection for bun package manager ([#10486](https://github.com/vercel/vercel/pull/10486)) ### Patch Changes - add `experimentalBypassFor` field to Prerender ([#10481](https://github.com/vercel/vercel/pull/10481)) ## vercel@32.2.1 ### Patch Changes - Update @vercel/fun@1.1.0 ([#10477](https://github.com/vercel/vercel/pull/10477)) - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) - Updated dependencies \[[`6784e7751`](6784e77516), [`a8ad17626`](a8ad176262), [`0ee089a50`](0ee089a501), [`f15cba614`](f15cba6148), [`b265e13d4`](b265e13d40), [`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`a732d30c8`](a732d30c84), [`9d64312aa`](9d64312aaa), [`6baefc825`](6baefc825a), [`989f0d813`](989f0d8139), [`d8bc570f6`](d8bc570f60)]: - @vercel/go@3.0.1 - @vercel/redwood@2.0.2 - @vercel/remix-builder@2.0.4 - @vercel/hydrogen@1.0.1 - @vercel/static-build@2.0.5 - @vercel/build-utils@7.2.0 - @vercel/next@4.0.3 - @vercel/node@3.0.5 - @vercel/python@4.0.1 - @vercel/ruby@2.0.2 ## @vercel/client@13.0.3 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 ## @vercel/edge@1.0.2 ### Patch Changes - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) ## @vercel/gatsby-plugin-vercel-builder@2.0.5 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`9d64312aa`](9d64312aaa), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 - @vercel/node@3.0.5 ## @vercel/go@3.0.1 ### Patch Changes - Update to esbuild script ([#10468](https://github.com/vercel/vercel/pull/10468)) ## @vercel/hydrogen@1.0.1 ### Patch Changes - Use `build-builder.mjs` script to bundle, and remove types and source maps ([#10480](https://github.com/vercel/vercel/pull/10480)) ## @vercel/next@4.0.3 ### Patch Changes - fix content-type for RSC prefetches ([#10487](https://github.com/vercel/vercel/pull/10487)) ## @vercel/node@3.0.5 ### Patch Changes - [node] upgrade edge-runtime ([#10451](https://github.com/vercel/vercel/pull/10451)) - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 ## @vercel/python@4.0.1 ### Patch Changes - Update to esbuild script ([#10470](https://github.com/vercel/vercel/pull/10470)) ## @vercel/redwood@2.0.2 ### Patch Changes - Update to esbuild script ([#10471](https://github.com/vercel/vercel/pull/10471)) ## @vercel/remix-builder@2.0.4 ### Patch Changes - Use `build-builder.mjs` script to bundle, and remove types and source maps ([#10479](https://github.com/vercel/vercel/pull/10479)) ## @vercel/ruby@2.0.2 ### Patch Changes - Update to esbuild script ([#10472](https://github.com/vercel/vercel/pull/10472)) ## @vercel/static-build@2.0.5 ### Patch Changes - Build package using "esbuild" ([#10462](https://github.com/vercel/vercel/pull/10462)) - Updated dependencies \[]: - @vercel/gatsby-plugin-vercel-builder@2.0.5 ## @vercel-internals/types@1.0.10 ### Patch Changes - Updated dependencies \[[`50e04dd85`](50e04dd858), [`45b73c7e8`](45b73c7e86), [`d8bc570f6`](d8bc570f60)]: - @vercel/build-utils@7.2.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
45b73c7e86
commit
bcebab7517
@@ -1,5 +1,11 @@
|
||||
# @vercel/python
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Update to esbuild script ([#10470](https://github.com/vercel/vercel/pull/10470))
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vercel/python",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"main": "./dist/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
||||
@@ -23,7 +23,7 @@
|
||||
"@types/execa": "^0.9.0",
|
||||
"@types/jest": "27.4.1",
|
||||
"@types/node": "14.18.33",
|
||||
"@vercel/build-utils": "7.1.1",
|
||||
"@vercel/build-utils": "7.2.0",
|
||||
"@vercel/ncc": "0.24.0",
|
||||
"execa": "^1.0.0",
|
||||
"jest-junit": "16.0.0"
|
||||
|
||||
Reference in New Issue
Block a user