@formant/data-sdk 1.80.3 → 1.80.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,6 +25,9 @@ Distributed under the MIT License. See LICENSE.txt for more information.
25
25
  ## Deploying a new version
26
26
 
27
27
  ```bash
28
+ # build the project
29
+ npm install && npm run build && npm run types
30
+
28
31
  # update the CHANGELOG with the changes since the previous version
29
32
  vim CHANGELOG.md
30
33
 
@@ -3,18 +3,13 @@ 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
  export interface IStreamTypeMap {
15
- twist: ITwist;
16
- joy: IJoy;
17
- boolean: boolean;
18
13
  bitset: IBitset;
19
14
  localization: ILocalization;
20
15
  "point cloud": IPointCloud;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formant/data-sdk",
3
- "version": "1.80.3",
3
+ "version": "1.80.5",
4
4
  "description": "A library for getting data from Formant",
5
5
  "repository": {
6
6
  "type": "git",