@public-ui/hydrate 2.0.1 → 2.0.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/index.d.ts CHANGED
@@ -157,7 +157,7 @@ export interface Diagnostic {
157
157
  export interface PrintLine {
158
158
  lineIndex: number;
159
159
  lineNumber: number;
160
- text?: string;
160
+ text: string;
161
161
  errorCharStart: number;
162
162
  errorLength?: number;
163
163
  }