@vercel/node-bridge
Advanced tools
Comparing version 1.3.2 to 1.3.3-canary.0
@@ -11,3 +11,3 @@ import { Bridge } from './bridge'; | ||
}; | ||
export declare function makeNowLauncher(config: LauncherConfiguration): string; | ||
export declare function makeVercelLauncher(config: LauncherConfiguration): string; | ||
export declare function getNowLauncher({ entrypointPath, helpersPath, shouldAddHelpers, }: LauncherConfiguration): () => Bridge; | ||
@@ -14,0 +14,0 @@ export declare function makeAwsLauncher(config: LauncherConfiguration): string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAwsLauncher = exports.makeAwsLauncher = exports.getNowLauncher = exports.makeNowLauncher = void 0; | ||
exports.getAwsLauncher = exports.makeAwsLauncher = exports.getNowLauncher = exports.makeVercelLauncher = void 0; | ||
const url_1 = require("url"); | ||
const http_1 = require("http"); | ||
const bridge_1 = require("./bridge"); | ||
function makeNowLauncher(config) { | ||
function makeVercelLauncher(config) { | ||
const { entrypointPath, bridgePath, helpersPath, sourcemapSupportPath, shouldAddHelpers = false, shouldAddSourcemapSupport = false, } = config; | ||
@@ -21,3 +21,3 @@ return `const bridge_1 = require(${JSON.stringify(bridgePath)}); | ||
} | ||
exports.makeNowLauncher = makeNowLauncher; | ||
exports.makeVercelLauncher = makeVercelLauncher; | ||
function getNowLauncher({ entrypointPath, helpersPath, shouldAddHelpers = false, }) { | ||
@@ -24,0 +24,0 @@ return function () { |
{ | ||
"name": "@vercel/node-bridge", | ||
"version": "1.3.2", | ||
"version": "1.3.3-canary.0", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "main": "./index.js", | ||
"url": "https://github.com/vercel/vercel.git", | ||
"directory": "packages/now-node-bridge" | ||
"directory": "packages/node-bridge" | ||
}, | ||
@@ -27,3 +27,3 @@ "files": [ | ||
}, | ||
"gitHead": "0b60467d2f00a03f452596057665f4d1f9f2bc9e" | ||
"gitHead": "9acf8e17377dd8050f7ea5c2752e1aa368068e59" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34560
2