@vercel/python 6.34.0 → 6.35.0
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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3231,7 +3231,7 @@ var import_path13 = require("path");
|
|
|
3231
3231
|
|
|
3232
3232
|
// src/package-versions.ts
|
|
3233
3233
|
var VERCEL_RUNTIME_VERSION = "0.13.0";
|
|
3234
|
-
var VERCEL_WORKERS_VERSION = "0.0.
|
|
3234
|
+
var VERCEL_WORKERS_VERSION = "0.0.17";
|
|
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.
|
|
3
|
+
"version": "6.35.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"smol-toml": "1.5.2",
|
|
37
37
|
"vitest": "2.1.4",
|
|
38
38
|
"which": "3.0.0",
|
|
39
|
-
"@vercel/
|
|
39
|
+
"@vercel/python-runtime": "0.13.0",
|
|
40
40
|
"@vercel/error-utils": "2.0.3",
|
|
41
|
-
"@vercel/
|
|
41
|
+
"@vercel/build-utils": "13.19.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "node ../../utils/build-builder.mjs",
|