@aws/mynah-ui 1.1.2 → 1.1.3

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 {
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.3",
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",