fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedrequest-interfaces', | ||||
|   version: '3.0.11', | ||||
|   version: '3.0.12', | ||||
|   description: 'interfaces for making typed requests' | ||||
| } | ||||
|   | ||||
| @@ -96,7 +96,7 @@ export interface IUnifiedStreamDataPackage { | ||||
|    * end: indicates the end of a stream | ||||
|    * feedback: indicates a feedback message | ||||
|    */ | ||||
|   mainPurpose: 'start' | 'binaryChunk' | 'object' | 'end' | 'feedback' | 'keepAlive'; | ||||
|   mainPurpose: 'start' | 'chunk' | 'object' | 'end' | 'feedback' | 'keepAlive'; | ||||
|  | ||||
|   /** | ||||
|    * the data package | ||||
|   | ||||
		Reference in New Issue
	
	Block a user