@vercel/python 6.36.0 → 6.36.1
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.
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3230,8 +3230,8 @@ var import_fs13 = __toESM(require("fs"));
|
|
|
3230
3230
|
var import_path13 = require("path");
|
|
3231
3231
|
|
|
3232
3232
|
// src/package-versions.ts
|
|
3233
|
-
var VERCEL_RUNTIME_VERSION = "0.13.
|
|
3234
|
-
var VERCEL_WORKERS_VERSION = "0.0.
|
|
3233
|
+
var VERCEL_RUNTIME_VERSION = "0.13.1";
|
|
3234
|
+
var VERCEL_WORKERS_VERSION = "0.0.20";
|
|
3235
3235
|
|
|
3236
3236
|
// src/index.ts
|
|
3237
3237
|
var import_build_utils16 = require("@vercel/build-utils");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/python",
|
|
3
|
-
"version": "6.36.
|
|
3
|
+
"version": "6.36.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"vitest": "2.1.4",
|
|
38
38
|
"which": "3.0.0",
|
|
39
39
|
"@vercel/build-utils": "13.20.0",
|
|
40
|
-
"@vercel/python-runtime": "0.13.
|
|
40
|
+
"@vercel/python-runtime": "0.13.1",
|
|
41
41
|
"@vercel/error-utils": "2.0.3"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|