@caiquecamargo/vite-plugin-netlify-cms 0.0.9 → 0.0.10

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.
@@ -330,6 +330,6 @@ export type NetlifyCMSConfig = {
330
330
  clean_accents?: boolean;
331
331
  sanitize_replacement?: string;
332
332
  };
333
- collections: Collection[];
333
+ collections: FileCollection | FolderCollection[];
334
334
  };
335
335
  export {};
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  },
58
58
  "type": "module",
59
59
  "types": "./dist/index.d.ts",
60
- "version": "0.0.9"
60
+ "version": "0.0.10"
61
61
  }