@vercel/go 3.10.1 → 3.10.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.
Binary file
Binary file
package/dist/index.js CHANGED
@@ -14902,7 +14902,7 @@ function getStandaloneServerRoutes(service) {
14902
14902
  { handle: "filesystem" },
14903
14903
  {
14904
14904
  src: "/(.*)",
14905
- dest: (0, import_build_utils4.getInternalServiceFunctionPath)(service.name)
14905
+ dest: "/index"
14906
14906
  }
14907
14907
  ];
14908
14908
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/go",
3
- "version": "3.10.1",
3
+ "version": "3.10.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
@@ -32,8 +32,8 @@
32
32
  "vitest": "2.0.3",
33
33
  "xdg-app-paths": "5.1.0",
34
34
  "yauzl-promise": "2.1.3",
35
- "@vercel-internals/ipc-proxy": "1.0.0",
36
- "@vercel/build-utils": "13.32.1"
35
+ "@vercel/build-utils": "14.0.1",
36
+ "@vercel-internals/ipc-proxy": "1.0.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "node build.mjs",