@useoptic/cli-config
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -58,3 +58,3 @@ "use strict"; | ||
serviceConfig: { | ||
port: randomPort, | ||
port: task.proxy ? parseInt(proxyPort, 10) : randomPort, | ||
host: parsedBaseUrl.hostname || 'localhost', | ||
@@ -61,0 +61,0 @@ protocol: serviceProtocol, |
{ | ||
"name": "@useoptic/cli-config", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "ws:test": "echo config", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13588
0