etcher-sdk 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,7 +35,7 @@ export declare abstract class BalenaS3SourceBase extends SourceDestination {
|
|
|
35
35
|
canCreateReadStream(): Promise<boolean>;
|
|
36
36
|
static isESRVersion(buildId: string): boolean;
|
|
37
37
|
private isESR;
|
|
38
|
-
protected download(path: string, responseType?: 'stream'): Promise<import("axios").AxiosResponse<any, any>>;
|
|
38
|
+
protected download(path: string, responseType?: 'stream'): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
39
39
|
protected getUrl(path: string): string;
|
|
40
40
|
}
|
|
41
41
|
export declare class BalenaS3Source extends BalenaS3SourceBase {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "etcher-sdk",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"description": "Etcher SDK",
|
|
5
5
|
"author": "Balena Ltd <hello@balena.io>",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -107,6 +107,6 @@
|
|
|
107
107
|
"node": ">18 <25"
|
|
108
108
|
},
|
|
109
109
|
"versionist": {
|
|
110
|
-
"publishedAt": "2025-11-24T18:
|
|
110
|
+
"publishedAt": "2025-11-24T18:57:25.278Z"
|
|
111
111
|
}
|
|
112
112
|
}
|