vercel 23.1.3-canary.15 → 23.1.3-canary.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.
Files changed (2) hide show
  1. package/dist/index.js +2624 -912
  2. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel",
3
- "version": "23.1.3-canary.15",
3
+ "version": "23.1.3-canary.16",
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.13",
46
+ "@vercel/build-utils": "2.12.3-canary.14",
47
47
  "@vercel/go": "1.2.4-canary.3",
48
48
  "@vercel/node": "1.12.2-canary.4",
49
49
  "@vercel/python": "2.0.6-canary.4",
50
50
  "@vercel/ruby": "1.2.8-canary.3",
51
- "update-notifier": "4.1.0"
51
+ "update-notifier": "4.1.0",
52
+ "vercel-plugin-middleware": "0.0.0-canary.3",
53
+ "vercel-plugin-node": "1.12.2-plugin.0"
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,7 +90,7 @@
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.9",
93
+ "@vercel/frameworks": "0.5.1-canary.10",
91
94
  "@vercel/ncc": "0.24.0",
92
95
  "@zeit/fun": "0.11.2",
93
96
  "@zeit/source-map-support": "0.6.2",
@@ -120,7 +123,7 @@
120
123
  "execa": "3.2.0",
121
124
  "express": "4.17.1",
122
125
  "fast-deep-equal": "3.1.3",
123
- "fs-extra": "7.0.1",
126
+ "fs-extra": "10.0.0",
124
127
  "get-port": "5.1.1",
125
128
  "glob": "7.1.2",
126
129
  "http-proxy": "1.18.1",
@@ -180,5 +183,5 @@
180
183
  "<rootDir>/test/**/*.test.ts"
181
184
  ]
182
185
  },
183
- "gitHead": "cd7185a872a5767cfc010b849a4064cbc4e9f679"
186
+ "gitHead": "2bf060c70880ac71e50606719a77f2b456e354bc"
184
187
  }