@vizzly/services 0.15.0-dev-68f3aa73261b3c9e5fbc59ed0692867816aab61a → 0.15.0-dev-2951fa8f4bfb19f2edfb461044c09144bcc56296
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.
|
@@ -586,7 +586,6 @@ export declare type MaybeOldComponent<Attrs = Component.Attributes> = Omit<Compo
|
|
|
586
586
|
export declare type Component<Attrs = Component.Attributes> = {
|
|
587
587
|
attributes: Attrs;
|
|
588
588
|
localFilters: Array<AdditionalFilter>;
|
|
589
|
-
results: (Result | null)[];
|
|
590
589
|
colSpan: number;
|
|
591
590
|
/** @deprecated Moved to dashboard level. */
|
|
592
591
|
reports: Array<Report>;
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"fix-type-alias": "tsc-alias -p tsconfig.json",
|
|
27
27
|
"prepare": "yarn build"
|
|
28
28
|
},
|
|
29
|
-
"version": "0.15.0-dev-
|
|
29
|
+
"version": "0.15.0-dev-2951fa8f4bfb19f2edfb461044c09144bcc56296",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@vizzly/api-client": "0.0.57",
|
|
32
32
|
"@vizzly/joi": "^17.11.0",
|