taskcluster-client
Advanced tools
Comparing version 0.0.0-alpha.1 to 0.1.0
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
exports.QUEUE_TASK_PENDING = 'v1/queue:task-pending'; | ||
exports.QUEUE_TASK_PENDING = 'queue/v1/task-pending'; | ||
@@ -24,3 +24,3 @@ /** | ||
*/ | ||
exports.QUEUE_TASK_RUNNING = 'v1/queue:task-running'; | ||
exports.QUEUE_TASK_RUNNING = 'queue/v1/task-running'; | ||
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
exports.QUEUE_TASK_COMPLETED = 'v1/queue:task-completed'; | ||
exports.QUEUE_TASK_COMPLETED = 'queue/v1/task-completed'; | ||
@@ -38,3 +38,3 @@ /** | ||
*/ | ||
exports.QUEUE_TASK_FAILED = 'v1/queue:task-failed'; | ||
exports.QUEUE_TASK_FAILED = 'queue/v1/task-failed'; | ||
@@ -41,0 +41,0 @@ /** |
{ | ||
"name": "taskcluster-client", | ||
"version": "0.0.0-alpha.1", | ||
"version": "0.1.0", | ||
"description": "mozilla taskcluster client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
21471