@nuvin/nuvin-core 2.0.0 → 2.1.0-rc.0

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/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "2.0.0",
3
- "commit": "6b69079"
2
+ "version": "2.1.0-rc.0",
3
+ "commit": "486677d"
4
4
  }
package/dist/index.d.ts CHANGED
@@ -409,6 +409,8 @@ type FileReadMetadata = FileMetadata & {
409
409
  lineRange?: LineRangeMetadata;
410
410
  encoding?: string;
411
411
  bomStripped?: boolean;
412
+ truncated?: boolean;
413
+ totalLines?: number;
412
414
  };
413
415
  type FileEditMetadata = FileMetadata & {
414
416
  eol: 'lf' | 'crlf';