@hubspot/cli-lib
Advanced tools
Comparing version 3.0.7-beta.9 to 3.0.7-beta.10
@@ -5,3 +5,2 @@ const http = require('../http'); | ||
const PROJECTS_API_PATH = 'dfs/v1/projects'; | ||
const BUILD_STATUS_PATH = 'dfs-status/v1/project'; | ||
@@ -87,5 +86,5 @@ /** | ||
*/ | ||
async function getBuildStatus(portalId, name, buildId) { | ||
async function getBuildStatus(portalId, projectName, buildId) { | ||
return http.get(portalId, { | ||
uri: `${BUILD_STATUS_PATH}/${name}/build/${buildId}`, | ||
uri: `${PROJECTS_API_PATH}/${projectName}/builds/${buildId}/status`, | ||
}); | ||
@@ -92,0 +91,0 @@ } |
{ | ||
"name": "@hubspot/cli-lib", | ||
"version": "3.0.7-beta.9", | ||
"version": "3.0.7-beta.10", | ||
"description": "Library for creating scripts for working with HubSpot", | ||
@@ -35,3 +35,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "ab6635de091be010385405799c6f82832c9aaca1" | ||
"gitHead": "19b50f345d559b802b3d39265de6964c58d17a60" | ||
} |
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
310834
102
9916