@starship-ci/client
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -334,3 +334,3 @@ "use strict"; | ||
"kubectl", "port-forward", | ||
`pods/${chain.name}-genesis-0`, | ||
`pods/${chain.id}-genesis-0`, | ||
`${localPort}:${externalPort}`, | ||
@@ -340,3 +340,3 @@ ">", "/dev/null", | ||
]); | ||
this.log(chalk_1.default.yellow(`Forwarded ${chain.name}: local ${localPort} -> target (host) ${externalPort}`)); | ||
this.log(chalk_1.default.yellow(`Forwarded ${chain.id}: local ${localPort} -> target (host) ${externalPort}`)); | ||
} | ||
@@ -343,0 +343,0 @@ } |
@@ -305,3 +305,3 @@ import chalk from 'chalk'; | ||
"kubectl", "port-forward", | ||
`pods/${chain.name}-genesis-0`, | ||
`pods/${chain.id}-genesis-0`, | ||
`${localPort}:${externalPort}`, | ||
@@ -311,3 +311,3 @@ ">", "/dev/null", | ||
]); | ||
this.log(chalk.yellow(`Forwarded ${chain.name}: local ${localPort} -> target (host) ${externalPort}`)); | ||
this.log(chalk.yellow(`Forwarded ${chain.id}: local ${localPort} -> target (host) ${externalPort}`)); | ||
} | ||
@@ -314,0 +314,0 @@ } |
{ | ||
"name": "@starship-ci/client", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Dan Lynch <pyramation@gmail.com>", | ||
@@ -58,3 +58,3 @@ "description": "Starship CI Client", | ||
}, | ||
"gitHead": "a1b710e040300eefd372624f58ee7cfd8a230917" | ||
"gitHead": "32c6566cc8e84101bc83f46f36c79968f7642b4b" | ||
} |
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
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
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
0
54564