@vercel/backends
Advanced tools
Sorry, the diff of this file is too big to display
| import { BuildV2 } from "@vercel/build-utils"; | ||
| //#region src/index.d.ts | ||
| declare const version = 2; | ||
| declare const build: BuildV2; | ||
| //#endregion | ||
| export { build, version }; |
Sorry, the diff of this file is too big to display
+8
-5
| { | ||
| "name": "@vercel/backends", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "license": "Apache-2.0", | ||
| "main": "./dist/index.js", | ||
| "main": "./dist/index.mjs", | ||
| "homepage": "https://vercel.com/docs", | ||
@@ -12,3 +12,4 @@ "type": "module", | ||
| "exports": { | ||
| ".": "./dist/index.js" | ||
| ".": "./dist/index.mjs", | ||
| "./package.json": "./package.json" | ||
| }, | ||
@@ -36,10 +37,12 @@ "repository": { | ||
| "@types/node": "22", | ||
| "@vercel/build-utils": "13.0.0", | ||
| "@vercel/build-utils": "13.0.1", | ||
| "execa": "3.2.0", | ||
| "hono": "4.10.1", | ||
| "jest-junit": "16.0.0", | ||
| "tsdown": "0.15.6", | ||
| "tsdown": "0.16.3", | ||
| "vite": "^5.1.6", | ||
| "vitest": "^2.0.1" | ||
| }, | ||
| "module": "./dist/index.mjs", | ||
| "types": "./dist/index.d.mts", | ||
| "scripts": { | ||
@@ -46,0 +49,0 @@ "build": "tsdown", |
Sorry, the diff of this file is too big to display
| import { BuildV2 } from "@vercel/build-utils"; | ||
| //#region src/index.d.ts | ||
| declare const version = 2; | ||
| declare const build: BuildV2; | ||
| //#endregion | ||
| export { build, version }; |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2315904
0.07%110494
0.03%1
Infinity%