fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@pushrocks/smartarchive', | ||||
|   version: '3.0.3', | ||||
|   version: '3.0.4', | ||||
|   description: 'work with archives' | ||||
| } | ||||
|   | ||||
| @@ -91,4 +91,22 @@ export class SmartArchive { | ||||
|     const replaySubject = this.extractArchiveFromBufferToObservable(response.body); | ||||
|     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() {} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user