@vercel/build-utils 13.34.0 → 13.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/CHANGELOG.md +6 -0
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -853,8 +853,8 @@ export type ExperimentalServices = Record<string, ExperimentalServiceConfig>;
|
|
|
853
853
|
*/
|
|
854
854
|
export type ExperimentalServiceGroups = Record<string, string[]>;
|
|
855
855
|
export interface ServiceBinding {
|
|
856
|
-
/**
|
|
857
|
-
type
|
|
856
|
+
/** If present, must be `"service"` for Service-to-Service HTTP bindings. */
|
|
857
|
+
type?: 'service';
|
|
858
858
|
/** Target service name from `services`. */
|
|
859
859
|
service: string;
|
|
860
860
|
/** Generated value shape, must be `"url"`. */
|