fix(core): update
This commit is contained in:
parent
53aece818a
commit
dd23719646
@ -17,8 +17,8 @@
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsrun": "^1.2.44",
|
||||
"@gitzone/tstest": "^1.0.77",
|
||||
"@push.rocks/tapbundle": "^5.0.12",
|
||||
"@types/node": "^20.4.6"
|
||||
"@push.rocks/tapbundle": "^5.0.23",
|
||||
"@types/node": "^20.12.8"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
|
776
pnpm-lock.yaml
generated
776
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedrequest-interfaces',
|
||||
version: '3.0.18',
|
||||
description: 'interfaces for making typed requests'
|
||||
version: '3.0.19',
|
||||
description: 'A library providing interfaces for making typed HTTP requests.'
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ export type implementsTag<T, U extends T> = {};
|
||||
|
||||
|
||||
// stream stuff
|
||||
export interface IVirtualStream<T = ArrayBufferLike> {
|
||||
export interface IVirtualStream<T = Uint8Array> {
|
||||
// Properties
|
||||
side: 'requesting' | 'responding';
|
||||
streamId: string;
|
||||
|
Loading…
Reference in New Issue
Block a user