buzzcasting-storage 2.1.0 → 2.1.1

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.
@@ -18,7 +18,7 @@ export default BuzzcastingStorageManager;
18
18
 
19
19
  export declare const CLOUD = "cloud";
20
20
 
21
- declare interface IQuery {
21
+ export declare interface IQuery {
22
22
  [x: string]: any;
23
23
  topics?: string;
24
24
  dashboard?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",