@vercel/client 12.4.10 → 12.4.11

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/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -118,7 +118,7 @@ export interface GitMetadata {
118
118
  commitRef?: string | undefined;
119
119
  commitSha?: string | undefined;
120
120
  dirty?: boolean | undefined;
121
- remoteUrl: string;
121
+ remoteUrl?: string;
122
122
  }
123
123
  /**
124
124
  * Options that will be sent to the API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "12.4.10",
3
+ "version": "12.4.11",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "homepage": "https://vercel.com",
@@ -49,5 +49,5 @@
49
49
  "sleep-promise": "8.0.1",
50
50
  "tar-fs": "1.16.3"
51
51
  },
52
- "gitHead": "a63b9d960bec291e152308c30074843aab802c8d"
52
+ "gitHead": "7082da84511740ea0304b5f93b0073bbb3f3a9ed"
53
53
  }