vercel 23.1.3-canary.7 → 23.1.3-canary.70

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +199082 -168848
  3. package/package.json +17 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "23.1.3-canary.7",
3
+ "version": "23.1.3-canary.70",
4
4
  "preferGlobal": true,
5
5
  "license": "Apache-2.0",
6
6
  "description": "The command-line interface for Vercel",
@@ -43,14 +43,17 @@
43
43
  "node": ">= 12"
44
44
  },
45
45
  "dependencies": {
46
- "@vercel/build-utils": "2.12.3-canary.5",
47
- "@vercel/go": "1.2.4-canary.2",
48
- "@vercel/node": "1.12.2-canary.3",
49
- "@vercel/python": "2.0.6-canary.3",
50
- "@vercel/ruby": "1.2.8-canary.2",
51
- "update-notifier": "4.1.0"
46
+ "@vercel/build-utils": "2.12.3-canary.45",
47
+ "@vercel/go": "1.2.4-canary.4",
48
+ "@vercel/node": "1.12.2-canary.7",
49
+ "@vercel/python": "2.1.2-canary.2",
50
+ "@vercel/ruby": "1.2.10-canary.0",
51
+ "update-notifier": "4.1.0",
52
+ "vercel-plugin-middleware": "0.0.0-canary.22",
53
+ "vercel-plugin-node": "1.12.2-canary.37"
52
54
  },
53
55
  "devDependencies": {
56
+ "@next/env": "11.1.2",
54
57
  "@sentry/node": "5.5.0",
55
58
  "@sindresorhus/slugify": "0.11.0",
56
59
  "@tootallnate/once": "1.1.2",
@@ -63,7 +66,7 @@
63
66
  "@types/dotenv": "6.1.1",
64
67
  "@types/escape-html": "0.0.20",
65
68
  "@types/express": "4.17.13",
66
- "@types/fs-extra": "5.0.5",
69
+ "@types/fs-extra": "9.0.13",
67
70
  "@types/glob": "7.1.1",
68
71
  "@types/http-proxy": "1.16.2",
69
72
  "@types/inquirer": "7.3.1",
@@ -87,8 +90,10 @@
87
90
  "@types/update-notifier": "5.1.0",
88
91
  "@types/which": "1.3.2",
89
92
  "@types/write-json-file": "2.2.1",
90
- "@vercel/frameworks": "0.5.1-canary.4",
91
- "@vercel/ncc": "0.31.1",
93
+ "@vercel/client": "10.2.3-canary.48",
94
+ "@vercel/frameworks": "0.5.1-canary.18",
95
+ "@vercel/ncc": "0.24.0",
96
+ "@vercel/nft": "0.17.0",
92
97
  "@zeit/fun": "0.11.2",
93
98
  "@zeit/source-map-support": "0.6.2",
94
99
  "ajv": "6.12.2",
@@ -120,7 +125,7 @@
120
125
  "execa": "3.2.0",
121
126
  "express": "4.17.1",
122
127
  "fast-deep-equal": "3.1.3",
123
- "fs-extra": "7.0.1",
128
+ "fs-extra": "10.0.0",
124
129
  "get-port": "5.1.1",
125
130
  "glob": "7.1.2",
126
131
  "http-proxy": "1.18.1",
@@ -180,5 +185,5 @@
180
185
  "<rootDir>/test/**/*.test.ts"
181
186
  ]
182
187
  },
183
- "gitHead": "de0b13a46e79d8a8234ce43384169e325c4d30c1"
188
+ "gitHead": "ca433a467956e29b3e206034b68bd9de681145fe"
184
189
  }