vercel 24.2.1-canary.0 → 24.2.1-canary.1
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/index.js +161 -24
- package/package.json +8 -9
package/dist/index.js
CHANGED
@@ -197781,7 +197781,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197781
197781
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197782
197782
|
};
|
197783
197783
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197784
|
-
exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.
|
197784
|
+
exports.workspaceManagers = exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.streamToBuffer = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197785
197785
|
const file_blob_1 = __importDefault(__nested_webpack_require_1014942__(2397));
|
197786
197786
|
exports.FileBlob = file_blob_1.default;
|
197787
197787
|
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1014942__(9331));
|
@@ -197829,8 +197829,6 @@ Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get:
|
|
197829
197829
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197830
197830
|
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1014942__(2560));
|
197831
197831
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197832
|
-
const should_serve_1 = __importDefault(__nested_webpack_require_1014942__(2564));
|
197833
|
-
exports.shouldServe = should_serve_1.default;
|
197834
197832
|
const debug_1 = __importDefault(__nested_webpack_require_1014942__(1868));
|
197835
197833
|
exports.debug = debug_1.default;
|
197836
197834
|
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1014942__(1148));
|
@@ -197854,6 +197852,7 @@ var read_config_file_1 = __nested_webpack_require_1014942__(7792);
|
|
197854
197852
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197855
197853
|
var normalize_path_1 = __nested_webpack_require_1014942__(6261);
|
197856
197854
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197855
|
+
__exportStar(__nested_webpack_require_1014942__(2564), exports);
|
197857
197856
|
__exportStar(__nested_webpack_require_1014942__(2416), exports);
|
197858
197857
|
__exportStar(__nested_webpack_require_1014942__(5748), exports);
|
197859
197858
|
__exportStar(__nested_webpack_require_1014942__(3983), exports);
|
@@ -197874,12 +197873,14 @@ const isStaticRuntime = (name) => {
|
|
197874
197873
|
return exports.isOfficialRuntime('static', name);
|
197875
197874
|
};
|
197876
197875
|
exports.isStaticRuntime = isStaticRuntime;
|
197876
|
+
var workspace_managers_1 = __nested_webpack_require_1014942__(4896);
|
197877
|
+
Object.defineProperty(exports, "workspaceManagers", ({ enumerable: true, get: function () { return workspace_managers_1.workspaceManagers; } }));
|
197877
197878
|
|
197878
197879
|
|
197879
197880
|
/***/ }),
|
197880
197881
|
|
197881
197882
|
/***/ 6721:
|
197882
|
-
/***/ (function(__unused_webpack_module, exports,
|
197883
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1025456__) {
|
197883
197884
|
|
197884
197885
|
"use strict";
|
197885
197886
|
|
@@ -197888,13 +197889,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197888
197889
|
};
|
197889
197890
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197890
197891
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197891
|
-
const assert_1 = __importDefault(
|
197892
|
-
const async_sema_1 = __importDefault(
|
197893
|
-
const yazl_1 =
|
197894
|
-
const minimatch_1 = __importDefault(
|
197895
|
-
const fs_extra_1 =
|
197896
|
-
const download_1 =
|
197897
|
-
const stream_to_buffer_1 = __importDefault(
|
197892
|
+
const assert_1 = __importDefault(__nested_webpack_require_1025456__(2357));
|
197893
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1025456__(5758));
|
197894
|
+
const yazl_1 = __nested_webpack_require_1025456__(1223);
|
197895
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1025456__(9566));
|
197896
|
+
const fs_extra_1 = __nested_webpack_require_1025456__(5392);
|
197897
|
+
const download_1 = __nested_webpack_require_1025456__(1611);
|
197898
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1025456__(2560));
|
197898
197899
|
class Lambda {
|
197899
197900
|
constructor(opts) {
|
197900
197901
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -198016,13 +198017,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
198016
198017
|
/***/ }),
|
198017
198018
|
|
198018
198019
|
/***/ 7049:
|
198019
|
-
/***/ ((__unused_webpack_module, exports,
|
198020
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1030960__) => {
|
198020
198021
|
|
198021
198022
|
"use strict";
|
198022
198023
|
|
198023
198024
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198024
198025
|
exports.NodejsLambda = void 0;
|
198025
|
-
const lambda_1 =
|
198026
|
+
const lambda_1 = __nested_webpack_require_1030960__(6721);
|
198026
198027
|
class NodejsLambda extends lambda_1.Lambda {
|
198027
198028
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
198028
198029
|
super(opts);
|
@@ -198159,13 +198160,14 @@ exports.buildsSchema = {
|
|
198159
198160
|
/***/ }),
|
198160
198161
|
|
198161
198162
|
/***/ 2564:
|
198162
|
-
/***/ ((__unused_webpack_module, exports,
|
198163
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1035305__) => {
|
198163
198164
|
|
198164
198165
|
"use strict";
|
198165
198166
|
|
198166
198167
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198167
|
-
|
198168
|
-
|
198168
|
+
exports.shouldServe = void 0;
|
198169
|
+
const path_1 = __nested_webpack_require_1035305__(5622);
|
198170
|
+
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
198169
198171
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198170
198172
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
198171
198173
|
if (entrypoint === requestPath && hasProp(files, entrypoint)) {
|
@@ -198176,8 +198178,8 @@ function shouldServe({ entrypoint, files, requestPath, }) {
|
|
198176
198178
|
return true;
|
198177
198179
|
}
|
198178
198180
|
return false;
|
198179
|
-
}
|
198180
|
-
exports.
|
198181
|
+
};
|
198182
|
+
exports.shouldServe = shouldServe;
|
198181
198183
|
function hasProp(obj, key) {
|
198182
198184
|
return Object.hasOwnProperty.call(obj, key);
|
198183
198185
|
}
|
@@ -198193,6 +198195,141 @@ function hasProp(obj, key) {
|
|
198193
198195
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198194
198196
|
|
198195
198197
|
|
198198
|
+
/***/ }),
|
198199
|
+
|
198200
|
+
/***/ 4896:
|
198201
|
+
/***/ ((__unused_webpack_module, exports) => {
|
198202
|
+
|
198203
|
+
"use strict";
|
198204
|
+
|
198205
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198206
|
+
exports.workspaceManagers = void 0;
|
198207
|
+
/**
|
198208
|
+
* The supported list of workspace managers.
|
198209
|
+
*
|
198210
|
+
* This list is designed to work with the @see {@link detectFramework} function.
|
198211
|
+
*
|
198212
|
+
* @example
|
198213
|
+
* import { workspaceManagers as frameworkList } from '@vercel/build-utils/workspaces'
|
198214
|
+
* import { detectFramework } from '@vercel/build-utils'
|
198215
|
+
*
|
198216
|
+
* const fs = new GitDetectorFilesystem(...)
|
198217
|
+
* detectFramwork({ fs, frameworkList }) // returns the 'slug' field if detected, otherwise null
|
198218
|
+
*
|
198219
|
+
* @todo Will be used by the detect-eligible-projects API endpoint for a given git url.
|
198220
|
+
*/
|
198221
|
+
exports.workspaceManagers = [
|
198222
|
+
{
|
198223
|
+
name: 'Yarn',
|
198224
|
+
slug: 'yarn',
|
198225
|
+
detectors: {
|
198226
|
+
every: [
|
198227
|
+
{
|
198228
|
+
path: 'package.json',
|
198229
|
+
matchContent: '"workspaces":\\s*(?:\\[[^\\]]*]|{[^}]*"packages":[^}]*})',
|
198230
|
+
},
|
198231
|
+
{
|
198232
|
+
path: 'yarn.lock',
|
198233
|
+
},
|
198234
|
+
],
|
198235
|
+
},
|
198236
|
+
// unused props - needed for typescript
|
198237
|
+
description: '',
|
198238
|
+
logo: '',
|
198239
|
+
settings: {
|
198240
|
+
buildCommand: {
|
198241
|
+
value: '',
|
198242
|
+
placeholder: '',
|
198243
|
+
},
|
198244
|
+
devCommand: {
|
198245
|
+
value: '',
|
198246
|
+
placeholder: '',
|
198247
|
+
},
|
198248
|
+
installCommand: {
|
198249
|
+
value: '',
|
198250
|
+
placeholder: '',
|
198251
|
+
},
|
198252
|
+
outputDirectory: {
|
198253
|
+
value: '',
|
198254
|
+
placeholder: '',
|
198255
|
+
},
|
198256
|
+
},
|
198257
|
+
getOutputDirName: () => Promise.resolve(''),
|
198258
|
+
},
|
198259
|
+
{
|
198260
|
+
name: 'pnpm',
|
198261
|
+
slug: 'pnpm',
|
198262
|
+
detectors: {
|
198263
|
+
every: [
|
198264
|
+
{
|
198265
|
+
path: 'pnpm-workspace.yaml',
|
198266
|
+
},
|
198267
|
+
],
|
198268
|
+
},
|
198269
|
+
// unused props - needed for typescript
|
198270
|
+
description: '',
|
198271
|
+
logo: '',
|
198272
|
+
settings: {
|
198273
|
+
buildCommand: {
|
198274
|
+
value: '',
|
198275
|
+
placeholder: '',
|
198276
|
+
},
|
198277
|
+
devCommand: {
|
198278
|
+
value: '',
|
198279
|
+
placeholder: '',
|
198280
|
+
},
|
198281
|
+
installCommand: {
|
198282
|
+
value: '',
|
198283
|
+
placeholder: '',
|
198284
|
+
},
|
198285
|
+
outputDirectory: {
|
198286
|
+
value: '',
|
198287
|
+
placeholder: '',
|
198288
|
+
},
|
198289
|
+
},
|
198290
|
+
getOutputDirName: () => Promise.resolve(''),
|
198291
|
+
},
|
198292
|
+
{
|
198293
|
+
name: 'npm',
|
198294
|
+
slug: 'npm',
|
198295
|
+
detectors: {
|
198296
|
+
every: [
|
198297
|
+
{
|
198298
|
+
path: 'package.json',
|
198299
|
+
matchContent: '"workspaces":\\s*(?:\\[[^\\]]*]|{[^}]*"packages":[^}]*})',
|
198300
|
+
},
|
198301
|
+
{
|
198302
|
+
path: 'package-lock.json',
|
198303
|
+
},
|
198304
|
+
],
|
198305
|
+
},
|
198306
|
+
// unused props - needed for typescript
|
198307
|
+
description: '',
|
198308
|
+
logo: '',
|
198309
|
+
settings: {
|
198310
|
+
buildCommand: {
|
198311
|
+
value: '',
|
198312
|
+
placeholder: '',
|
198313
|
+
},
|
198314
|
+
devCommand: {
|
198315
|
+
value: '',
|
198316
|
+
placeholder: '',
|
198317
|
+
},
|
198318
|
+
installCommand: {
|
198319
|
+
value: '',
|
198320
|
+
placeholder: '',
|
198321
|
+
},
|
198322
|
+
outputDirectory: {
|
198323
|
+
value: '',
|
198324
|
+
placeholder: '',
|
198325
|
+
},
|
198326
|
+
},
|
198327
|
+
getOutputDirName: () => Promise.resolve(''),
|
198328
|
+
},
|
198329
|
+
];
|
198330
|
+
exports.default = exports.workspaceManagers;
|
198331
|
+
|
198332
|
+
|
198196
198333
|
/***/ }),
|
198197
198334
|
|
198198
198335
|
/***/ 5685:
|
@@ -198393,7 +198530,7 @@ module.exports = __webpack_require__(78761);
|
|
198393
198530
|
/******/ var __webpack_module_cache__ = {};
|
198394
198531
|
/******/
|
198395
198532
|
/******/ // The require function
|
198396
|
-
/******/ function
|
198533
|
+
/******/ function __nested_webpack_require_1138524__(moduleId) {
|
198397
198534
|
/******/ // Check if module is in cache
|
198398
198535
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198399
198536
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198408,7 +198545,7 @@ module.exports = __webpack_require__(78761);
|
|
198408
198545
|
/******/ // Execute the module function
|
198409
198546
|
/******/ var threw = true;
|
198410
198547
|
/******/ try {
|
198411
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198548
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1138524__);
|
198412
198549
|
/******/ threw = false;
|
198413
198550
|
/******/ } finally {
|
198414
198551
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198421,11 +198558,11 @@ module.exports = __webpack_require__(78761);
|
|
198421
198558
|
/************************************************************************/
|
198422
198559
|
/******/ /* webpack/runtime/compat */
|
198423
198560
|
/******/
|
198424
|
-
/******/
|
198561
|
+
/******/ __nested_webpack_require_1138524__.ab = __dirname + "/";/************************************************************************/
|
198425
198562
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198426
198563
|
/******/ // startup
|
198427
198564
|
/******/ // Load entry module and return exports
|
198428
|
-
/******/ return
|
198565
|
+
/******/ return __nested_webpack_require_1138524__(2855);
|
198429
198566
|
/******/ })()
|
198430
198567
|
;
|
198431
198568
|
|
@@ -244904,7 +245041,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
244904
245041
|
/***/ ((module) => {
|
244905
245042
|
|
244906
245043
|
"use strict";
|
244907
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1-canary.
|
245044
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1-canary.1\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.16.1-canary.1\",\"@vercel/go\":\"1.4.1-canary.1\",\"@vercel/node\":\"1.15.1-canary.1\",\"@vercel/python\":\"2.3.1-canary.1\",\"@vercel/ruby\":\"1.3.4-canary.1\",\"update-notifier\":\"4.1.0\"},\"devDependencies\":{\"@alex_neo/jest-expect-message\":\"1.0.5\",\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.4.1\",\"@types/jest-expect-message\":\"1.0.3\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/progress\":\"2.0.3\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@vercel/client\":\"11.0.1-canary.1\",\"@vercel/frameworks\":\"0.8.0\",\"@vercel/ncc\":\"0.24.0\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.4.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"setupFilesAfterEnv\":[\"@alex_neo/jest-expect-message\"],\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"f88c862e9d9d4ad385e54d5fecaa0306a6ed5612\"}");
|
244908
245045
|
|
244909
245046
|
/***/ }),
|
244910
245047
|
|
@@ -244920,7 +245057,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
244920
245057
|
/***/ ((module) => {
|
244921
245058
|
|
244922
245059
|
"use strict";
|
244923
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1-canary.
|
245060
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1-canary.1\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.4.1\",\"@types/minimatch\":\"3.0.5\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.16.1-canary.1\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"f88c862e9d9d4ad385e54d5fecaa0306a6ed5612\"}");
|
244924
245061
|
|
244925
245062
|
/***/ }),
|
244926
245063
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vercel",
|
3
|
-
"version": "24.2.1-canary.
|
3
|
+
"version": "24.2.1-canary.1",
|
4
4
|
"preferGlobal": true,
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"description": "The command-line interface for Vercel",
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"node": ">= 12"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@vercel/build-utils": "2.16.1-canary.
|
47
|
-
"@vercel/go": "1.4.1-canary.
|
48
|
-
"@vercel/node": "1.15.1-canary.
|
49
|
-
"@vercel/python": "2.3.1-canary.
|
50
|
-
"@vercel/ruby": "1.3.4-canary.
|
46
|
+
"@vercel/build-utils": "2.16.1-canary.1",
|
47
|
+
"@vercel/go": "1.4.1-canary.1",
|
48
|
+
"@vercel/node": "1.15.1-canary.1",
|
49
|
+
"@vercel/python": "2.3.1-canary.1",
|
50
|
+
"@vercel/ruby": "1.3.4-canary.1",
|
51
51
|
"update-notifier": "4.1.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
@@ -90,8 +90,7 @@
|
|
90
90
|
"@types/update-notifier": "5.1.0",
|
91
91
|
"@types/which": "1.3.2",
|
92
92
|
"@types/write-json-file": "2.2.1",
|
93
|
-
"@vercel/client": "11.0.1-canary.
|
94
|
-
"@vercel/fetch-retry": "5.0.3",
|
93
|
+
"@vercel/client": "11.0.1-canary.1",
|
95
94
|
"@vercel/frameworks": "0.8.0",
|
96
95
|
"@vercel/ncc": "0.24.0",
|
97
96
|
"@zeit/fun": "0.11.2",
|
@@ -187,5 +186,5 @@
|
|
187
186
|
"<rootDir>/test/**/*.test.ts"
|
188
187
|
]
|
189
188
|
},
|
190
|
-
"gitHead": "
|
189
|
+
"gitHead": "f88c862e9d9d4ad385e54d5fecaa0306a6ed5612"
|
191
190
|
}
|