@formant/realtime-sdk 0.0.10 → 0.0.13

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,4 +1,4 @@
1
- import * as Transport from "winston-transport";
1
+ import Transport from "winston-transport";
2
2
  export declare class LogApiTransport extends Transport {
3
3
  private endpoint;
4
4
  private meta;
@@ -1,4 +1,4 @@
1
- import * as BaseLruCache from "lru-cache";
1
+ import BaseLruCache from "lru-cache";
2
2
  export declare type CacheOptions<V> = BaseLruCache.Options<string, V> & {
3
3
  fastStringify?: boolean;
4
4
  };