Compare commits

...

2 Commits

Author SHA1 Message Date
5824d34764 3.0.5 2024-02-21 01:57:19 +01:00
5eb9035dfe fix(core): update 2024-02-21 01:57:19 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@api.global/typedrequest-interfaces",
"version": "3.0.4",
"version": "3.0.5",
"private": false,
"description": "interfaces for making typed requests",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest-interfaces',
version: '3.0.4',
version: '3.0.5',
description: 'interfaces for making typed requests'
}

View File

@ -77,7 +77,7 @@ export interface ITag {
export type implementsTag<T, U extends T> = {};
export interface IStreamRequest extends implementsTR<
ITypedRequest,
ITypedRequest,
IStreamRequest
> {
method: '##VirtualStream##';