modality-kit 0.3.1 → 0.4.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.
@@ -99,4 +99,7 @@ declare const fileEntrySchema: z.ZodObject<{
99
99
  lastModified?: number | null | undefined;
100
100
  }>;
101
101
  export type FileEntryType = z.infer<typeof fileEntrySchema>;
102
+ export interface VSCodeFileEntryType extends FileEntryType {
103
+ position: VSCodePosition;
104
+ }
102
105
  export {};
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.1",
2
+ "version": "0.4.0",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",