balena-errors
Advanced tools
Comparing version 4.7.3 to 4.8.0-build-service-not-found-string-param-4a942010b92bd5cd51e2aa3c7dd2759b4f1adec1-1
@@ -209,3 +209,3 @@ /** | ||
* | ||
* @param {(Number)} service - service id | ||
* @param {(String|Number)} service - service name or id | ||
* @return {Error} error instance | ||
@@ -217,4 +217,4 @@ * | ||
export declare class BalenaServiceNotFound extends BalenaError { | ||
service: number; | ||
constructor(service: number); | ||
service: string | number; | ||
constructor(service: string | number); | ||
} | ||
@@ -221,0 +221,0 @@ /** |
@@ -280,3 +280,3 @@ "use strict"; | ||
* | ||
* @param {(Number)} service - service id | ||
* @param {(String|Number)} service - service name or id | ||
* @return {Error} error instance | ||
@@ -283,0 +283,0 @@ * |
{ | ||
"name": "balena-errors", | ||
"version": "4.7.3", | ||
"version": "4.8.0-build-service-not-found-string-param-4a942010b92bd5cd51e2aa3c7dd2759b4f1adec1-1", | ||
"description": "Collection of Balena JavaScript errors", | ||
@@ -62,4 +62,4 @@ "main": "build/errors.js", | ||
"versionist": { | ||
"publishedAt": "2022-11-01T13:41:21.244Z" | ||
"publishedAt": "2023-07-10T18:29:28.695Z" | ||
} | ||
} |
@@ -344,3 +344,3 @@ balena-errors | ||
| --- | --- | --- | | ||
| service | <code>Number</code> | service id | | ||
| service | <code>String</code> \| <code>Number</code> | service name or id | | ||
@@ -347,0 +347,0 @@ **Example** |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
54138
1