@formant/data-sdk 0.0.125 → 0.0.126

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.
@@ -1,5 +1,5 @@
1
1
  import { StreamType } from "./StreamType";
2
- export type FieldType = "string" | "integer" | "number" | "array" | "object" | "bool" | "boolean" | "$formant.stream";
2
+ export type FieldType = "string" | "integer" | "number" | "array" | "object" | "boolean";
3
3
  export interface IJsonBaseSchema<T extends FieldType> {
4
4
  title?: string;
5
5
  description?: string;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "require": "./dist/data-sdk.umd.js"
19
19
  }
20
20
  },
21
- "version": "0.0.125",
21
+ "version": "0.0.126",
22
22
  "scripts": {
23
23
  "dev": "vite --port 9146",
24
24
  "build": "tsc && vite build",