@aws/mynah-ui 1.1.2 → 1.1.4

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.
package/dist/static.d.ts CHANGED
@@ -102,12 +102,12 @@ export interface SearchPayload {
102
102
  code?: string;
103
103
  }
104
104
  export interface SuggestionMetaData {
105
- site: string;
105
+ type: string;
106
106
  stars?: number;
107
107
  forks?: number;
108
- answers?: number;
108
+ answerCount?: number;
109
109
  isAccepted?: boolean;
110
- upVotes?: number;
110
+ score?: number;
111
111
  lastActivityDate?: number;
112
112
  }
113
113
  export interface Suggestion {
@@ -117,7 +117,7 @@ export interface Suggestion {
117
117
  body: string;
118
118
  context: string[];
119
119
  type?: string;
120
- metaData?: SuggestionMetaData;
120
+ metadata?: SuggestionMetaData;
121
121
  }
122
122
  export declare enum KeyMap {
123
123
  ESCAPE = "Escape",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "description": "AWS Tookit VSCode and Intellij IDE Extension Mynah UI",
6
6
  "publisher": "Amazon Web Services",
7
7
  "license": "Apache License 2.0",