File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.80.3] - 2025-05-31
2
+
3
+ - Fix stream types
4
+
1
5
## [ 1.80.2] - 2025-05-23
2
6
3
7
- Add realtimePingInfo to Device
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @formant/data-sdk" ,
3
- "version" : " 1.80.2 " ,
3
+ "version" : " 1.80.3 " ,
4
4
"description" : " A library for getting data from Formant" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -3,21 +3,16 @@ import { IBitset } from "./IBitset";
3
3
import { IFile } from "./IFile" ;
4
4
import { IHealth } from "./IHealth" ;
5
5
import { IImage } from "./IImage" ;
6
- import { IJoy } from "./IJoy" ;
7
6
import { ILocalization } from "./ILocalization" ;
8
7
import { ILocation } from "./ILocation" ;
9
8
import { INumericSetEntry } from "./INumericSetEntry" ;
10
9
import { IPointCloud } from "./IPointCloud" ;
11
10
import { ITransformNode } from "./ITransformNode" ;
12
- import { ITwist } from "./ITwist" ;
13
11
import { IVideo } from "./IVideo" ;
14
12
15
13
// NOTE: Also add an entry in streamTypes
16
14
17
15
export interface IStreamTypeMap {
18
- twist : ITwist ;
19
- joy : IJoy ;
20
- boolean : boolean ;
21
16
bitset : IBitset ;
22
17
localization : ILocalization ;
23
18
"point cloud" : IPointCloud ;
You can’t perform that action at this time.
0 commit comments