nextjs-studio 1.0.6 → 1.0.8

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.
@@ -337,4 +337,4 @@ type QueryResult<T> = QueryBuilder<T> & T[];
337
337
  declare function queryCollection<K extends keyof CollectionTypeMap>(name: K): QueryResult<EntryResult<CollectionTypeMap[K]>>;
338
338
  declare function queryCollection(name: string): QueryResult<EntryResult>;
339
339
 
340
- export { type ArrayField as A, type BooleanField as B, type ContentEntry as C, type DateField as D, type EmailField as E, type FieldDefinition as F, type HttpUrl as H, type ISODate as I, type LongTextField as L, type MultiSelectField as M, type NumberField as N, type ObjectField as O, type QueryOptions as Q, type RelationField as R, type SelectField as S, type TextField as T, type UrlField as U, type Email as a, type MediaField as b, type MediaPath as c, type IdField as d, type ID as e, type SlugField as f, type Slug as g, type FormulaField as h, type StatusField as i, type CreatedTimeField as j, type UpdatedTimeField as k, type CollectionSchema as l, type BaseField as m, type Collection as n, type CollectionConfig as o, type CollectionTypeMap as p, type EntryResult as q, type FieldType as r, type QueryResult as s, type StudioConfig as t, queryCollection as u, type FileInfo as v, type DirectoryFileEntry as w };
340
+ export { type ArrayField as A, type BooleanField as B, type ContentEntry as C, type DirectoryFileEntry as D, type EmailField as E, type FileInfo as F, type HttpUrl as H, type ISODate as I, type LongTextField as L, type MultiSelectField as M, type NumberField as N, type ObjectField as O, type QueryOptions as Q, type RelationField as R, type StudioConfig as S, type TextField as T, type UrlField as U, type Collection as a, type CollectionConfig as b, type CollectionTypeMap as c, type QueryResult as d, type FieldDefinition as e, type DateField as f, type SelectField as g, type Email as h, type MediaField as i, type MediaPath as j, type IdField as k, type ID as l, type SlugField as m, type Slug as n, type FormulaField as o, type StatusField as p, queryCollection as q, type CreatedTimeField as r, type UpdatedTimeField as s, type CollectionSchema as t, type BaseField as u, type EntryResult as v, type FieldType as w };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextjs-studio",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A Git-based, local-first CMS for Next.js projects",
5
5
  "keywords": [
6
6
  "nextjs",