fix(core): update
This commit is contained in:
parent
08d5461602
commit
fc107509ff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartarchive',
|
name: '@pushrocks/smartarchive',
|
||||||
version: '3.0.3',
|
version: '3.0.4',
|
||||||
description: 'work with archives'
|
description: 'work with archives'
|
||||||
}
|
}
|
||||||
|
@ -91,4 +91,22 @@ export class SmartArchive {
|
|||||||
const replaySubject = this.extractArchiveFromBufferToObservable(response.body);
|
const replaySubject = this.extractArchiveFromBufferToObservable(response.body);
|
||||||
return replaySubject;
|
return replaySubject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async extractArchiveFromUrlToStream() {}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async extractArchiveFromFsToStream() {}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async extractArchiveFromStreamToStream() {}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async packFromStreamToStream() {}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async packFromFsToStream() {}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public async packFromFsToFs() {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user