build-output-router
Advanced tools
Comparing version
{ | ||
"name": "build-output-router", | ||
"version": "0.0.1-43d06cc", | ||
"version": "0.0.1-4acd97f", | ||
"description": "Router for the Build Output API (v3)", | ||
@@ -14,6 +14,28 @@ "license": "MIT", | ||
}, | ||
"./utils": { | ||
"import": "./utils/index.js", | ||
"require": "./utils/index.cjs", | ||
"types": "./utils/index.d.ts" | ||
"./types/build-output": { | ||
"types": "./types/build-output/index.d.ts" | ||
}, | ||
"./types/images": { | ||
"types": "./types/images/index.d.ts" | ||
}, | ||
"./types/request-context": { | ||
"types": "./types/request-context/index.d.ts" | ||
}, | ||
"./types/vercel-config": { | ||
"types": "./types/vercel-config/index.d.ts" | ||
}, | ||
"./utils/http": { | ||
"import": "./utils/http/index.js", | ||
"require": "./utils/http/index.cjs", | ||
"types": "./utils/http/index.d.ts" | ||
}, | ||
"./utils/images": { | ||
"import": "./utils/images/index.js", | ||
"require": "./utils/images/index.cjs", | ||
"types": "./utils/images/index.d.ts" | ||
}, | ||
"./utils/routing": { | ||
"import": "./utils/routing/index.js", | ||
"require": "./utils/routing/index.cjs", | ||
"types": "./utils/routing/index.d.ts" | ||
} | ||
@@ -20,0 +42,0 @@ }, |
@@ -24,3 +24,3 @@ <p align="center"> | ||
> [!NOTE] | ||
> It is recommended to lock the version you use to a specific patch release. | ||
> [!WARNING] | ||
> There _might_ be changes the library's public API. It is recommended to lock the version you use to a specific patch release. |
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
257872
0.29%2
-33.33%