@vercel/client 17.5.14 → 17.5.16
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/dist/types.d.ts +0 -2
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -106,7 +106,6 @@ export interface VercelConfig {
|
|
|
106
106
|
name?: string;
|
|
107
107
|
meta?: string[];
|
|
108
108
|
version?: number;
|
|
109
|
-
public?: boolean;
|
|
110
109
|
env?: Dictionary<string>;
|
|
111
110
|
build?: {
|
|
112
111
|
env?: Dictionary<string>;
|
|
@@ -181,7 +180,6 @@ export interface DeploymentOptions {
|
|
|
181
180
|
source?: string;
|
|
182
181
|
target?: string;
|
|
183
182
|
name?: string;
|
|
184
|
-
public?: boolean;
|
|
185
183
|
meta?: Dictionary<string>;
|
|
186
184
|
projectSettings?: ProjectSettings;
|
|
187
185
|
gitMetadata?: GitMetadata;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/client",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.16",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"homepage": "https://vercel.com",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"querystring": "^0.2.0",
|
|
40
40
|
"sleep-promise": "8.0.1",
|
|
41
41
|
"tar-fs": "1.16.3",
|
|
42
|
+
"@vercel/build-utils": "13.30.0",
|
|
42
43
|
"@vercel/error-utils": "2.2.0",
|
|
43
|
-
"@vercel/routing-utils": "6.3.0"
|
|
44
|
-
"@vercel/build-utils": "13.29.1"
|
|
44
|
+
"@vercel/routing-utils": "6.3.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "node ../../utils/build.mjs",
|