@pulumiverse/vercel 0.15.3 → 0.16.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/project.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumiverse/vercel",
3
- "version": "v0.15.3",
3
+ "version": "v0.16.0",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "vercel",
package/project.d.ts CHANGED
@@ -121,7 +121,7 @@ export declare class Project extends pulumi.CustomResource {
121
121
  /**
122
122
  * Ensures visitors to your Preview Deployments are logged into Vercel and have a minimum of Viewer access on your team.
123
123
  */
124
- readonly vercelAuthentication: pulumi.Output<outputs.ProjectVercelAuthentication | undefined>;
124
+ readonly vercelAuthentication: pulumi.Output<outputs.ProjectVercelAuthentication>;
125
125
  /**
126
126
  * Create a Project resource with the given unique name, arguments, and options.
127
127
  *