react-semaphor 0.0.63 → 0.0.64

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.
@@ -290,7 +290,7 @@ export declare type TCard = {
290
290
 
291
291
  export declare type TCardContext = {
292
292
  id: string;
293
- title: string;
293
+ name: string;
294
294
  description: string;
295
295
  sql: string;
296
296
  };