@analogjs/language-server 0.1.5 → 0.1.6

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.
@@ -162,7 +162,7 @@ type AnalogComponentMetadata = Omit<import('@angular/core').Component, "template
162
162
  "changeDetection" |
163
163
  "styles" |
164
164
  "outputs" |
165
- "inputs"> & { exposes: any[] };
165
+ "inputs"> & { exposes?: any[] };
166
166
 
167
167
  /**
168
168
  * Defines additional metadata for the component such as the
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@analogjs/language-server",
3
3
  "description": "LSP server for AnalogJS Language Service",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "main": "out/index.js",
6
6
  "license": "MIT",
7
7
  "scripts": {