@aws/mynah-ui 1.1.3 → 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
@@ -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.3",
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",