Compare commits

..

1 Commits

Author SHA1 Message Date
Steven
7d7f3df980 Publish Stable
- @vercel/python@2.1.1
2021-11-23 09:04:08 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
"@vercel/build-utils": "2.12.3-canary.20",
"@vercel/go": "1.2.4-canary.4",
"@vercel/node": "1.12.2-canary.7",
"@vercel/python": "2.1.0",
"@vercel/python": "2.1.1",
"@vercel/ruby": "1.2.8-canary.4",
"update-notifier": "4.1.0",
"vercel-plugin-middleware": "0.0.0-canary.7",

View File

@@ -18,7 +18,7 @@
},
"dependencies": {
"@vercel/build-utils": "2.12.3-canary.20",
"@vercel/python": "2.1.0"
"@vercel/python": "2.1.1"
},
"devDependencies": {
"@types/node": "*",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "2.0.6-canary.7",
"version": "2.1.1",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",